class TencentCloud::Ocr::V20181119::ArithmeticOCRResponse
ArithmeticOCR返回参数结构体
def deserialize(params)
def deserialize(params) unless params['TextDetections'].nil? @TextDetections = [] params['TextDetections'].each do |i| textarithmetic_tmp = TextArithmetic.new textarithmetic_tmp.deserialize(i) @TextDetections << textarithmetic_tmp end end @Angle = params['Angle'] @RequestId = params['RequestId'] end
def initialize(textdetections=nil, angle=nil, requestid=nil)
def initialize(textdetections=nil, angle=nil, requestid=nil) @TextDetections = textdetections @Angle = angle @RequestId = requestid end