GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageResult
Table of Contents ▼
Jump to a specific part of the page:
Description
Next ID: 3
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
predictions
(type:list(GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions)
, 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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageResult{
predictions: [ GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions.t() ] | nil,
watchpageLanguage: String.t() | nil
}
predictions: [ GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions.t() ] | nil,
watchpageLanguage: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageResult