AnnotateImageResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response to an image annotation request.
Attributes | |
---|---|
Name | Description |
face_annotations |
MutableSequence[google.cloud.vision_v1p3beta1.types.FaceAnnotation]
If present, face detection has completed successfully. |
landmark_annotations |
MutableSequence[google.cloud.vision_v1p3beta1.types.EntityAnnotation]
If present, landmark detection has completed successfully. |
logo_annotations |
MutableSequence[google.cloud.vision_v1p3beta1.types.EntityAnnotation]
If present, logo detection has completed successfully. |
label_annotations |
MutableSequence[google.cloud.vision_v1p3beta1.t |