Sets the text of the selected character result.
| Visual Basic |
|---|
Public Sub CharacterResultSetText( _ ByVal text As String _ ) |
- text
- A string of length 1 or more that will be set as the character result's text.
- When this value is set, the confidence of the character result is set to 100.
- After this method is used, no alternative results will be available for the character result.
- This value can be set to a string of more than one characters, however when the value is set to a string of more than one characters parsing cannot be performed on the selected TextLineResult.
