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.
1970 1971 1972 1973 |
# File 'lib/v20190612/models.rb', line 1970 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,表示取不到有效值。
1968 1969 1970 |
# File 'lib/v20190612/models.rb', line 1968 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,表示取不到有效值。
1968 1969 1970 |
# File 'lib/v20190612/models.rb', line 1968 def ExtendedParameter @ExtendedParameter end |
Instance Method Details
#deserialize(params) ⇒ Object
1975 1976 1977 1978 |
# File 'lib/v20190612/models.rb', line 1975 def deserialize(params) @Definition = params['Definition'] @ExtendedParameter = params['ExtendedParameter'] end |