View Source GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse (google_api_vision v0.25.0)

Response to an async batch file annotation request.

Attributes

  • responses (type: list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.t), default: nil) - The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse{
    responses:
      [
        GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.