Class: Google::Cloud::AIPlatform::V1::VideoMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::VideoMetadata
- 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
-
#end_offset ⇒ ::Google::Protobuf::Duration
Optional.
-
#start_offset ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#end_offset ⇒ ::Google::Protobuf::Duration
Returns Optional. The end offset of the video.
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.
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 |