Uses of Class
org.robovm.apple.vision.VNRectangleObservation
| Package | Description |
|---|---|
| org.robovm.apple.vision |
-
Uses of VNRectangleObservation in org.robovm.apple.vision
Subclasses of VNRectangleObservation in org.robovm.apple.vision Modifier and Type Class Description classVNBarcodeObservationclassVNRecognizedTextObservationclassVNTextObservationMethods in org.robovm.apple.vision that return VNRectangleObservation Modifier and Type Method Description VNRectangleObservationVNRecognizedText. getBoundingBoxForRange(NSRange range)Methods in org.robovm.apple.vision that return types with arguments of type VNRectangleObservation Modifier and Type Method Description NSArray<VNRectangleObservation>VNTextObservation. getCharacterBoxes()NSArray<VNRectangleObservation>VNDetectDocumentSegmentationRequest. getResults()NSArray<VNRectangleObservation>VNDetectRectanglesRequest. getResults()NSArray<VNRectangleObservation>VNSaliencyImageObservation. getSalientObjects()Methods in org.robovm.apple.vision with parameters of type VNRectangleObservation Modifier and Type Method Description protected longVNTrackRectangleRequest. init(VNRectangleObservation observation)protected longVNTrackRectangleRequest. init(VNRectangleObservation observation, VoidBlock2<VNRequest,NSError> completionHandler)Constructors in org.robovm.apple.vision with parameters of type VNRectangleObservation Constructor Description VNTrackRectangleRequest(VNRectangleObservation observation)VNTrackRectangleRequest(VNRectangleObservation observation, VoidBlock2<VNRequest,NSError> completionHandler)