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

Copy Markdown View Source

The response for a single offline file annotation request.

Attributes

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

Summary

Types

t()

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