DetectionType enum Null safety
Constants
- CROP_HINTS → const DetectionType
-
const DetectionType(2)
- DOCUMENT_TEXT_DETECTION → const DetectionType
-
const DetectionType(1)
- FACE_DETECTION → const DetectionType
-
const DetectionType(3)
- IMAGE_PROPERTIES → const DetectionType
-
const DetectionType(4)
- LABEL_DETECTION → const DetectionType
-
const DetectionType(5)
- LANDMARK_DETECTION → const DetectionType
-
const DetectionType(6)
- LOGO_DETECTION → const DetectionType
-
const DetectionType(7)
- OBJECT_LOCALIZATION → const DetectionType
-
const DetectionType(8)
- SAFE_SEARCH_DETECTION → const DetectionType
-
const DetectionType(9)
- TEXT_DETECTION → const DetectionType
-
const DetectionType(0)
-
values
→ const List<
DetectionType> -
A constant List of the values in this enum, in order of their declaration.
const List<
DetectionType> - WEB_DETECTION → const DetectionType
-
const DetectionType(10)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited