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

A TextAnnotation specifies a text range that includes sensitive information.

Attributes

  • details (type: %{optional(String.t) => GoogleApi.HealthCare.V1beta1.Model.Detail.t}, default: nil) - Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.SensitiveTextAnnotation{
  details:
    %{optional(String.t()) => GoogleApi.HealthCare.V1beta1.Model.Detail.t()}
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.