public int RecognizedWords {get; set;}
'Declaration
Public Property RecognizedWords As Integer
'Usage
Dim instance As OcrStatistic
Dim value As Integer
instance.RecognizedWords = value
value = instance.RecognizedWords
public int RecognizedWords {get; set;}
@property (nonatomic, assign) int recognizedWords;
public int getRecognizedWords()
public void setRecognizedWords(int value)
get_RecognizedWords();
set_RecognizedWords(value);
Object.defineProperty('RecognizedWords');
public:
property int RecognizedWords {
int get();
void set ( int value);
}
Property Value
The number of recognized words on the last page.