class Google::Apis::HealthcareV1::ImageConfig
Specifies how to handle de-identification of image pixels.
Attributes
text_redaction_mode[RW]
Determines how to redact text from image. Corresponds to the JSON property `textRedactionMode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 2338 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 2343 def update!(**args) @text_redaction_mode = args[:text_redaction_mode] if args.key?(:text_redaction_mode) end