VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeRecognitionResult Class / WebBarcodeRecognitionResult Constructors / WebBarcodeRecognitionResult Constructor(String,String,String,String,String,Double,Int32,Region)
Syntax Requirements SeeAlso
In This Topic
    WebBarcodeRecognitionResult Constructor(String,String,String,String,String,Double,Int32,Region)
    In This Topic
    Initializes a new instance of the WebBarcodeRecognitionResult 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 _
    )
    public WebBarcodeRecognitionResult(
    string barcodeType,
    string value,
    string hexValue,
    string baseValue,
    string confidence,
    double readingQuality,
    int threshold,
    Vintasoft.Barcode.Region region
    )
    public: WebBarcodeRecognitionResult(
    string* barcodeType,
    string* value,
    string* hexValue,
    string* baseValue,
    string* confidence,
    double readingQuality,
    int threshold,
    Vintasoft.Barcode.Region region
    )
    public:
    WebBarcodeRecognitionResult(
    string^ barcodeType,
    string^ value,
    string^ hexValue,
    string^ baseValue,
    string^ confidence,
    double readingQuality,
    int threshold,
    Vintasoft.Barcode.Region region
    )

    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.
    Requirements

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

    See Also