Enum IngestAssetRequest.Config.VideoType.ContainerFormat (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CONTAINER_FORMAT_MP4

Mp4 container format.

CONTAINER_FORMAT_MP4 = 1;

CONTAINER_FORMAT_MP4_VALUE

Mp4 container format.

CONTAINER_FORMAT_MP4 = 1;

CONTAINER_FORMAT_UNSPECIFIED

The default type, not supposed to be used.

CONTAINER_FORMAT_UNSPECIFIED = 0;

CONTAINER_FORMAT_UNSPECIFIED_VALUE

The default type, not supposed to be used.

CONTAINER_FORMAT_UNSPECIFIED = 0;

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()