Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse (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.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.t())) - The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Summary

Types

t()

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