GetAnnotationResult

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)

Types

Link copied to clipboard
object Companion

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

Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.

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.