Search Results for

    Show / Hide Table of Contents

    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

    <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(String, Byte[], Int32, <9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[], <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat)

    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
    Type Name Description
    System.String text
    System.Byte[] rawBytes
    System.Int32 numBits
    ZXing.<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[] resultPoints
    <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat format

    <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(String, Byte[], Int32, <9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[], <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat, Int64)

    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
    Type Name Description
    System.String text
    System.Byte[] rawBytes
    System.Int32 numBits
    ZXing.<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[] resultPoints
    <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat format
    System.Int64 timestamp

    <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(String, Byte[], <9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[], <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat)

    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
    Type Name Description
    System.String text
    System.Byte[] rawBytes
    ZXing.<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[] resultPoints
    <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat format

    <9a18a37d-8522-4680-97d4-0f349cdeed5d>Result(String, Byte[], <9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[], <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat, Int64)

    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
    Type Name Description
    System.String text
    System.Byte[] rawBytes
    ZXing.<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultPoint[] resultPoints
    <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat format
    System.Int64 timestamp

    Properties

    BarcodeFormat

    Declaration
    public  < 9  a18a37d - 8522 - 4680 - 97d  4 - 0f  349  cdeed5d > BarcodeFormat BarcodeFormat { get; }
    Property Value
    Type Description
    <9a18a37d-8522-4680-97d4-0f349cdeed5d>BarcodeFormat

    NumBits

    Declaration
    public int NumBits { get; }
    Property Value
    Type Description
    System.Int32

    RawBytes

    Declaration
    public byte[] RawBytes { get; }
    Property Value
    Type Description
    System.Byte[]

    ResultMetadata

    Declaration
    public IDictionary << 9  a18a37d - 8522 - 4680 - 97d  4 - 0f  349  cdeed5d > ResultMetadataType ,  object >ResultMetadata { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultMetadataType, System.Object>

    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

    putAllMetadata(IDictionary<<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultMetadataType, Object>)

    Declaration
    public void putAllMetadata(IDictionary << 9  a18a37d - 8522 - 4680 - 97d  4 - 0f  349  cdeed5d > ResultMetadataType ,  object >metadata)
    Parameters
    Type Name Description
    System.Collections.Generic.IDictionary<<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultMetadataType, System.Object> metadata

    putMetadata(<9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultMetadataType, Object)

    Declaration
    public void putMetadata( < 9  a18a37d - 8522 - 4680 - 97d  4 - 0f  349  cdeed5d > ResultMetadataType type, object value)
    Parameters
    Type Name Description
    <9a18a37d-8522-4680-97d4-0f349cdeed5d>ResultMetadataType type
    System.Object value

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronOCR to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronOCR free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.