Class: TencentCloud::Mps::V20190612::AiAnalysisTaskInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::AiAnalysisTaskInput
- Defined in:
- lib/v20190612/models.rb
Overview
AI 视频智能分析输入参数类型
Instance Attribute Summary collapse
-
#Definition ⇒ Object
注意:此参数为定制需求参数,参考如下: [智能檫除](cloud.tencent.com/document/product/862/101530) [智能拆条](cloud.tencent.com/document/product/862/112098) [高光集锦](cloud.tencent.com/document/product/862/107280) [智能横转竖](cloud.tencent.com/document/product/862/112112) 注意:此字段可能返回 null,表示取不到有效值。.
-
#ExtendedParameter ⇒ Object
注意:此参数为定制需求参数,参考如下: [智能檫除](cloud.tencent.com/document/product/862/101530) [智能拆条](cloud.tencent.com/document/product/862/112098) [高光集锦](cloud.tencent.com/document/product/862/107280) [智能横转竖](cloud.tencent.com/document/product/862/112112) 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definition = nil, extendedparameter = nil) ⇒ AiAnalysisTaskInput
constructor
A new instance of AiAnalysisTaskInput.
Constructor Details
#initialize(definition = nil, extendedparameter = nil) ⇒ AiAnalysisTaskInput
Returns a new instance of AiAnalysisTaskInput.
1722 1723 1724 1725 |
# File 'lib/v20190612/models.rb', line 1722 def initialize(definition=nil, extendedparameter=nil) @Definition = definition @ExtendedParameter = extendedparameter end |
Instance Attribute Details
#Definition ⇒ Object
注意:此参数为定制需求参数,参考如下:(cloud.tencent.com/document/product/862/101530) [智能拆条](cloud.tencent.com/document/product/862/112098) [高光集锦](cloud.tencent.com/document/product/862/107280) [智能横转竖](cloud.tencent.com/document/product/862/112112) 注意:此字段可能返回 null,表示取不到有效值。
1720 1721 1722 |
# File 'lib/v20190612/models.rb', line 1720 def Definition @Definition end |
#ExtendedParameter ⇒ Object
注意:此参数为定制需求参数,参考如下:(cloud.tencent.com/document/product/862/101530) [智能拆条](cloud.tencent.com/document/product/862/112098) [高光集锦](cloud.tencent.com/document/product/862/107280) [智能横转竖](cloud.tencent.com/document/product/862/112112) 注意:此字段可能返回 null,表示取不到有效值。
1720 1721 1722 |
# File 'lib/v20190612/models.rb', line 1720 def ExtendedParameter @ExtendedParameter end |
Instance Method Details
#deserialize(params) ⇒ Object
1727 1728 1729 1730 |
# File 'lib/v20190612/models.rb', line 1727 def deserialize(params) @Definition = params['Definition'] @ExtendedParameter = params['ExtendedParameter'] end |