CharacterTypes
The types of characters to include in the character set used for recognition. Specify the types of characters that you expect to appear in your media. If you know that your media only contains certain types of characters, such as uppercase characters, limit recognition to these characters because this can increase accuracy.
You can specify a list of types that includes one or more of the following values.
all
alpha
- includes both lower case and upper caselowercase
uppercase
digit
punctuation
special
- includes currency, mathematical, and other non-punctuation symbolssymbol
- includes anything that thealpha
ordigit
options do not include. This is equivalent topunctuation
andspecial
combined
Separate multiple values with commas (there must be no space before or after a comma).
Type: | String |
Default: | All |
Required: | No |
Configuration Section: | TaskName |
Example: | CharacterTypes=uppercase,punctuation
|
See Also: |