Package apple.vision.protocol
Interface VNRequestRevisionProviding
-
- All Known Implementing Classes:
VNBarcodeObservation,VNClassificationObservation,VNContour,VNContoursObservation,VNCoreMLFeatureValueObservation,VNDetectedObjectObservation,VNFaceLandmarkRegion,VNFaceLandmarkRegion2D,VNFaceLandmarks,VNFaceLandmarks2D,VNFaceObservation,VNFeaturePrintObservation,VNHorizonObservation,VNHumanBodyPoseObservation,VNHumanHandPoseObservation,VNImageAlignmentObservation,VNImageHomographicAlignmentObservation,VNImageTranslationAlignmentObservation,VNObservation,VNPixelBufferObservation,VNRecognizedObjectObservation,VNRecognizedPointsObservation,VNRecognizedTextObservation,VNRectangleObservation,VNSaliencyImageObservation,VNTextObservation,VNTrajectoryObservation
public interface VNRequestRevisionProviding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longrequestRevision()The revision of the VNRequest subclass that was used to generate the object that implements this protocol.
-