Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
BoundingPolygon |
BoundingPolygon.Builder.build() |
BoundingPolygon |
FieldName.getBoundingPolygon() |
BoundingPolygon |
Cell.getBoundingPolygon() |
BoundingPolygon |
Table.getBoundingPolygon() |
BoundingPolygon |
Line.getBoundingPolygon() |
BoundingPolygon |
Word.getBoundingPolygon() |
BoundingPolygon |
FieldValue.getBoundingPolygon() |
Constructor and Description |
---|
Cell(String text,
Integer rowIndex,
Integer columnIndex,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes)
Deprecated.
|
FieldName(String name,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes)
Deprecated.
|
FieldValue(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes)
Deprecated.
|
Line(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes)
Deprecated.
|
Table(Integer rowCount,
Integer columnCount,
List<TableRow> headerRows,
List<TableRow> bodyRows,
List<TableRow> footerRows,
Float confidence,
BoundingPolygon boundingPolygon)
Deprecated.
|
ValueArray(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
List<DocumentField> items)
Deprecated.
|
ValueDate(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
Date value)
Deprecated.
|
ValueInteger(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
Integer value)
Deprecated.
|
ValueNumber(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
Float value)
Deprecated.
|
ValuePhoneNumber(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
String value)
Deprecated.
|
ValueString(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
String value)
Deprecated.
|
ValueTime(String text,
Float confidence,
BoundingPolygon boundingPolygon,
List<Integer> wordIndexes,
Date value)
Deprecated.
|
Word(String text,
Float confidence,
BoundingPolygon boundingPolygon)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.