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

Copy Markdown View Source

Response to an async batch image annotation request.

Attributes

  • output_config (type: Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1OutputConfig.t()) - The output location and metadata from AsyncBatchAnnotateImagesRequest.

Summary

Types

t()

@type t() ::
  %Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse{
    output_config:
      Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1OutputConfig.t() | nil
  }