ImageLabeler class

An image labeler that processes and labels InputImage.

Constructors

ImageLabeler({required ImageLabelerOptions options})
Constructor to create an instance of ImageLabeler.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Instance id.
final
options ImageLabelerOptions
The options for the image labeler.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Closes the labeler and releases its resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processImage(InputImage inputImage) Future<List<ImageLabel>>
Processes the given image for image labeling, it returns a List of ImageLabel.
toString() String
A string representation of this object.
inherited

Operators

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