Googly. CloudVision. Model. BatchAnnotateFilesResponse
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
A list of file annotation responses.
Attributes
-
responses(type:list(Googly.CloudVision.Model.AnnotateFileResponse.t())) - The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
Summary
Types
@type t() :: %Googly.CloudVision.Model.BatchAnnotateFilesResponse{ responses: [Googly.CloudVision.Model.AnnotateFileResponse.t()] | nil }