GoogleApi.HealthCare.V1beta1.Model.InfoTypeTransformation (google_api_health_care v0.30.0) View Source
A transformation to apply to text that is identified as a specific info_type.
Attributes
-
characterMaskConfig
(type:GoogleApi.HealthCare.V1beta1.Model.CharacterMaskConfig.t
, default:nil
) - Config for character mask. -
cryptoHashConfig
(type:GoogleApi.HealthCare.V1beta1.Model.CryptoHashConfig.t
, default:nil
) - Config for crypto hash. -
dateShiftConfig
(type:GoogleApi.HealthCare.V1beta1.Model.DateShiftConfig.t
, default:nil
) - Config for date shift. -
infoTypes
(type:list(String.t)
, default:nil
) - InfoTypes to apply this transformation to. If this is not specified, this transformation becomes the default transformation, and is used for any info_type that is not specified in another transformation. -
redactConfig
(type:GoogleApi.HealthCare.V1beta1.Model.RedactConfig.t
, default:nil
) - Config for text redaction. -
replaceWithInfoTypeConfig
(type:GoogleApi.HealthCare.V1beta1.Model.ReplaceWithInfoTypeConfig.t
, default:nil
) - Config for replace with InfoType.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.InfoTypeTransformation{ characterMaskConfig: GoogleApi.HealthCare.V1beta1.Model.CharacterMaskConfig.t(), cryptoHashConfig: GoogleApi.HealthCare.V1beta1.Model.CryptoHashConfig.t(), dateShiftConfig: GoogleApi.HealthCare.V1beta1.Model.DateShiftConfig.t(), infoTypes: [String.t()], redactConfig: GoogleApi.HealthCare.V1beta1.Model.RedactConfig.t(), replaceWithInfoTypeConfig: GoogleApi.HealthCare.V1beta1.Model.ReplaceWithInfoTypeConfig.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.