class TencentCloud::Ocr::V20181119::SealInfo

def deserialize(params)

def deserialize(params)
  @SealBody = params['SealBody']
  unless params['Location'].nil?
    @Location = Rect.new
    @Location.deserialize(params['Location'])
  end
  @OtherTexts = params['OtherTexts']
end