MLImageSegmentationAnalyzer class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyseFrame(MLImageSegmentationAnalyzerSetting setting) Future<List<MLImageSegmentation>>
override
asyncAnalyseFrame(MLImageSegmentationAnalyzerSetting setting) Future<MLImageSegmentation>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

TYPE_BACKGROUND → const int
TYPE_BUILD → const int
TYPE_CAT → const int
TYPE_FLOWER → const int
TYPE_FOOD → const int
TYPE_GRASS → const int
TYPE_HUMAN → const int
TYPE_MOUNTAIN → const int
TYPE_SAND → const int
TYPE_SKY → const int
TYPE_WATER → const int