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

Copy Markdown View Source

If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image.

Attributes

  • page_number (type: integer()) - If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.
  • uri (type: String.t()) - The URI of the file used to produce the image.

Summary

Types

t()

@type t() ::
  %Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1ImageAnnotationContext{
    page_number: integer() | nil,
    uri: String.t() | nil
  }