Class Field
- Namespace
- IO.Scanbot.Genericdocument.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/genericdocument/entity/Field", DoNotGenerateAcw = true)]
public sealed class Field : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Field
- Implements
- Inherited Members
Constructors
Field(Type, OcrResult, Bitmap, IList<PointF>, ValidationStatus)
[Register(".ctor", "(Lio/scanbot/genericdocument/entity/Field$Type;Lio/scanbot/genericdocument/entity/OcrResult;Landroid/graphics/Bitmap;Ljava/util/List;Lio/scanbot/genericdocument/entity/ValidationStatus;)V", "")]
public Field(Field.Type type, OcrResult value, Bitmap image, IList<PointF> polygonInRoot, ValidationStatus validationStatus)
Parameters
type
Field.Typevalue
OcrResultimage
BitmappolygonInRoot
IList<PointF>validationStatus
ValidationStatus
Properties
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
Image
public Bitmap Image { get; }
Property Value
PolygonInRoot
public IList<PointF> PolygonInRoot { get; }
Property Value
ValidationStatus
public ValidationStatus ValidationStatus { get; }
Property Value
Value
public OcrResult Value { get; }
Property Value
Methods
Component1()
[Register("component1", "()Lio/scanbot/genericdocument/entity/Field$Type;", "")]
public Field.Type Component1()
Returns
Component2()
[Register("component2", "()Lio/scanbot/genericdocument/entity/OcrResult;", "")]
public OcrResult Component2()
Returns
Component3()
[Register("component3", "()Landroid/graphics/Bitmap;", "")]
public Bitmap Component3()
Returns
Component4()
[Register("component4", "()Ljava/util/List;", "")]
public IList<PointF> Component4()
Returns
Component5()
[Register("component5", "()Lio/scanbot/genericdocument/entity/ValidationStatus;", "")]
public ValidationStatus Component5()
Returns
Copy(Type, OcrResult, Bitmap, IList<PointF>, ValidationStatus)
[Register("copy", "(Lio/scanbot/genericdocument/entity/Field$Type;Lio/scanbot/genericdocument/entity/OcrResult;Landroid/graphics/Bitmap;Ljava/util/List;Lio/scanbot/genericdocument/entity/ValidationStatus;)Lio/scanbot/genericdocument/entity/Field;", "")]
public Field Copy(Field.Type type, OcrResult value, Bitmap image, IList<PointF> polygonInRoot, ValidationStatus validationStatus)
Parameters
type
Field.Typevalue
OcrResultimage
BitmappolygonInRoot
IList<PointF>validationStatus
ValidationStatus
Returns
DescribeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
[Register("describeContents", "()I", "")]
public int DescribeContents()
Returns
- int
a bitmask indicating the set of special object types marshaled by this Parcelable object instance.
Remarks
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
GetType()
[Register("getType", "()Lio/scanbot/genericdocument/entity/Field$Type;", "")]
public Field.Type GetType()
Returns
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the