Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
Line |
Line.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Line> |
Page.getLines()
The lines of text detected on the page.
|
Modifier and Type | Method and Description |
---|---|
Line.Builder |
Line.Builder.copy(Line model) |
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.lines(List<Line> lines)
The lines of text detected on the page.
|
Constructor and Description |
---|
Page(Integer pageNumber,
Dimensions dimensions,
List<DetectedDocumentType> detectedDocumentTypes,
List<DetectedLanguage> detectedLanguages,
List<Word> words,
List<Line> lines,
List<Table> tables,
List<DocumentField> documentFields)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.