Class: TencentCloud::Iotexplorer::V20190423::InvokeExternalSourceAIServiceTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::InvokeExternalSourceAIServiceTaskRequest
- Defined in:
- lib/v20190423/models.rb
Overview
InvokeExternalSourceAIServiceTask请求参数结构体
Instance Attribute Summary collapse
-
#Config ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#CustomId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#ROI ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#VideoURLs ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, servicetype = nil, videourls = nil, customid = nil, config = nil, roi = nil) ⇒ InvokeExternalSourceAIServiceTaskRequest
constructor
A new instance of InvokeExternalSourceAIServiceTaskRequest.
Constructor Details
#initialize(productid = nil, servicetype = nil, videourls = nil, customid = nil, config = nil, roi = nil) ⇒ InvokeExternalSourceAIServiceTaskRequest
Returns a new instance of InvokeExternalSourceAIServiceTaskRequest.
9735 9736 9737 9738 9739 9740 9741 9742 |
# File 'lib/v20190423/models.rb', line 9735 def initialize(productid=nil, servicetype=nil, videourls=nil, customid=nil, config=nil, roi=nil) @ProductId = productid @ServiceType = servicetype @VideoURLs = videourls @CustomId = customid @Config = config @ROI = roi end |
Instance Attribute Details
#Config ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9733 9734 9735 |
# File 'lib/v20190423/models.rb', line 9733 def Config @Config end |
#CustomId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9733 9734 9735 |
# File 'lib/v20190423/models.rb', line 9733 def CustomId @CustomId end |
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9733 9734 9735 |
# File 'lib/v20190423/models.rb', line 9733 def ProductId @ProductId end |
#ROI ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9733 9734 9735 |
# File 'lib/v20190423/models.rb', line 9733 def ROI @ROI end |
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9733 9734 9735 |
# File 'lib/v20190423/models.rb', line 9733 def ServiceType @ServiceType end |
#VideoURLs ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9733 9734 9735 |
# File 'lib/v20190423/models.rb', line 9733 def VideoURLs @VideoURLs end |
Instance Method Details
#deserialize(params) ⇒ Object
9744 9745 9746 9747 9748 9749 9750 9751 |
# File 'lib/v20190423/models.rb', line 9744 def deserialize(params) @ProductId = params['ProductId'] @ServiceType = params['ServiceType'] @VideoURLs = params['VideoURLs'] @CustomId = params['CustomId'] @Config = params['Config'] @ROI = params['ROI'] end |