Class: TencentCloud::Mrs::V20200910::ImageMaskFlags

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

图片脱敏选项不填默认敏感信息都脱敏

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hospitalflag = nil, doctorflag = nil, patientflag = nil, barflag = nil) ⇒ ImageMaskFlags

Returns a new instance of ImageMaskFlags.



4949
4950
4951
4952
4953
4954
# File 'lib/v20200910/models.rb', line 4949

def initialize(hospitalflag=nil, doctorflag=nil, patientflag=nil, barflag=nil)
  @HospitalFlag = hospitalflag
  @DoctorFlag = doctorflag
  @PatientFlag = patientflag
  @BarFlag = barflag
end

Instance Attribute Details

#BarFlagObject

Parameters:

  • HospitalFlag:

    是否对医院信息进行脱敏

  • DoctorFlag:

    是否对医生信息进行脱敏

  • PatientFlag:

    是否对患者信息进行脱敏

  • BarFlag:

    是否对二维码信息进行脱敏



4947
4948
4949
# File 'lib/v20200910/models.rb', line 4947

def BarFlag
  @BarFlag
end

#DoctorFlagObject

Parameters:

  • HospitalFlag:

    是否对医院信息进行脱敏

  • DoctorFlag:

    是否对医生信息进行脱敏

  • PatientFlag:

    是否对患者信息进行脱敏

  • BarFlag:

    是否对二维码信息进行脱敏



4947
4948
4949
# File 'lib/v20200910/models.rb', line 4947

def DoctorFlag
  @DoctorFlag
end

#HospitalFlagObject

Parameters:

  • HospitalFlag:

    是否对医院信息进行脱敏

  • DoctorFlag:

    是否对医生信息进行脱敏

  • PatientFlag:

    是否对患者信息进行脱敏

  • BarFlag:

    是否对二维码信息进行脱敏



4947
4948
4949
# File 'lib/v20200910/models.rb', line 4947

def HospitalFlag
  @HospitalFlag
end

#PatientFlagObject

Parameters:

  • HospitalFlag:

    是否对医院信息进行脱敏

  • DoctorFlag:

    是否对医生信息进行脱敏

  • PatientFlag:

    是否对患者信息进行脱敏

  • BarFlag:

    是否对二维码信息进行脱敏



4947
4948
4949
# File 'lib/v20200910/models.rb', line 4947

def PatientFlag
  @PatientFlag
end

Instance Method Details

#deserialize(params) ⇒ Object



4956
4957
4958
4959
4960
4961
# File 'lib/v20200910/models.rb', line 4956

def deserialize(params)
  @HospitalFlag = params['HospitalFlag']
  @DoctorFlag = params['DoctorFlag']
  @PatientFlag = params['PatientFlag']
  @BarFlag = params['BarFlag']
end