Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
DocumentField |
DocumentField.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentField> |
Page.getDocumentFields()
The form fields detected on the page.
|
List<DocumentField> |
ValueArray.getItems() |
Modifier and Type | Method and Description |
---|---|
DocumentField.Builder |
DocumentField.Builder.copy(DocumentField model) |
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.documentFields(List<DocumentField> documentFields)
The form fields detected on the page.
|
ValueArray.Builder |
ValueArray.Builder.items(List<DocumentField> items) |
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.
|
ValueArray(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
List<DocumentField> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.