Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ContainerFormat.
Container format of the video.
Protobuf type google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType.ContainerFormat
Namespace
Google \ Cloud \ VisionAI \ V1 \ IngestAssetRequest \ Config \ VideoTypeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTAINER_FORMAT_UNSPECIFIED
Value: 0The default type, not supposed to be used.
Generated from protobuf enum CONTAINER_FORMAT_UNSPECIFIED = 0;
CONTAINER_FORMAT_MP4
Value: 1Mp4 container format.
Generated from protobuf enum CONTAINER_FORMAT_MP4 = 1;