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

Attributes

  • end (type: String.t, default: nil) - Zero-based ending index of the found text, exclusively.
  • infoType (type: String.t, default: nil) - The type of information stored in this text range. For example, HumanName, BirthDate, or Address.
  • quote (type: String.t, default: nil) - The snippet of the sensitive text. This field is only populated during deidentification if store_quote is set to true in DeidentifyConfig.
  • start (type: String.t, default: nil) - Zero-based starting index of the found text, inclusively.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Finding{
  end: String.t() | nil,
  infoType: String.t() | nil,
  quote: String.t() | nil,
  start: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.