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

Copy Markdown View Source

A product label represented as a key-value pair.

Attributes

  • key (type: String.t()) - The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
  • value (type: String.t()) - The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1ProductKeyValue{
  key: String.t() | nil,
  value: String.t() | nil
}