AnnotationType enum
Constructors
- AnnotationType(String type)
-
const
Values
- faceDetection → const AnnotationType
-
Face detection
AnnotationType('FACE_DETECTION')
- landmarkDetection → const AnnotationType
-
Landmark detection
AnnotationType('LANDMARK_DETECTION')
- logoDetection → const AnnotationType
-
Logo detection
AnnotationType('LOGO_DETECTION')
- labelDetection → const AnnotationType
-
Label detection
AnnotationType('LABEL_DETECTION')
- objectLocalization → const AnnotationType
-
Object Localization
AnnotationType('OBJECT_LOCALIZATION')
- textDetection → const AnnotationType
-
Text detection / Optical Character Recognition (OCR)
AnnotationType('TEXT_DETECTION')
- documentTextDetection → const AnnotationType
-
Document Text detection / Optical Character Recognition (OCR)
AnnotationType('DOCUMENT_TEXT_DETECTION')
- safeSearchDetection → const AnnotationType
-
Safe Search detection
AnnotationType('SAFE_SEARCH_DETECTION')
- imageProperties → const AnnotationType
-
Image properties
AnnotationType('IMAGE_PROPERTIES')
- cropHints → const AnnotationType
-
Crop hints
AnnotationType('CROP_HINTS')
- webDetection → const AnnotationType
-
Web detection
AnnotationType('WEB_DETECTION')
- productSearch → const AnnotationType
-
Product search
AnnotationType('PRODUCT_SEARCH')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AnnotationType> - A constant List of the values in this enum, in order of their declaration.