View Source GoogleApi.AIPlatform.V1.Model.NlpSaftLanguageSpanSequence (google_api_ai_platform v0.5.0)

Attributes

  • languageSpans (type: list(GoogleApi.AIPlatform.V1.Model.NlpSaftLanguageSpan.t), default: nil) - A sequence of LanguageSpan objects, each assigning a language to a subspan of the input.
  • probability (type: number(), default: nil) - The probability of this sequence of LanguageSpans.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.NlpSaftLanguageSpanSequence{
  languageSpans: [GoogleApi.AIPlatform.V1.Model.NlpSaftLanguageSpan.t()] | nil,
  probability: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.