VideoTimedtextS4LangScore

GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4LangScore


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    - A score between 0.0 and 1.0; the relative probability that this is the language of the video. This should not be interpreted as an absolute probability. For instance, scores may be calculated for all languages even for videos for which no speech was detected.
  2. langCode (type: String.t, default: nil)
    - The language code for one of the languages supported by automatic language identification.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4LangScore{
confidence: number() | nil,
langCode: String.t() | nil
}

Function

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

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