public static final class RecognitionHints.Orientation
extends java.lang.Object
Orientation hints.
Modifier and Type | Field and Description |
---|---|
static int |
NoRotate
No rotation.
|
static int |
Rotate180
Rotate image by 180 degress clockwise.
|
static int |
Rotate270
Rotate image by 270 degress clockwise.
|
static int |
Rotate90
Rotate image by 90 degress clockwise.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getOrientationName(int orientationHints) |
static int |
getOrientationValue(java.lang.String orientationHints) |
public static final int NoRotate
No rotation.
public static final int Rotate90
Rotate image by 90 degress clockwise.
public static final int Rotate180
Rotate image by 180 degress clockwise.
public static final int Rotate270
Rotate image by 270 degress clockwise.