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

Next ID: 3

Attributes

  • score (type: number(), default: nil) - Score for the predicted language by the WatchPage Language model.
  • watchpageLanguage (type: String.t, default: nil) - The language predicted by the WatchPage Language model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictionsLanguageScore{
    score: number() | nil,
    watchpageLanguage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.