File
File: dts_la.h
Syntax
C++
struct dtsLaWordInfo {
long offsetInInputBuffer;
long lengthInInputBuffer;
long offsetInOutputBuffer;
long lengthInOutputBuffer;
long flags;
};
Members
Members |
Description |
---|---|
long offsetInInputBuffer; |
Character offset of the start of this word in the input buffer |
long lengthInInputBuffer; |
Number of characters in this word in the input buffer (including any internal punctuation) |
long offsetInOutputBuffer; |
Character offset of the start of this word in the output buffer |
long lengthInOutputBuffer; |
Number of characters in this word in the output buffer |
long flags; |
LanguageAnalyzerWordFlags value specifying options that apply to this word. |
Group
Description
Information about a single word returned by the analyzer