Interface ClipAssetResponse.TimeIndexedUriOrBuilder (0.2.0)

public static interface ClipAssetResponse.TimeIndexedUriOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTemporalPartition()

public abstract Partition.TemporalPartition getTemporalPartition()

Time range of the video that the uri is for.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 1;

Returns
Type Description
Partition.TemporalPartition

The temporalPartition.

getTemporalPartitionOrBuilder()

public abstract Partition.TemporalPartitionOrBuilder getTemporalPartitionOrBuilder()

Time range of the video that the uri is for.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 1;

Returns
Type Description
Partition.TemporalPartitionOrBuilder

getUri()

public abstract String getUri()

Signed uri to download the video clip.

string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Signed uri to download the video clip.

string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.

hasTemporalPartition()

public abstract boolean hasTemporalPartition()

Time range of the video that the uri is for.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 1;

Returns
Type Description
boolean

Whether the temporalPartition field is set.