QualityLabelsGoogleLabelDataLabel

GoogleApi.ContentWarehouse.V1.Model.QualityLabelsGoogleLabelDataLabel


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    - If global_label_value is present, confidence is ignored. confidence is DEPRECATED.
  2. globalLabelBucket (type: integer(), default: nil)
    - A byte-size value representing 64 * (1 + global_label_value). Use this instead of global_label_value to save on label storage. See quality_prose::LabelValueToBucket() for more info.
  3. globalLabelValue (type: number(), default: nil)
    -
  4. labelId (type: integer(), default: nil)
    - At least one of label_id and label_name must be filled in
  5. labelName (type: String.t, default: nil)
    -
  6. provider (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityLabelsGoogleLabelDataLabelProvider), default: nil)
    -
  7. providerId (type: list(String.t), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityLabelsGoogleLabelDataLabel{
confidence: number() | nil,
globalLabelBucket: integer() | nil,
globalLabelValue: number() | nil,
labelId: integer() | nil,
labelName: String.t() | nil,
provider: [ GoogleApi.ContentWarehouse.V1.Model.QualityLabelsGoogleLabelDataLabelProvider.t() ] | nil,
providerId: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityLabelsGoogleLabelDataLabel