Class <cb62319d-46ee-41f3-854f-9a78ba6040c0>Result
Inheritance
System.Object
<cb62319d-46ee-41f3-854f-9a78ba6040c0>Result
Namespace: ZXing
Assembly: IronOcr.dll
Syntax
public sealed class <cb62319d-46ee-41f3-854f-9a78ba6040c0>Result : Object
Constructors
Declaration
public <cb62319d-46ee-41f3-854f-9a78ba6040c0>Result(string text, byte[] rawBytes, int numBits, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultPoint [ ] resultPoints, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > BarcodeFormat format)
Parameters
Declaration
public <cb62319d-46ee-41f3-854f-9a78ba6040c0>Result(string text, byte[] rawBytes, int numBits, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultPoint [ ] resultPoints, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > BarcodeFormat format, long timestamp)
Parameters
Declaration
public <cb62319d-46ee-41f3-854f-9a78ba6040c0>Result(string text, byte[] rawBytes, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultPoint [ ] resultPoints, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > BarcodeFormat format)
Parameters
Declaration
public <cb62319d-46ee-41f3-854f-9a78ba6040c0>Result(string text, byte[] rawBytes, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultPoint [ ] resultPoints, < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > BarcodeFormat format, long timestamp)
Parameters
Properties
Declaration
public < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > BarcodeFormat BarcodeFormat { get; }
Property Value
NumBits
Declaration
public int NumBits { get; }
Property Value
Type |
Description |
System.Int32 |
|
RawBytes
Declaration
public byte[] RawBytes { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public IDictionary << cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultMetadataType , object >ResultMetadata { get; }
Property Value
ResultPoints
Declaration
public < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultPoint [ ] ResultPoints { get; }
Property Value
Type |
Description |
ZXing.<cb62319d-46ee-41f3-854f-9a78ba6040c0>ResultPoint[] |
|
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
Timestamp
Declaration
public long Timestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
addResultPoints(<cb62319d-46ee-41f3-854f-9a78ba6040c0>ResultPoint[])
Declaration
public void addResultPoints( < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultPoint [ ] newPoints)
Parameters
Type |
Name |
Description |
ZXing.<cb62319d-46ee-41f3-854f-9a78ba6040c0>ResultPoint[] |
newPoints |
|
Declaration
public void putAllMetadata(IDictionary << cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultMetadataType , object >metadata)
Parameters
Declaration
public void putMetadata( < cb62319d - 46e e - 41f 3 - 854f - 9 a78ba6040c0 > ResultMetadataType type, object value)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|