View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionReasonVideoResponseTextResponse (google_api_ai_platform v0.3.0)
Contains text that is the response of the video captioning.
Attributes
-
relativeTemporalPartition(type:GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRelativeTemporalPartition.t, default:nil) - Partition of the caption's video in time. This field is intended for video captioning. To represent the start time and end time of the caption's video. -
text(type:String.t, default:nil) - Text information
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionReasonVideoResponseTextResponse{ relativeTemporalPartition: GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRelativeTemporalPartition.t() | nil, text: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.