You are here: C++ API > Language Analyzer API > dtsLaWordInfo Structure
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsLaWordInfo Structure

File: dts_la.h

Syntax
C++
struct dtsLaWordInfo { long offsetInInputBuffer; long lengthInInputBuffer; long offsetInOutputBuffer; long lengthInOutputBuffer; long flags; };
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.

Information about a single word returned by the analyzer

Copyright (c) 1995-2025 dtSearch Corp. All rights reserved.