Class: Google::Apis::HealthcareV1beta1::ContextualDeidConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ContextualDeidConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb
Overview
Fields that don't match a KeepField or CleanTextField action
in the BASIC
profile are collected into a contextual phrase list. For fields that match a
CleanTextField action
in FieldMetadata or ProfileType, the process attempts
to transform phrases matching these contextual entries. These contextual
phrases are replaced with the token "[CTX]". This feature uses an additional
InfoType during inspection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContextualDeidConfig
constructor
A new instance of ContextualDeidConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContextualDeidConfig
Returns a new instance of ContextualDeidConfig.
1523 1524 1525 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1523 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1528 1529 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1528 def update!(**args) end |