ScaleCropTypeTValue enum

Type value which enables smart image analysis for ScaleCropTransformation

Inheritance

Constructors

ScaleCropTypeTValue(String _value)
const

Values

Smart → const ScaleCropTypeTValue

default image analysis mode, face detection, object detection and corner points detection

const ScaleCropTypeTValue('smart')
SmartFacesObjectsPoints → const ScaleCropTypeTValue

same as ScaleCropTypeTValue.Smart, face detection, object detection and corner points detection

const ScaleCropTypeTValue('smart_faces_objects_points')
SmartFacesObjects → const ScaleCropTypeTValue

face detection, followed by object detection

const ScaleCropTypeTValue('smart_faces_objects')
SmartFacesPoints → const ScaleCropTypeTValue

face detection, followed by corner points detection

const ScaleCropTypeTValue('smart_faces_points')
SmartObjectsFacesPoints → const ScaleCropTypeTValue

object detection, followed by face detection, followed by corner points detection

const ScaleCropTypeTValue('smart_objects_faces_points')
SmartObjectsFaces → const ScaleCropTypeTValue

object detection, followed by face detection

const ScaleCropTypeTValue('smart_objects_faces')
SmartObjectsPoints → const ScaleCropTypeTValue

object detection, followed by corner points detection

const ScaleCropTypeTValue('smart_objects_points')
SmartPoints → const ScaleCropTypeTValue

corner points detection or manual region specified by offset parameter

const ScaleCropTypeTValue('smart_points')
SmartObjects → const ScaleCropTypeTValue

object detection or manual region specified by offset parameter

const ScaleCropTypeTValue('smart_objects')
SmartFaces → const ScaleCropTypeTValue

face detection or manual region specified by offset parameter

const ScaleCropTypeTValue('smart_faces')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<ScaleCropTypeTValue>
A constant List of the values in this enum, in order of their declaration.