Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::VideoMetadata.
Metadata describes the input video content.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_offset
def end_offset() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Optional. The end offset of the video.
#end_offset=
def end_offset=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Optional. The end offset of the video.
Returns
- (::Google::Protobuf::Duration) — Optional. The end offset of the video.
#fps
def fps() -> ::Float
Returns
- (::Float) — Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].
#fps=
def fps=(value) -> ::Float
Parameter
- value (::Float) — Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].
Returns
- (::Float) — Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].
#start_offset
def start_offset() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Optional. The start offset of the video.
#start_offset=
def start_offset=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Optional. The start offset of the video.
Returns
- (::Google::Protobuf::Duration) — Optional. The start offset of the video.