Class <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result
Inheritance
System.Object
<9a18a37d-8522-4680-97d4-0f349cdeed5d>Result
Namespace: ZXing
Assembly: IronOcr.dll
Syntax
public sealed class <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result : Object
Constructors
Declaration
public <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(string text, byte[] rawBytes, int numBits, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultPoint [ ] resultPoints, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > BarcodeFormat format)
Parameters
Declaration
public <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(string text, byte[] rawBytes, int numBits, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultPoint [ ] resultPoints, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > BarcodeFormat format, long timestamp)
Parameters
Declaration
public <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(string text, byte[] rawBytes, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultPoint [ ] resultPoints, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > BarcodeFormat format)
Parameters
Declaration
public <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(string text, byte[] rawBytes, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultPoint [ ] resultPoints, < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > BarcodeFormat format, long timestamp)
Parameters
Properties
Declaration
public < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > 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 << 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultMetadataType , object >ResultMetadata { get; }
Property Value
ResultPoints
Declaration
public < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultPoint [ ] ResultPoints { get; }
Property Value
Type |
Description |
ZXing.<9a18a37d-8522-4680-97d4-0f349cdeed5d>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(<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[])
Declaration
public void addResultPoints( < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultPoint [ ] newPoints)
Parameters
Type |
Name |
Description |
ZXing.<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[] |
newPoints |
|
Declaration
public void putAllMetadata(IDictionary << 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultMetadataType , object >metadata)
Parameters
Declaration
public void putMetadata( < 9 a18a37d - 8522 - 4680 - 97d 4 - 0f 349 cdeed5d > ResultMetadataType type, object value)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|