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

Copy Markdown View Source

Response to a batch image annotation request.

Attributes

  • responses (type: list(Googly.CloudVision.Model.AnnotateImageResponse.t())) - Individual responses to image annotation requests within the batch.

Summary

Types

t()

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