AnnotationRequest class

Individual image annotation requests for this batch.

Annotations
  • @JsonSerializable(createToJson: false, includeIfNull: false)

Constructors

AnnotationRequest({required JsonImage jsonImage, required List<Feature> features, ImageContext? imageContext})
Individual image annotation requests for this batch.
AnnotationRequest.fromJson(Map<String, dynamic> json)
factory

Properties

features List<Feature>
Requested features.
final
hashCode int
The hash code for this object.
no setterinherited
imageContext ImageContext?
Additional context that may accompany the image.
final
jsonImage JsonImage
The image to be processed.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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