AnnotateImageResponse class Null safety

Individual responses to image annotation requests within the batch.

Annotations

Constructors

AnnotateImageResponse({List<FaceAnnotation>? faceAnnotationList, List<LocalizedObjectAnnotation>? localizedObjectAnnotationList, List<LabelAnnotation>? labelAnnotationList})
AnnotateImageResponse.fromJson(Map<String, dynamic> json)
factory

Properties

faceAnnotationList List<FaceAnnotation>?
@JsonKey(name: 'faceAnnotations'), final
faceAnnotations List<FaceAnnotation>
If present, face detection has completed successfully.
read-only
hashCode int
The hash code for this object.
read-only, inherited
labelAnnotationList List<LabelAnnotation>?
@JsonKey(name: 'labelAnnotations'), final
labelAnnotations List<LabelAnnotation>
If present, label detection has completed successfully.
read-only
localizedObjectAnnotationList List<LocalizedObjectAnnotation>?
@JsonKey(name: 'localizedObjectAnnotations'), final
localizedObjectAnnotations List<LocalizedObjectAnnotation>
If present, landmark detection has completed successfully.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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