Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Method and Description |
---|---|
BoundingPolygon |
BoundingPolygon.Builder.build() |
BoundingPolygon |
ImageObjectSelectionEntity.getBoundingPolygon() |
BoundingPolygon |
KeyValueSelectionEntity.getBoundingPolygon() |
Modifier and Type | Method and Description |
---|---|
ImageObjectSelectionEntity.Builder |
ImageObjectSelectionEntity.Builder.boundingPolygon(BoundingPolygon boundingPolygon) |
KeyValueSelectionEntity.Builder |
KeyValueSelectionEntity.Builder.boundingPolygon(BoundingPolygon boundingPolygon) |
BoundingPolygon.Builder |
BoundingPolygon.Builder.copy(BoundingPolygon model) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.