View Source GoogleApi.HealthCare.V1beta1.Model.AnnotationConfig (google_api_health_care v0.50.1)

Specifies how to store annotations during de-identification operation.

Attributes

  • annotationStoreName (type: String.t, default: nil) - 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.
  • storeQuote (type: boolean(), default: nil) - If set to true, the sensitive texts are included in SensitiveTextAnnotation of Annotation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.AnnotationConfig{
  annotationStoreName: String.t() | nil,
  storeQuote: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.