Show / Hide Table of Contents

Class AnnotationConfig

Specifies how to store annotations during de-identification operation.

Inheritance
object
AnnotationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX