View Source GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup (google_api_content_warehouse v0.4.0)

LabelGroup is a set of labels produced by a single model, or by multiple models that share the same versioning. It can be used to store results from ICA, box classifier, visible labels, noun+attribute, and so on.

Attributes

  • label (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel.t), default: nil) -
  • version (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup{
    label:
      [GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel.t()]
      | nil,
    version: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.