ReferenceImage class

A ReferenceImage represents a product image and its associated metadata, such as bounding boxes.

Constructors

ReferenceImage({List<BoundingPoly>? boundingPolys, String? name, String? uri})
ReferenceImage.fromJson(Map json_)

Properties

boundingPolys List<BoundingPoly>?
Bounding polygons around the areas of interest in the reference image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the reference image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
The Google Cloud Storage URI of the reference image.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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