class Google::Apis::HealthcareV1::TextConfig

Attributes

transformations[RW]

The transformations to apply to the detected data. Corresponds to the JSON property `transformations` @return [Array<Google::Apis::HealthcareV1::InfoTypeTransformation>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 4035
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 4040
def update!(**args)
  @transformations = args[:transformations] if args.key?(:transformations)
end