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

Copy Markdown View Source

A Property consists of a user-supplied name/value pair.

Attributes

  • name (type: String.t()) - Name of the property.
  • uint64_value (type: String.t()) - Value of numeric properties.
  • value (type: String.t()) - Value of the property.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Property{
  name: String.t() | nil,
  uint64_value: String.t() | nil,
  value: String.t() | nil
}