public static abstract @interface InputImage.ImageFormat implements Annotation
Accepted image format of vision APIs.
Supported values include:
InputImage.IMAGE_FORMAT_NV21
which corresponds toImageFormat.NV21
InputImage.IMAGE_FORMAT_YV12
which corresponds toImageFormat.YV12
InputImage.IMAGE_FORMAT_YUV_420_888
which corresponds toImageFormat.YUV_420_888
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object
arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|