`, or providing explicit language metadata in the page's markup or metadata. Additionally, websites could ensure that their content is accurately translated and proofread to avoid language errors or inconsistencies.
Voting helps other researchers find interesting modules.
A span of text that is written using a specified language (or languages). language_spans do not need to cover all of the characters in a text -- in particular, some pieces of text may not use any language. Depending on the model used to generate them, multilingual text can be encoded using overlapping or non- overlapping language_spans; and using one or multiple language_codes per language_span.
bytes
GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
nil
characters
document
GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
languageCode
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaLanguageSpan{ bytes: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil, characters: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil, document: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil, languageCode: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()