Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.Label
-
Packages that use Label Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of Label in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return Label Modifier and Type Method Description Label
Label.Builder. build()
Label
AnnotationAggregationDimensions. getLabel()
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return types with arguments of type Label Modifier and Type Method Description List<Label>
GenericEntity. getLabels()
A collection of label entities.List<Label>
ImageObjectSelectionEntity. getLabels()
A collection of label entities.List<Label>
KeyValueSelectionEntity. getLabels()
A collection of label entities.List<Label>
TextSelectionEntity. getLabels()
A collection of label entities.Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Label Modifier and Type Method Description Label.Builder
Label.Builder. copy(Label model)
AnnotationAggregationDimensions.Builder
AnnotationAggregationDimensions.Builder. label(Label label)
Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type Label Modifier and Type Method Description GenericEntity.Builder
GenericEntity.Builder. labels(List<Label> labels)
A collection of label entities.ImageObjectSelectionEntity.Builder
ImageObjectSelectionEntity.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.Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Label Constructor Description AnnotationAggregationDimensions(Label label, String updatedBy)
Deprecated.Constructor parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type Label Constructor 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.
-