View Source GoogleApi.HealthCare.V1.Model.TextConfig (google_api_health_care v0.56.4)
Attributes
-
additionalTransformations
(type:list(GoogleApi.HealthCare.V1.Model.InfoTypeTransformation.t)
, default:nil
) - Optional. Transformations to apply to the detected data, overridden byexclude_info_types
. -
excludeInfoTypes
(type:list(String.t)
, default:nil
) - Optional. InfoTypes to skip transforming, overridingadditional_transformations
. -
transformations
(type:list(GoogleApi.HealthCare.V1.Model.InfoTypeTransformation.t)
, default:nil
) - Optional. The transformations to apply to the detected data. Deprecated. Useadditional_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
Unwrap a decoded JSON object into its complex fields.