Click or drag to resize

ISentence Interface

Public Interface to a detected sentence.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface ISentence

The ISentence type exposes the following members.

Properties
  NameDescription
Public propertyFontSize
Gets the average font size of the sentence.
Public propertyPageNumber
Gets the report page number where the sentence was detected.
Public propertyParagraph
Gets the paragraph number of the sentence.
Public propertyText
Gets the text of the sentence.
Public propertyTokens
Gets the list of tokens detected within the sentence.
Top
See Also