WatchpageLanguageWatchPageLanguageModelPredictions

GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions


Table of Contents ▼

Jump to a specific part of the page:

Description

Next ID: 4

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

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