Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.Entity
-
Packages that use Entity Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of Entity in com.oracle.bmc.datalabelingservicedataplane.model
Subclasses of Entity in com.oracle.bmc.datalabelingservicedataplane.model Modifier and Type Class Description class
GenericEntity
This is an extensible entity type for users, and the base entity type for some annotation formats.class
ImageObjectSelectionEntity
This lets the labeler specify a series of coordinates in the image to represent an object and apply labels to it.class
KeyValueSelectionEntity
This allows the labeler to apply label the highlighted text from OCR, this includes labelled and unlabelled data.class
TextSelectionEntity
This lets the labeler highlight text, by specifying an offset and a length, and apply labels to it.Methods in com.oracle.bmc.datalabelingservicedataplane.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
Annotation. getEntities()
The entity types are validated against the dataset to ensure consistency.List<Entity>
CreateAnnotationDetails. getEntities()
The entity types are validated against the dataset to ensure consistency.List<Entity>
UpdateAnnotationDetails. getEntities()
The entity types are validated against the dataset to ensure consistency.Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type Entity Modifier and Type Method Description Annotation.Builder
Annotation.Builder. entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.CreateAnnotationDetails.Builder
CreateAnnotationDetails.Builder. entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.UpdateAnnotationDetails.Builder
UpdateAnnotationDetails.Builder. entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.Constructor parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type Entity Constructor Description Annotation(String id, Date timeCreated, Date timeUpdated, String createdBy, String updatedBy, String recordId, List<Entity> entities, String compartmentId, Annotation.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateAnnotationDetails(String recordId, String compartmentId, List<Entity> entities, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateAnnotationDetails(List<Entity> entities, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-