DetectionType enum Null safety

Implemented types
Annotations

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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited