| Package | com.tuarua.firebase.ml.vision.common |
| Class | public final class VisionImageOrientation |
| Inheritance | VisionImageOrientation Object |
| Constant | Defined By | ||
|---|---|---|---|
| bottomLeft : uint = 4 [static] Orientation code indicating the 0th row is the bottom and the 0th column is the left side. | VisionImageOrientation | ||
| bottomRight : uint = 3 [static] Orientation code indicating the 0th row is the bottom and the 0th column is the right side. | VisionImageOrientation | ||
| leftBottom : uint = 8 [static] Orientation code indicating the 0th row is the left side and the 0th column is the bottom. | VisionImageOrientation | ||
| leftTop : uint = 5 [static] Orientation code indicating the 0th row is the left side and the 0th column is the top. | VisionImageOrientation | ||
| rightBottom : uint = 7 [static] Orientation code indicating the 0th row is the right side and the 0th column is the bottom. | VisionImageOrientation | ||
| rightTop : uint = 6 [static] Orientation code indicating the 0th row is the right side and the 0th column is the top. | VisionImageOrientation | ||
| topLeft : uint = 1 [static] Orientation code indicating the 0th row is the top and the 0th column is the left side. | VisionImageOrientation | ||
| topRight : uint = 2 [static] Orientation code indicating the 0th row is the top and the 0th column is the right side. | VisionImageOrientation | ||
| bottomLeft | Constant |
public static const bottomLeft:uint = 4Orientation code indicating the 0th row is the bottom and the 0th column is the left side.
| bottomRight | Constant |
public static const bottomRight:uint = 3Orientation code indicating the 0th row is the bottom and the 0th column is the right side.
| leftBottom | Constant |
public static const leftBottom:uint = 8Orientation code indicating the 0th row is the left side and the 0th column is the bottom.
| leftTop | Constant |
public static const leftTop:uint = 5Orientation code indicating the 0th row is the left side and the 0th column is the top.
| rightBottom | Constant |
public static const rightBottom:uint = 7Orientation code indicating the 0th row is the right side and the 0th column is the bottom.
| rightTop | Constant |
public static const rightTop:uint = 6Orientation code indicating the 0th row is the right side and the 0th column is the top.
| topLeft | Constant |
public static const topLeft:uint = 1Orientation code indicating the 0th row is the top and the 0th column is the left side.
| topRight | Constant |
public static const topRight:uint = 2Orientation code indicating the 0th row is the top and the 0th column is the right side.