Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
AnnotationConfig |
AnnotationConfig.clone() |
AnnotationConfig |
DeidentifyConfig.getAnnotation()
Configures how annotations, meaning that the location and infoType of sensitive information
findings, are created during de-identification.
|
AnnotationConfig |
AnnotationConfig.set(String fieldName,
Object value) |
AnnotationConfig |
AnnotationConfig.setAnnotationStoreName(String annotationStoreName)
The name of the annotation store, in the form `projects/{project_id}/locations/{location_id}/da
tasets/{dataset_id}/annotationStores/{annotation_store_id}`).
|
AnnotationConfig |
AnnotationConfig.setStoreQuote(Boolean storeQuote)
If set to true, the sensitive texts are included in SensitiveTextAnnotation of Annotation.
|
Modifier and Type | Method and Description |
---|---|
DeidentifyConfig |
DeidentifyConfig.setAnnotation(AnnotationConfig annotation)
Configures how annotations, meaning that the location and infoType of sensitive information
findings, are created during de-identification.
|
Copyright © 2011–2024 Google. All rights reserved.