Class VinScannerResult


  • public class VinScannerResult
    extends java.lang.Object
    Result of the VIN scanner.
    • Constructor Detail

      • VinScannerResult

        public VinScannerResult​(TextPatternScannerResult textResult,
                                VinBarcodeResult barcodeResult)
        Constructs VinScannerResult with the given params.
        Parameters:
        textResult - Text result of the VIN scanner.
        barcodeResult - Barcode result of the VIN scanner.
    • Method Detail

      • getTextResult

        public TextPatternScannerResult getTextResult()
        Getter for textResult field. See constructor documentation for more information about the field.
        Returns:
        textResult
      • getBarcodeResult

        public VinBarcodeResult getBarcodeResult()
        Getter for barcodeResult field. See constructor documentation for more information about the field.
        Returns:
        barcodeResult