CloudImageLabelerOptions class

Options for cloud image labeler.

Confidence threshold could be provided for the label detection. For example, if the confidence threshold is set to 0.7, only labels with confidence >= 0.7 would be returned. The default threshold is 0.5.

Constructors

CloudImageLabelerOptions({double confidenceThreshold = 0.5})
Constructor for CloudImageLabelerOptions.
const

Properties

confidenceThreshold double
The minimum confidence threshold of labels to be detected.
final
hashCode int
The hash code for this object.
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