Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Method and Description |
---|---|
Label |
Label.Builder.build() |
Label |
AnnotationAggregationDimensions.getLabel() |
Modifier and Type | Method and Description |
---|---|
List<Label> |
ImageObjectSelectionEntity.getLabels()
A collection of label entities.
|
List<Label> |
GenericEntity.getLabels()
A collection of label entities.
|
List<Label> |
KeyValueSelectionEntity.getLabels()
A collection of label entities.
|
List<Label> |
TextSelectionEntity.getLabels()
A collection of label entities.
|
Modifier and Type | Method and Description |
---|---|
Label.Builder |
Label.Builder.copy(Label model) |
AnnotationAggregationDimensions.Builder |
AnnotationAggregationDimensions.Builder.label(Label label) |
Modifier and Type | Method and Description |
---|---|
ImageObjectSelectionEntity.Builder |
ImageObjectSelectionEntity.Builder.labels(List<Label> labels)
A collection of label entities.
|
GenericEntity.Builder |
GenericEntity.Builder.labels(List<Label> labels)
A collection of label entities.
|
KeyValueSelectionEntity.Builder |
KeyValueSelectionEntity.Builder.labels(List<Label> labels)
A collection of label entities.
|
TextSelectionEntity.Builder |
TextSelectionEntity.Builder.labels(List<Label> labels)
A collection of label entities.
|
Constructor and Description |
---|
AnnotationAggregationDimensions(Label label,
String updatedBy)
Deprecated.
|
Constructor and Description |
---|
GenericEntity(DocumentEntityMetadata documentEntityMetadata,
List<Label> labels,
Map<String,String> extendedMetadata)
Deprecated.
|
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.
|
TextSelectionEntity(List<Label> labels,
TextSpan textSpan,
Map<String,String> extendedMetadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.