Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
Word |
Word.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Word> |
Page.getWords()
The words detected on the page.
|
Modifier and Type | Method and Description |
---|---|
Word.Builder |
Word.Builder.copy(Word model) |
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.words(List<Word> words)
The words 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.