VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebAamvaBarcodeRecognitionResult Class / WebAamvaBarcodeRecognitionResult Constructors / WebAamvaBarcodeRecognitionResult Constructor(String,String,String,String,String,Double,Int32,Region,VintasoftPointI,VintasoftPointF)
Syntax Requirements SeeAlso
In This Topic
    WebAamvaBarcodeRecognitionResult Constructor(String,String,String,String,String,Double,Int32,Region,VintasoftPointI,VintasoftPointF)
    In This Topic
    Initializes a new instance of the WebAamvaBarcodeRecognitionResult class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal barcodeType
    Barcode type.
    As String, _
    ByVal value
    Barcode value.
    As String, _
    ByVal hexValue
    Barcode value in hex representation.
    As String, _
    ByVal baseValue
    Value of base barcode type.
    As String, _
    ByVal confidence
    Barcode confidence.
    As String, _
    ByVal readingQuality
    Barcode reading quality.
    As Double, _
    ByVal threshold
    Threshold value of barcode.
    As Integer, _
    ByVal region
    Information about region of barcode.
    As Vintasoft.Barcode.Region, _
    ByVal matrixSize
    Matrix size.
    As Vintasoft.Primitives.VintasoftPointI, _
    ByVal cellSize
    Cell size.
    As Vintasoft.Primitives.VintasoftPointF _
    )

    Parameters

    barcodeType
    Barcode type.
    value
    Barcode value.
    hexValue
    Barcode value in hex representation.
    baseValue
    Value of base barcode type.
    confidence
    Barcode confidence.
    readingQuality
    Barcode reading quality.
    threshold
    Threshold value of barcode.
    region
    Information about region of barcode.
    matrixSize
    Matrix size.
    cellSize
    Cell size.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also