Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::VideoMetadata (v1.35.0)

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

#end_offset=

def end_offset=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#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

#start_offset=

def start_offset=(value) -> ::Google::Protobuf::Duration
Parameter
Returns