Googly.CloudVision.Model.AsyncBatchAnnotateFilesResponse (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Response to an async batch file annotation request.

Attributes

  • responses (type: list(Googly.CloudVision.Model.AsyncAnnotateFileResponse.t())) - The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.AsyncBatchAnnotateFilesResponse{
  responses: [Googly.CloudVision.Model.AsyncAnnotateFileResponse.t()] | nil
}