View Source GoogleApi.Vision.V1.Model.AsyncBatchAnnotateFilesResponse (google_api_vision v0.25.0)
Response to an async batch file annotation request.
Attributes
-
responses
(type:list(GoogleApi.Vision.V1.Model.AsyncAnnotateFileResponse.t)
, default:nil
) - The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vision.V1.Model.AsyncBatchAnnotateFilesResponse{ responses: [GoogleApi.Vision.V1.Model.AsyncAnnotateFileResponse.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.