Class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Video reasoning response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudAiLargeModelsVisionReasonVideoResponse

Returns a new instance of CloudAiLargeModelsVisionReasonVideoResponse.



327
328
329
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 327

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#responsesArray<Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse>

Generated text responses. The generated responses for different segments within the same video. Corresponds to the JSON property responses



325
326
327
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 325

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



332
333
334
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 332

def update!(**args)
  @responses = args[:responses] if args.key?(:responses)
end