 | SphinxSearchResultWordInfo Property |
Gets a list containing the word infos for this result.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<SphinxWordInfo> WordInfo { get; }
Public ReadOnly Property WordInfo As IList(Of SphinxWordInfo)
Get
Property Value
Type:
IListSphinxWordInfo
See Also