Click or drag to resize

ISection Interface

Public interface of an exported text section.

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

The ISection type exposes the following members.

Properties
  NameDescription
Public propertyIsValid
Gets or sets a boolean value to indicate whether the section has valid data.
Public propertyName
Gets or sets the name of the text section.
Public propertyPageCount
Gets the number of report pages that the section spans.
Public propertyPageNumber
Gets the record page number where the section was detected.
Public propertySectionFilter
Limits the retrieved sentences by data types.
Public propertySectionType
The type of text extracted for the section.
Public propertySentences
Gets the list of sentences detected within the section.
Top
See Also