AnnotateImageResponse class

Individual responses to image annotation requests within the batch.

Annotations

Constructors

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

Properties

faceAnnotationList List<FaceAnnotation>?
final
faceAnnotations List<FaceAnnotation>
If present, face detection has completed successfully.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
labelAnnotationList List<LabelAnnotation>?
final
labelAnnotations List<LabelAnnotation>
If present, label detection has completed successfully.
read-only
localizedObjectAnnotationList List<LocalizedObjectAnnotation>?
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-onlyinherited
safeSearchAnnotation → SafeSearchAnnotation?
final

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