class TencentCloud::Ocr::V20181119::EnglishOCRResponse
EnglishOCR返回参数结构体
def deserialize(params)
def deserialize(params) unless params['TextDetections'].nil? @TextDetections = [] params['TextDetections'].each do |i| textdetectionen_tmp = TextDetectionEn.new textdetectionen_tmp.deserialize(i) @TextDetections << textdetectionen_tmp end end @Angel = params['Angel'] @RequestId = params['RequestId'] end
def initialize(textdetections=nil, angel=nil, requestid=nil)
def initialize(textdetections=nil, angel=nil, requestid=nil) @TextDetections = textdetections @Angel = angel @RequestId = requestid end