Interface IngestAssetRequest.Config.VideoTypeOrBuilder (0.2.0)

public static interface IngestAssetRequest.Config.VideoTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContainerFormat()

public abstract IngestAssetRequest.Config.VideoType.ContainerFormat getContainerFormat()

Container format of the video data.

.google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType.ContainerFormat container_format = 1;

Returns
Type Description
IngestAssetRequest.Config.VideoType.ContainerFormat

The containerFormat.

getContainerFormatValue()

public abstract int getContainerFormatValue()

Container format of the video data.

.google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType.ContainerFormat container_format = 1;

Returns
Type Description
int

The enum numeric value on the wire for containerFormat.