Googly. CloudVision. Model. GoogleCloudVisionV1p3beta1AnnotateFileResponse
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.
Attributes
-
error(type:Googly.CloudVision.Model.Status.t()) - If set, represents the error message for the failed request. Theresponsesfield will not be set in this case. -
input_config(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1InputConfig.t()) - Information about the file for which this response is generated. -
responses(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1AnnotateImageResponse.t())) - Individual responses to images found within the file. This field will be empty if theerrorfield is set. -
total_pages(type:integer()) - This field gives the total number of pages in the file.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1AnnotateFileResponse{ error: Googly.CloudVision.Model.Status.t() | nil, input_config: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1InputConfig.t() | nil, responses: [ Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1AnnotateImageResponse.t() ] | nil, total_pages: integer() | nil }