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

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

Attributes

  • name (type: String.t, default: nil) - Name of the property.
  • uint64Value (type: String.t, default: nil) - Value of numeric properties.
  • value (type: String.t, default: nil) - Value of the property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Vision.V1.Model.Property{
  name: String.t() | nil,
  uint64Value: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.