Uses of Class
com.oracle.bmc.aidocument.model.BoundingPolygon
-
Packages that use BoundingPolygon Package Description com.oracle.bmc.aidocument.model -
-
Uses of BoundingPolygon in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return BoundingPolygon Modifier and Type Method Description BoundingPolygon
BoundingPolygon.Builder. build()
BoundingPolygon
Cell. getBoundingPolygon()
BoundingPolygon
FieldName. getBoundingPolygon()
BoundingPolygon
FieldValue. getBoundingPolygon()
BoundingPolygon
Line. getBoundingPolygon()
BoundingPolygon
Table. getBoundingPolygon()
BoundingPolygon
Word. getBoundingPolygon()
Constructors in com.oracle.bmc.aidocument.model with parameters of type BoundingPolygon Constructor 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.
-