Class: TencentCloud::Vclm::V20240523::DescribeVideoStylizationJobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vclm::V20240523::DescribeVideoStylizationJobResponse
- Defined in:
- lib/v20240523/models.rb
Overview
DescribeVideoStylizationJob返回参数结构体
Instance Attribute Summary collapse
-
#JobId ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。.
-
#RequestId ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。.
-
#ResultVideoUrl ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。.
-
#StatusCode ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。.
-
#StatusMsg ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobid = nil, statuscode = nil, statusmsg = nil, resultvideourl = nil, requestid = nil) ⇒ DescribeVideoStylizationJobResponse
constructor
A new instance of DescribeVideoStylizationJobResponse.
Constructor Details
#initialize(jobid = nil, statuscode = nil, statusmsg = nil, resultvideourl = nil, requestid = nil) ⇒ DescribeVideoStylizationJobResponse
Returns a new instance of DescribeVideoStylizationJobResponse.
526 527 528 529 530 531 532 |
# File 'lib/v20240523/models.rb', line 526 def initialize(jobid=nil, statuscode=nil, statusmsg=nil, resultvideourl=nil, requestid=nil) @JobId = jobid @StatusCode = statuscode @StatusMsg = statusmsg @ResultVideoUrl = resultvideourl @RequestId = requestid end |
Instance Attribute Details
#JobId ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。
524 525 526 |
# File 'lib/v20240523/models.rb', line 524 def JobId @JobId end |
#RequestId ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。
524 525 526 |
# File 'lib/v20240523/models.rb', line 524 def RequestId @RequestId end |
#ResultVideoUrl ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。
524 525 526 |
# File 'lib/v20240523/models.rb', line 524 def ResultVideoUrl @ResultVideoUrl end |
#StatusCode ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。
524 525 526 |
# File 'lib/v20240523/models.rb', line 524 def StatusCode @StatusCode end |
#StatusMsg ⇒ Object
JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。 JobInit: "初始化中"; JobModerationFailed: "审核失败"; JobRunning: "处理中"; JobFailed: "处理失败"; JobSuccess: "处理完成"。
524 525 526 |
# File 'lib/v20240523/models.rb', line 524 def StatusMsg @StatusMsg end |
Instance Method Details
#deserialize(params) ⇒ Object
534 535 536 537 538 539 540 |
# File 'lib/v20240523/models.rb', line 534 def deserialize(params) @JobId = params['JobId'] @StatusCode = params['StatusCode'] @StatusMsg = params['StatusMsg'] @ResultVideoUrl = params['ResultVideoUrl'] @RequestId = params['RequestId'] end |