Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
Annotation.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.
|
List<Entity> |
CreateAnnotationDetails.getEntities()
The entity types are validated against the dataset to ensure consistency.
|
Modifier and Type | Method and Description |
---|---|
Annotation.Builder |
Annotation.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.
|
CreateAnnotationDetails.Builder |
CreateAnnotationDetails.Builder.entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.