ColSuspectWord property (ILTMarkOptions)
long ColSuspectWord | |
Overview |
Refer to Using the Mark Options |
Remarks
Gets or sets a value that represents the color used to output suspect words. Suspect words are words not approved by the checking subsystem. Valid values may be one or more OUTPUT_COLOR values, ORed (|).
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