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

Next ID: 4

Attributes

  • languageScore (type: list(GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictionsLanguageScore.t), default: nil) - A list of watchpage languages predicted arranged according to their scores.
  • usesSpeechSignals (type: boolean(), default: nil) - Does the prediction uses speech signals like audio language.
  • version (type: String.t, default: nil) - An identifier to recognize the model version used for this prediction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions{
    languageScore:
      [
        GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictionsLanguageScore.t()
      ]
      | nil,
    usesSpeechSignals: boolean() | nil,
    version: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.