Gets the total number of characters that were recognized during the recognition process.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property AcceptedCharacterCount As Integer |
| C# | |
|---|
public int AcceptedCharacterCount {get;} |
| C++/CLI | |
|---|
public:
property int AcceptedCharacterCount {
int get();
} |
Return Value
The total number of characters that were recognized during the recognition process.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also