public enum IngestAssetRequest.Config.VideoType.ContainerFormat extends Enum<IngestAssetRequest.Config.VideoType.ContainerFormat> implements ProtocolMessageEnum
Container format of the video.
Protobuf enum
google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType.ContainerFormat
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTAINER_FORMAT_MP4 |
Mp4 container format. |
CONTAINER_FORMAT_MP4_VALUE |
Mp4 container format. |
CONTAINER_FORMAT_UNSPECIFIED |
The default type, not supposed to be used. |
CONTAINER_FORMAT_UNSPECIFIED_VALUE |
The default type, not supposed to be used. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |