DetectLabelsResponse class
Constructors
-
DetectLabelsResponse.new({String? labelModelVersion, List<
Label> ? labels, OrientationCorrection? orientationCorrection}) -
DetectLabelsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelModelVersion → String?
-
Version number of the label detection model that was used to detect labels.
final
-
labels
→ List<
Label> ? -
An array of labels for the real-world objects detected.
final
- orientationCorrection → OrientationCorrection?
-
The value of
OrientationCorrection
is always null.final - 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