View Source GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoRecitationResult (google_api_ai_platform v0.3.0)

The recitation result for one input

Attributes

  • dynamicSegmentResults (type: list(GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t), default: nil) -
  • recitationAction (type: String.t, default: nil) - The recitation action for one given input. When its segments contain different actions, the overall action will be returned in the precedence of BLOCK > CITE > NO_ACTION. When the given input is not found in any source, the recitation action will not be specified.
  • trainingSegmentResults (type: list(GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoRecitationResult{
    dynamicSegmentResults:
      [
        GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t()
      ]
      | nil,
    recitationAction: String.t() | nil,
    trainingSegmentResults:
      [
        GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.