View Source GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageResult (google_api_content_warehouse v0.4.0)
Next ID: 3
Attributes
-
predictions
(type:list(GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions.t)
, default:nil
) - Versioned WatchPageLanguageResults. This is to experiment and launch new models. The first prediction is the latest production version. -
watchpageLanguage
(type:String.t
, default:nil
) - The language predicted by the V1 WatchPage Language model. For new and experimental versions use versioned_language_result.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageResult{ predictions: [ GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions.t() ] | nil, watchpageLanguage: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.