Detector constants. More...
Functions | |
typedef | NS_OPTIONS (NSInteger, GMVDetectorFaceLandmark) |
GMVDetectorFaceLandmark This option specifies the landmark detection type. More... | |
typedef | NS_OPTIONS (NSInteger, GMVDetectorFaceClassification) |
GMVDetectorFaceClassification This option specifies the classification type. More... | |
typedef | NS_OPTIONS (NSInteger, GMVDetectorBarcodeFormat) |
GMVDetectorBarcodeFormat This option specifies the barcode formats that the library should detect. More... | |
Detailed Description
Detector constants.
Enumeration Type Documentation
enum GMVResultCoordinateSpace : NSInteger |
This enumeration specifies the detection result coordinate space.
enum GMVDetectorError : NSInteger |
Possible error codes returned by GMVDetector.
enum GMVImageOrientation : NSInteger |
This enumeration specifies where the origin (0,0) of the image is located.
The constant has the same value as defined by EXIF specifications.
enum GMVDetectorFaceModeOption : NSInteger |
This enum specifies a preference for accuracy vs.
speed trade-offs.
enum GMVBarcodeFeatureEmailType : NSInteger |
This enum specifies the email type for GMVBarcodeFeatureEmail.
Enumerator | |
---|---|
GMVBarcodeFeatureEmailTypeUnknown |
Unknown email type. |
GMVBarcodeFeatureEmailTypeWork |
Barcode feature work email type. |
GMVBarcodeFeatureEmailTypeHome |
Barcode feature home email type. |
enum GMVBarcodeFeaturePhoneType : NSInteger |
This enum specifies the phone type for GMVBarcodeFeaturePhone.
enum GMVBarcodeFeatureWiFiEncryptionType : NSInteger |
This enum specifies the Wi-Fi encryption type for GMVBarcodeFeatureWiFi.
enum GMVBarcodeFeatureAddressType : NSInteger |
enum GMVDetectorBarcodeValueFormat : NSInteger |
This enum specifies a barcode's value format.
For example, TEXT, PRODUCT, URL, etc.
Function Documentation
typedef NS_OPTIONS | ( | NSInteger | , |
GMVDetectorFaceLandmark | |||
) |
GMVDetectorFaceLandmark This option specifies the landmark detection type.
typedef NS_OPTIONS | ( | NSInteger | , |
GMVDetectorFaceClassification | |||
) |
GMVDetectorFaceClassification This option specifies the classification type.
typedef NS_OPTIONS | ( | NSInteger | , |
GMVDetectorBarcodeFormat | |||
) |
GMVDetectorBarcodeFormat This option specifies the barcode formats that the library should detect.