Packagecom.tuarua.firebase.ml.vision.common
Classpublic final class VisionImageOrientation
InheritanceVisionImageOrientation Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
bottomLeftConstant
public static const bottomLeft:uint = 4

Orientation code indicating the 0th row is the bottom and the 0th column is the left side.

bottomRightConstant 
public static const bottomRight:uint = 3

Orientation code indicating the 0th row is the bottom and the 0th column is the right side.

leftBottomConstant 
public static const leftBottom:uint = 8

Orientation code indicating the 0th row is the left side and the 0th column is the bottom.

leftTopConstant 
public static const leftTop:uint = 5

Orientation code indicating the 0th row is the left side and the 0th column is the top.

rightBottomConstant 
public static const rightBottom:uint = 7

Orientation code indicating the 0th row is the right side and the 0th column is the bottom.

rightTopConstant 
public static const rightTop:uint = 6

Orientation code indicating the 0th row is the right side and the 0th column is the top.

topLeftConstant 
public static const topLeft:uint = 1

Orientation code indicating the 0th row is the top and the 0th column is the left side.

topRightConstant 
public static const topRight:uint = 2

Orientation code indicating the 0th row is the top and the 0th column is the right side.