GoodocLanguageCombinationLanguage

GoogleApi.ContentWarehouse.V1.Model.GoodocLanguageCombinationLanguage


Table of Contents ▼

Jump to a specific part of the page:

Description

Weighted language

Attributes List

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

View Attributes

Attributes

  1. bcp47Tag (type: String.t, default: nil)
    - Bcp47 language code. Note, this is not the same as OceanCode used by goodoc::Document.
  2. weight (type: number(), default: nil)
    - Weight of language. This specifies how likely it is to see the language in the input text. The values don't have to add up to 1.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocLanguageCombinationLanguage{
bcp47Tag: String.t() | nil,
weight: number() | nil
}

Function

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

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