Interface VideoMetadataOrBuilder (3.86.0)

public interface VideoMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndOffset()

public abstract Duration getEndOffset()

Optional. The end offset of the video.

.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Duration

The endOffset.

getEndOffsetOrBuilder()

public abstract DurationOrBuilder getEndOffsetOrBuilder()

Optional. The end offset of the video.

.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DurationOrBuilder

getFps()

public abstract double getFps()

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].

double fps = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The fps.

getStartOffset()

public abstract Duration getStartOffset()

Optional. The start offset of the video.

.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Duration

The startOffset.

getStartOffsetOrBuilder()

public abstract DurationOrBuilder getStartOffsetOrBuilder()

Optional. The start offset of the video.

.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DurationOrBuilder

hasEndOffset()

public abstract boolean hasEndOffset()

Optional. The end offset of the video.

.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the endOffset field is set.

hasStartOffset()

public abstract boolean hasStartOffset()

Optional. The start offset of the video.

.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the startOffset field is set.