SeparatorBeforeRejectionSymbol property (ILTMarkOptions)
BSTR SeparatorBeforeRejectionSymbol | |
Overview |
Refer to Using the Mark Options |
Remarks
Gets or sets the string that will be output before each rejected character.
The character used to replace rejected characters in both the recognition process and when saving the recognition results is contained in the SpecialRejectedCharacter property.
This property is updated with the current values when the GetRecognitionResultOptions method is called.
To update the mark options for saving the recognition results, set this property and the other ILTMarkOptions properties accessed by the MarkOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.
See Also