Class GenericDocument
- Namespace
- IO.Scanbot.Genericdocument.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/genericdocument/entity/GenericDocument", DoNotGenerateAcw = true)]
public sealed class GenericDocument : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
GenericDocument
- Implements
- Inherited Members
Constructors
GenericDocument(Type, IList<Field>, IList<GenericDocument>, float, float)
[Register(".ctor", "(Lio/scanbot/genericdocument/entity/GenericDocument$Type;Ljava/util/List;Ljava/util/List;FF)V", "")]
public GenericDocument(GenericDocument.Type type, IList<Field> fields, IList<GenericDocument> children, float confidence, float confidenceWeight)
Parameters
type
GenericDocument.Typefields
IList<Field>children
IList<GenericDocument>confidence
floatconfidenceWeight
float
Properties
Children
public IList<GenericDocument> Children { get; }
Property Value
Confidence
public float Confidence { get; }
Property Value
ConfidenceWeight
public float ConfidenceWeight { get; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
Fields
public IList<Field> Fields { get; }
Property Value
Methods
ChildByDocumentType(string)
[Register("childByDocumentType", "(Ljava/lang/String;)Lio/scanbot/genericdocument/entity/GenericDocument;", "")]
public GenericDocument ChildByDocumentType(string name)
Parameters
name
string
Returns
ChildrenByDocumentType(string)
[Register("childrenByDocumentType", "(Ljava/lang/String;)Ljava/util/List;", "")]
public IList<GenericDocument> ChildrenByDocumentType(string name)
Parameters
name
string
Returns
Component1()
[Register("component1", "()Lio/scanbot/genericdocument/entity/GenericDocument$Type;", "")]
public GenericDocument.Type Component1()
Returns
Component2()
[Register("component2", "()Ljava/util/List;", "")]
public IList<Field> Component2()
Returns
Component3()
[Register("component3", "()Ljava/util/List;", "")]
public IList<GenericDocument> Component3()
Returns
Component4()
[Register("component4", "()F", "")]
public float Component4()
Returns
Component5()
[Register("component5", "()F", "")]
public float Component5()
Returns
Copy(Type, IList<Field>, IList<GenericDocument>, float, float)
[Register("copy", "(Lio/scanbot/genericdocument/entity/GenericDocument$Type;Ljava/util/List;Ljava/util/List;FF)Lio/scanbot/genericdocument/entity/GenericDocument;", "")]
public GenericDocument Copy(GenericDocument.Type type, IList<Field> fields, IList<GenericDocument> children, float confidence, float confidenceWeight)
Parameters
type
GenericDocument.Typefields
IList<Field>children
IList<GenericDocument>confidence
floatconfidenceWeight
float
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
FieldByTypeName(string)
[Register("fieldByTypeName", "(Ljava/lang/String;)Lio/scanbot/genericdocument/entity/Field;", "")]
public Field FieldByTypeName(string name)
Parameters
name
string
Returns
FieldsByTypeName(string)
[Register("fieldsByTypeName", "(Ljava/lang/String;)Ljava/util/List;", "")]
public IList<Field> FieldsByTypeName(string name)
Parameters
name
string
Returns
GetType()
[Register("getType", "()Lio/scanbot/genericdocument/entity/GenericDocument$Type;", "")]
public GenericDocument.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