ISection Interface |
Namespace: Opait.ReportMiner.Api
public interface ISection
The ISection type exposes the following members.
| Name | Description | |
|---|---|---|
| IsValid |
Gets or sets a boolean value to indicate whether the section
has valid data.
| |
| Name |
Gets or sets the name of the text section.
| |
| PageCount |
Gets the number of report pages that the section spans.
| |
| PageNumber |
Gets the record page number where the section was detected.
| |
| SectionFilter |
Limits the retrieved sentences by data types.
| |
| SectionType |
The type of text extracted for the section.
| |
| Sentences |
Gets the list of sentences detected within the section.
|