Class AnnotateFileResponse (3.7.3)

AnnotateFileResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.

Attributes

Name Description
input_config google.cloud.vision_v1p2beta1.types.InputConfig
Information about the file for which this response is generated.
responses MutableSequence[google.cloud.vision_v1p2beta1.types.AnnotateImageResponse]
Individual responses to images found within the file.