View Source GoogleApi.HealthCare.V1.Model.TextConfig (google_api_health_care v0.50.1)

Attributes

  • additionalTransformations (type: list(GoogleApi.HealthCare.V1.Model.InfoTypeTransformation.t), default: nil) - Transformations to apply to the detected data, overridden by exclude_info_types.
  • excludeInfoTypes (type: list(String.t), default: nil) - InfoTypes to skip transforming, overriding additional_transformations.
  • transformations (type: list(GoogleApi.HealthCare.V1.Model.InfoTypeTransformation.t), default: nil) - The transformations to apply to the detected data. Deprecated. Use additional_transformations instead.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.TextConfig{
  additionalTransformations:
    [GoogleApi.HealthCare.V1.Model.InfoTypeTransformation.t()] | nil,
  excludeInfoTypes: [String.t()] | nil,
  transformations:
    [GoogleApi.HealthCare.V1.Model.InfoTypeTransformation.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.