AnalyzeNumberSubstitution(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) Method
In This Topic
Analyzes a text range for spans where number substitution is applicable, reading attributes from the source and reporting substitutable ranges to the sink callback {{SetNumberSubstitution}}.
Syntax
Parameters
- analysisSource
- The source object to analyze.
- textPosition
- The starting position within the source object.
- textLength
- The length to analyze.
- analysisSink
- A reference to the sink callback object that receives the text analysis.
See Also