Class: Google::Cloud::AIPlatform::V1::VideoMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/content.rb

Overview

Metadata describes the input video content.

Instance Attribute Summary collapse

Instance Attribute Details

#end_offset::Google::Protobuf::Duration

Returns Optional. The end offset of the video.

Returns:



114
115
116
117
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 114

class VideoMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_offset::Google::Protobuf::Duration

Returns Optional. The start offset of the video.

Returns:



114
115
116
117
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 114

class VideoMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end