class TencentCloud::Ams::V20200608::ImageResultsResultDetail
def deserialize(params)
def deserialize(params) unless params['Location'].nil? @Location = [] params['Location'].each do |i| imageresultsresultdetaillocation_tmp = ImageResultsResultDetailLocation.new imageresultsresultdetaillocation_tmp.deserialize(i) @Location << imageresultsresultdetaillocation_tmp end end @Name = params['Name'] @Text = params['Text'] @Label = params['Label'] @LibId = params['LibId'] @LibName = params['LibName'] @Keywords = params['Keywords'] @Suggestion = params['Suggestion'] @Score = params['Score'] @SubLabelCode = params['SubLabelCode'] end