AnnotationType enum
Values
- typeUnspecified → const AnnotationType
-
unspecified
const AnnotationType('TYPE_UNSPECIFIED')
- faceDetection → const AnnotationType
-
Face detection
const AnnotationType('FACE_DETECTION')
- landmarkDetection → const AnnotationType
-
Landmark detection
const AnnotationType('LANDMARK_DETECTION')
- logoDetection → const AnnotationType
-
Logo detection
const AnnotationType('LOGO_DETECTION')
- labelDetection → const AnnotationType
-
Label detection
const AnnotationType('LABEL_DETECTION')
- objectLocalization → const AnnotationType
-
Object Localization
const AnnotationType('OBJECT_LOCALIZATION')
- textDetection → const AnnotationType
-
Text detection / Optical Character Recognition (OCR)
const AnnotationType('TEXT_DETECTION')
- documentTextDetection → const AnnotationType
-
Document Text detection / Optical Character Recognition (OCR)
const AnnotationType('DOCUMENT_TEXT_DETECTION')
- safeSearchDetection → const AnnotationType
-
Safe Search detection
const AnnotationType('SAFE_SEARCH_DETECTION')
- imageProperties → const AnnotationType
-
Image properties
const AnnotationType('IMAGE_PROPERTIES')
- cropHints → const AnnotationType
-
Crop hints
const AnnotationType('CROP_HINTS')
- webDetection → const AnnotationType
-
Web detection
const AnnotationType('WEB_DETECTION')
- productSearch → const AnnotationType
-
Product search
const AnnotationType('PRODUCT_SEARCH')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
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.