Class TextOrientation
- Namespace
- IO.Scanbot.Textorientation.Model
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/textorientation/model/TextOrientation", DoNotGenerateAcw = true)]
public sealed class TextOrientation : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
TextOrientation
- Implements
-
- Inherited Members
-
Properties
A
[Register("a")]
public int A { get; set; }
Property Value
- int
B
[Register("b")]
public static SparseArray B { get; }
Property Value
- SparseArray
C
[Register("c")]
public static IList<TextOrientation> C { get; }
Property Value
- IList<TextOrientation>
Code
Property Value
- int
TextOrientationLowconfidence
[Register("TEXT_ORIENTATION_LOWCONFIDENCE")]
public static TextOrientation TextOrientationLowconfidence { get; }
Property Value
- TextOrientation
TextOrientationNormal
[Register("TEXT_ORIENTATION_NORMAL")]
public static TextOrientation TextOrientationNormal { get; }
Property Value
- TextOrientation
TextOrientationNotrecognized
[Register("TEXT_ORIENTATION_NOTRECOGNIZED")]
public static TextOrientation TextOrientationNotrecognized { get; }
Property Value
- TextOrientation
TextOrientationRotated180
[Register("TEXT_ORIENTATION_ROTATED180")]
public static TextOrientation TextOrientationRotated180 { get; }
Property Value
- TextOrientation
TextOrientationRotated270
[Register("TEXT_ORIENTATION_ROTATED270")]
public static TextOrientation TextOrientationRotated270 { get; }
Property Value
- TextOrientation
TextOrientationRotated90
[Register("TEXT_ORIENTATION_ROTATED90")]
public static TextOrientation TextOrientationRotated90 { get; }
Property Value
- TextOrientation
Methods
GetByCode(int)
[Register("getByCode", "(I)Lio/scanbot/textorientation/model/TextOrientation;", "")]
public static TextOrientation GetByCode(int code)
Parameters
code
int
Returns
- TextOrientation
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/textorientation/model/TextOrientation;", "")]
public static TextOrientation ValueOf(string value)
Parameters
value
string
Returns
- TextOrientation
Values()
[Register("values", "()[Lio/scanbot/textorientation/model/TextOrientation;", "")]
public static TextOrientation[] Values()
Returns
- TextOrientation[]