Class: Google::Apis::HealthcareV1beta1::CleanTextTag
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::CleanTextTag
- 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
Inspect text and transform sensitive text. Configurable using TextConfig.
Supported Value Representations: AE, LO, LT, PN, SH, ST, UC, UT,
DA, DT, AS
Instance Method Summary collapse
-
#initialize(**args) ⇒ CleanTextTag
constructor
A new instance of CleanTextTag.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CleanTextTag
Returns a new instance of CleanTextTag.
799 800 801 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 799 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
804 805 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 804 def update!(**args) end |