Get Annotation Result
data class GetAnnotationResult(val annotationSource: AnnotationSourceResponse, val customData: Map<String, String>, val imageAnnotation: ImageAnnotationResponse, val name: String, val resourceAnnotation: ResourceAnnotationResponse, val textAnnotation: SensitiveTextAnnotationResponse)
Constructors
Link copied to clipboard
constructor(annotationSource: AnnotationSourceResponse, customData: Map<String, String>, imageAnnotation: ImageAnnotationResponse, name: String, resourceAnnotation: ResourceAnnotationResponse, textAnnotation: SensitiveTextAnnotationResponse)
Properties
Link copied to clipboard
Details of the source.
Link copied to clipboard
Additional information for this annotation record, such as annotator and verifier information or study campaign.
Link copied to clipboard
Annotations for images. For example, bounding polygons.
Link copied to clipboard
Annotations for resource. For example, classification tags.
Link copied to clipboard
Annotations for sensitive texts. For example, a range that describes the location of sensitive text.