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
fun GetAnnotationResult(annotationSource: AnnotationSourceResponse, customData: Map<String, String>, imageAnnotation: ImageAnnotationResponse, name: String, resourceAnnotation: ResourceAnnotationResponse, textAnnotation: SensitiveTextAnnotationResponse)