ScaleCropTypeTValue enum

Type value which enables smart image analysis for ScaleCropTransformation

Inheritance

Constructors

ScaleCropTypeTValue()
const

Values

Smart → const ScaleCropTypeTValue

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

SmartFacesObjectsPoints → const ScaleCropTypeTValue

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

SmartFacesObjects → const ScaleCropTypeTValue

face detection, followed by object detection

SmartFacesPoints → const ScaleCropTypeTValue

face detection, followed by corner points detection

SmartObjectsFacesPoints → const ScaleCropTypeTValue

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

SmartObjectsFaces → const ScaleCropTypeTValue

object detection, followed by face detection

SmartObjectsPoints → const ScaleCropTypeTValue

object detection, followed by corner points detection

SmartPoints → const ScaleCropTypeTValue

corner points detection or manual region specified by offset parameter

SmartObjects → const ScaleCropTypeTValue

object detection or manual region specified by offset parameter

SmartFaces → const ScaleCropTypeTValue

face detection or manual region specified by offset parameter

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.
inherited

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.