Class: TencentCloud::Ocr::V20181119::ImageEnhancementResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::ImageEnhancementResponse
- Defined in:
- lib/v20181119/models.rb
Overview
ImageEnhancement返回参数结构体
Instance Attribute Summary collapse
-
#Image ⇒ Object
“origin”:原图 “preprocess”:预处理后的图.
-
#ImageTag ⇒ Object
“origin”:原图 “preprocess”:预处理后的图.
-
#RequestId ⇒ Object
“origin”:原图 “preprocess”:预处理后的图.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagetag = nil, image = nil, requestid = nil) ⇒ ImageEnhancementResponse
constructor
A new instance of ImageEnhancementResponse.
Constructor Details
#initialize(imagetag = nil, image = nil, requestid = nil) ⇒ ImageEnhancementResponse
Returns a new instance of ImageEnhancementResponse.
5287 5288 5289 5290 5291 |
# File 'lib/v20181119/models.rb', line 5287 def initialize(imagetag=nil, image=nil, requestid=nil) @ImageTag = imagetag @Image = image @RequestId = requestid end |
Instance Attribute Details
#Image ⇒ Object
“origin”:原图“preprocess”:预处理后的图
5285 5286 5287 |
# File 'lib/v20181119/models.rb', line 5285 def Image @Image end |
#ImageTag ⇒ Object
“origin”:原图“preprocess”:预处理后的图
5285 5286 5287 |
# File 'lib/v20181119/models.rb', line 5285 def ImageTag @ImageTag end |
#RequestId ⇒ Object
“origin”:原图“preprocess”:预处理后的图
5285 5286 5287 |
# File 'lib/v20181119/models.rb', line 5285 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5293 5294 5295 5296 5297 |
# File 'lib/v20181119/models.rb', line 5293 def deserialize(params) @ImageTag = params['ImageTag'] @Image = params['Image'] @RequestId = params['RequestId'] end |