Googly.CloudVision.Model.AsyncAnnotateFileResponse (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.OutputConfig.t()) - The output location and metadata from AsyncAnnotateFileRequest.

Summary

Types

t()

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