TextProperties Class
Text recognition properties
Constructor
TextProperties
()
Item Index
Methods
- getCharacterCandidateListSize
- getDisableSpatialOrdering
- getDiscardAccentuationVariations
- getDiscardCaseVariations
- getEnableOutOfLexicon
- getGlyphDistortion
- getSpellingDistortion
- getTextCandidateListSize
- getWordCandidateListSize
- getWordCompletionListSize
- getWordPredictionListSize
- setCharacterCandidateListSize
- setDisableSpatialOrdering
- setDiscardAccentuationVariations
- setDiscardCaseVariations
- setEnableOutOfLexicon
- setGlyphDistortion
- setSpellingDistortion
- setTextCandidateListSize
- setWordCandidateListSize
- setWordCompletionListSize
- setWordPredictionListSize
Methods
getCharacterCandidateListSize
()
Number
Get the number of character candidates requested
Returns:
getDisableSpatialOrdering
()
Boolean
Get disable spatial ordering
Returns:
getDiscardAccentuationVariations
()
Boolean
Get the discard accentuation variations
Returns:
getDiscardCaseVariations
()
Boolean
Get the discard case variations
Returns:
getEnableOutOfLexicon
()
Boolean
Get enable out of lexicon
Returns:
getGlyphDistortion
()
Number
Get glyph distortion
Returns:
getSpellingDistortion
()
Number
Get spelling distortion
Returns:
getTextCandidateListSize
()
Number
Get the number of text candidates requested
Returns:
getWordCandidateListSize
()
Number
Get the number of word candidates requested
Returns:
getWordCompletionListSize
()
Number
Get the number of word completion candidates requested
Returns:
getWordPredictionListSize
()
Number
Get the number of word prediction candidates requested
Returns:
setCharacterCandidateListSize
-
characterCandidateListSize
Set the number of character candidates requested
Parameters:
-
characterCandidateListSizeNumber
setDisableSpatialOrdering
-
disableSpatialOrdering
Set disable spatial ordering
Parameters:
-
disableSpatialOrderingBoolean
setDiscardAccentuationVariations
-
discardAccentuationVariations
Set the discard accentuation variations
Parameters:
-
discardAccentuationVariationsBoolean
setDiscardCaseVariations
-
discardCaseVariations
Set the discard case variations
Parameters:
-
discardCaseVariationsBoolean
setEnableOutOfLexicon
-
enableOutOfLexicon
Set enable out of lexicon
Parameters:
-
enableOutOfLexiconBoolean
setGlyphDistortion
-
glyphDistortion
Set glyph distortion
Parameters:
-
glyphDistortionNumber
setSpellingDistortion
-
spellingDistortion
Set spelling distortion
Parameters:
-
spellingDistortionNumber
setTextCandidateListSize
-
textCandidateListSize
Set the number of text candidates requested
Parameters:
-
textCandidateListSizeNumber
setWordCandidateListSize
-
wordCandidateListSize
Set the number of word candidates requested
Parameters:
-
wordCandidateListSizeNumber
setWordCompletionListSize
-
wordCompletionListSize
Set the number of word completion candidates requested
Parameters:
-
wordCompletionListSizeNumber
setWordPredictionListSize
-
wordPredictionListSize
Set the number of word prediction candidates requested
Parameters:
-
wordPredictionListSizeNumber
