public static interface IngestAssetRequest.Config.VideoTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |