WatchpageLanguageWatchPageLanguageResult

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):

View Attributes

Attributes

  1. 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.
  2. 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
}

Function

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

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