public enum ImageCharacteristics.ColorSpace extends Enum<ImageCharacteristics.ColorSpace> implements ProtocolMessageEnum
Possible color spaces of an image (e.g., "RGB", "CMYK", "Grayscale").
Protobuf enum google.cloud.discoveryengine.v1alpha.ImageCharacteristics.ColorSpace
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CMYK |
Cyan, magenta, yellow, and black colorspace. |
CMYK_VALUE |
Cyan, magenta, yellow, and black colorspace. |
COLOR_SPACE_UNSPECIFIED |
Default value. Unknown color space. |
COLOR_SPACE_UNSPECIFIED_VALUE |
Default value. Unknown color space. |
GRAYSCALE |
Grayscale colorspace. |
GRAYSCALE_VALUE |
Grayscale colorspace. |
OTHER_COLOR_SPACE |
Other colorspace. |
OTHER_COLOR_SPACE_VALUE |
Other colorspace. |
RGB |
Red, green, blue colorspace. |
RGB_VALUE |
Red, green, blue colorspace. |
UNRECOGNIZED |
|
YUV |
YUV colorspace. |
YUV_VALUE |
YUV colorspace. |
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() |