Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Annotations.Create |
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Annotations.create(String parent,
Annotation content)
Creates a new Annotation record.
|
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Annotations.Patch |
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Annotations.patch(String name,
Annotation content)
Updates the Annotation.
|
Constructor and Description |
---|
Create(String parent,
Annotation content)
Creates a new Annotation record.
|
Patch(String name,
Annotation content)
Updates the Annotation.
|
Modifier and Type | Method and Description |
---|---|
Annotation |
Annotation.clone() |
Annotation |
Annotation.set(String fieldName,
Object value) |
Annotation |
Annotation.setAnnotationSource(AnnotationSource annotationSource)
Required.
|
Annotation |
Annotation.setCustomData(Map<String,String> customData)
Additional information for this annotation record, such as annotator and verifier information
or study campaign.
|
Annotation |
Annotation.setImageAnnotation(ImageAnnotation imageAnnotation)
Annotations for images.
|
Annotation |
Annotation.setName(String name)
Identifier.
|
Annotation |
Annotation.setResourceAnnotation(ResourceAnnotation resourceAnnotation)
Annotations for resource.
|
Annotation |
Annotation.setTextAnnotation(SensitiveTextAnnotation textAnnotation)
Annotations for sensitive texts.
|
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
ListAnnotationsResponse.getAnnotations()
The returned Annotations.
|
Modifier and Type | Method and Description |
---|---|
ListAnnotationsResponse |
ListAnnotationsResponse.setAnnotations(List<Annotation> annotations)
The returned Annotations.
|
Copyright © 2011–2024 Google. All rights reserved.