Class AnnotationConfig
Specifies how to store annotations during de-identification operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class AnnotationConfig : IDirectResponseSchema
Properties
AnnotationStoreName
The name of the annotation store, in the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}
).
- The destination annotation store must be in the same project as the source data. De-identifying data across multiple projects is not supported. * The destination annotation store must exist when using DeidentifyDicomStore or DeidentifyFhirStore. DeidentifyDataset automatically creates the destination annotation store.
Declaration
[JsonProperty("annotationStoreName")]
public virtual string AnnotationStoreName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StoreQuote
If set to true, the sensitive texts are included in SensitiveTextAnnotation of Annotation.
Declaration
[JsonProperty("storeQuote")]
public virtual bool? StoreQuote { get; set; }
Property Value
Type | Description |
---|---|
bool? |