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

Copy Markdown View Source

A list of file annotation responses.

Attributes

  • responses (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1AnnotateFileResponse.t())) - The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

Summary

Types

t()

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