←Select platform

Prediction Property

Summary

The predicted credit card number based on the frames that have been scanned.

Syntax

C#
VB
Java
Objective-C
C++
public int[] Prediction { get; set; } 
Public Property Prediction As Integer() 
@property (nonatomic, strong, nullable) LTRasterImage *cardImage 
             
public int[] getPrediction() 
public void setPrediction(int[] value) 
             
public:  
   property array<Int32>^ Prediction 
   { 
      array<Int32>^ get() 
      void set(array<Int32>^ value) 
   } 

Property Value

An array of integers representing the credit card number, based on the frames that have been scanned.

Remarks

After retrieving the information for a CreditCard, reset this array using the Reset method before attempting another scan.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly