Class WordSearchResultPageHit
Define a a set of words and locations where they are found in a page
Inheritance
System.Object
WordSearchResultPageHit
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WordSearchResultPageHit : object
Properties
Hits
Contains the sequence of words matching the search query.
Declaration
public List<WordSearchResultWordHit> Hits { get; set; }
Property Value
Type | Description |
---|---|
List<WordSearchResultWordHit> |
PageNum
Page number where the hits a found
Declaration
public int PageNum { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |