Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.BoundingPolygon
-
Packages that use BoundingPolygon Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of BoundingPolygon in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return BoundingPolygon Modifier and Type Method Description BoundingPolygon
BoundingPolygon.Builder. build()
BoundingPolygon
ImageObjectSelectionEntity. getBoundingPolygon()
BoundingPolygon
KeyValueSelectionEntity. getBoundingPolygon()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type BoundingPolygon Modifier and Type Method Description ImageObjectSelectionEntity.Builder
ImageObjectSelectionEntity.Builder. boundingPolygon(BoundingPolygon boundingPolygon)
KeyValueSelectionEntity.Builder
KeyValueSelectionEntity.Builder. boundingPolygon(BoundingPolygon boundingPolygon)
BoundingPolygon.Builder
BoundingPolygon.Builder. copy(BoundingPolygon model)
Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type BoundingPolygon Constructor Description ImageObjectSelectionEntity(List<Label> labels, BoundingPolygon boundingPolygon, Map<String,String> extendedMetadata)
Deprecated.KeyValueSelectionEntity(String text, List<Label> labels, BoundingPolygon boundingPolygon, BigDecimal rotation, Float confidence, BigDecimal pageNumber)
Deprecated.
-