ImageClassificationHelper class

Constructors

ImageClassificationHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
inputTensor ↔ Tensor
getter/setter pair
interpreter ↔ Interpreter
latefinal
isolateInference IsolateInference
latefinal
labels List<String>
latefinal
outputTensor ↔ Tensor
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
inferenceImage(Image image) Future<Map<String, double>>
initHelper() Future<void>
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

labelsPath → const String
modelPath → const String