Class AnnotateFileResponse (3.1.2)

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

NameDescription
input_config google.cloud.vision_v1p3beta1.types.InputConfig
Information about the file for which this response is generated.
responses Sequence[google.cloud.vision_v1p3beta1.types.AnnotateImageResponse]
Individual responses to images found within the file.

Inheritance

builtins.object > proto.message.Message > AnnotateFileResponse