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
BarCode. getBoundingPolygon()
BoundingPolygon
Cell. getBoundingPolygon()
BoundingPolygon
FieldName. getBoundingPolygon()
BoundingPolygon
FieldValue. getBoundingPolygon()
BoundingPolygon
Line. getBoundingPolygon()
BoundingPolygon
SelectionMark. getBoundingPolygon()
BoundingPolygon
Signature. getBoundingPolygon()
BoundingPolygon
Table. getBoundingPolygon()
BoundingPolygon
Word. getBoundingPolygon()
Constructors in com.oracle.bmc.aidocument.model with parameters of type BoundingPolygon Constructor Description BarCode(Float confidence, String value, String codeType, BoundingPolygon boundingPolygon)
Deprecated.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, String normalizedValue, Float normalizedConfidence)
Deprecated.Line(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes)
Deprecated.SelectionMark(SelectionMark.State state, Float confidence, BoundingPolygon boundingPolygon)
Deprecated.Signature(Float confidence, BoundingPolygon boundingPolygon)
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, String normalizedValue, Float normalizedConfidence, List<DocumentField> items)
Deprecated.ValueDate(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes, String normalizedValue, Float normalizedConfidence, Date value)
Deprecated.ValueInteger(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes, String normalizedValue, Float normalizedConfidence, Integer value)
Deprecated.ValueNumber(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes, String normalizedValue, Float normalizedConfidence, Float value)
Deprecated.ValuePhoneNumber(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes, String normalizedValue, Float normalizedConfidence, String value)
Deprecated.ValueString(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes, String normalizedValue, Float normalizedConfidence, String value)
Deprecated.ValueTime(String text, Float confidence, BoundingPolygon boundingPolygon, List<Integer> wordIndexes, String normalizedValue, Float normalizedConfidence, Date value)
Deprecated.Word(String text, Float confidence, BoundingPolygon boundingPolygon)
Deprecated.
-