public static abstract @interface FirebaseVisionImageMetadata.Rotation implements
Annotation
Indicates the image rotation.
Supported values include:
ROTATION_0
which corresponds to back camera withROTATION_0
ROTATION_90
which corresponds to back camera withROTATION_90
ROTATION_180
which corresponds to back camera withROTATION_180
ROTATION_270
which corresponds to back camera withROTATION_270
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|