View Source GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoStreamRecitationResult (google_api_ai_platform v0.6.0)
The recitation result for one stream input
Attributes
-
dynamicSegmentResults(type:list(GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t), default:nil) - The recitation result against the given dynamic data source. -
fullyCheckedTextIndex(type:integer(), default:nil) - Last index of input text fully checked for recitation in the entire streaming context. Would return-1if no Input was checked for recitation. -
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. -
trainingSegmentResults(type:list(GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t), default:nil) - The recitation result against model training data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoStreamRecitationResult{ dynamicSegmentResults: [ GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t() ] | nil, fullyCheckedTextIndex: integer() | nil, recitationAction: String.t() | nil, trainingSegmentResults: [ GoogleApi.AIPlatform.V1.Model.LanguageLabsAidaTrustRecitationProtoSegmentResult.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.