Class: TencentCloud::Aiart::V20221229::ImageInpaintingRemovalResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Aiart::V20221229::ImageInpaintingRemovalResponse
- Defined in:
- lib/v20221229/models.rb
Overview
ImageInpaintingRemoval返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resultimage = nil, requestid = nil) ⇒ ImageInpaintingRemovalResponse
constructor
A new instance of ImageInpaintingRemovalResponse.
Constructor Details
#initialize(resultimage = nil, requestid = nil) ⇒ ImageInpaintingRemovalResponse
Returns a new instance of ImageInpaintingRemovalResponse.
333 334 335 336 |
# File 'lib/v20221229/models.rb', line 333 def initialize(resultimage=nil, requestid=nil) @ResultImage = resultimage @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
331 332 333 |
# File 'lib/v20221229/models.rb', line 331 def RequestId @RequestId end |
#ResultImage ⇒ Object
331 332 333 |
# File 'lib/v20221229/models.rb', line 331 def ResultImage @ResultImage end |
Instance Method Details
#deserialize(params) ⇒ Object
338 339 340 341 |
# File 'lib/v20221229/models.rb', line 338 def deserialize(params) @ResultImage = params['ResultImage'] @RequestId = params['RequestId'] end |