Class: TencentCloud::Ecc::V20181213::CorrectMultiImageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecc::V20181213::CorrectMultiImageRequest
- Defined in:
- lib/v20181213/models.rb
Overview
CorrectMultiImage请求参数结构体
Instance Attribute Summary collapse
- #EccAppid ⇒ Object
- #Grade ⇒ Object
- #Image ⇒ Object
- #InputType ⇒ Object
- #IsAsync ⇒ Object
- #ModelContent ⇒ Object
- #ModelTitle ⇒ Object
- #Requirement ⇒ Object
- #ServerType ⇒ Object
- #SessionId ⇒ Object
- #Title ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(image = nil, inputtype = nil, eccappid = nil, sessionid = nil, servertype = nil, title = nil, grade = nil, requirement = nil, modeltitle = nil, modelcontent = nil, isasync = nil) ⇒ CorrectMultiImageRequest
constructor
A new instance of CorrectMultiImageRequest.
Constructor Details
#initialize(image = nil, inputtype = nil, eccappid = nil, sessionid = nil, servertype = nil, title = nil, grade = nil, requirement = nil, modeltitle = nil, modelcontent = nil, isasync = nil) ⇒ CorrectMultiImageRequest
Returns a new instance of CorrectMultiImageRequest.
177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'lib/v20181213/models.rb', line 177 def initialize(image=nil, inputtype=nil, eccappid=nil, sessionid=nil, servertype=nil, title=nil, grade=nil, requirement=nil, modeltitle=nil, modelcontent=nil, isasync=nil) @Image = image @InputType = inputtype @EccAppid = eccappid @SessionId = sessionid @ServerType = servertype @Title = title @Grade = grade @Requirement = requirement @ModelTitle = modeltitle @ModelContent = modelcontent @IsAsync = isasync end |
Instance Attribute Details
#EccAppid ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def EccAppid @EccAppid end |
#Grade ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def Grade @Grade end |
#Image ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def Image @Image end |
#InputType ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def InputType @InputType end |
#IsAsync ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def IsAsync @IsAsync end |
#ModelContent ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def ModelContent @ModelContent end |
#ModelTitle ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def ModelTitle @ModelTitle end |
#Requirement ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def Requirement @Requirement end |
#ServerType ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def ServerType @ServerType end |
#SessionId ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def SessionId @SessionId end |
#Title ⇒ Object
175 176 177 |
# File 'lib/v20181213/models.rb', line 175 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'lib/v20181213/models.rb', line 191 def deserialize(params) @Image = params['Image'] @InputType = params['InputType'] @EccAppid = params['EccAppid'] @SessionId = params['SessionId'] @ServerType = params['ServerType'] @Title = params['Title'] @Grade = params['Grade'] @Requirement = params['Requirement'] @ModelTitle = params['ModelTitle'] @ModelContent = params['ModelContent'] @IsAsync = params['IsAsync'] end |