Class: TencentCloud::Iotexplorer::V20190423::InvokeCloudStorageAIServiceTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::InvokeCloudStorageAIServiceTaskRequest
- Defined in:
- lib/v20190423/models.rb
Overview
InvokeCloudStorageAIServiceTask请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#Config ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#CustomId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#DeviceName ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#EndTime ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#ROI ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#StartTime ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
-
#VideoURLs ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩 - `VideoToText`:视频语义理解.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, servicetype = nil, starttime = nil, endtime = nil, channelid = nil, config = nil, roi = nil, videourls = nil, customid = nil) ⇒ InvokeCloudStorageAIServiceTaskRequest
constructor
A new instance of InvokeCloudStorageAIServiceTaskRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, servicetype = nil, starttime = nil, endtime = nil, channelid = nil, config = nil, roi = nil, videourls = nil, customid = nil) ⇒ InvokeCloudStorageAIServiceTaskRequest
Returns a new instance of InvokeCloudStorageAIServiceTaskRequest.
9657 9658 9659 9660 9661 9662 9663 9664 9665 9666 9667 9668 |
# File 'lib/v20190423/models.rb', line 9657 def initialize(productid=nil, devicename=nil, servicetype=nil, starttime=nil, endtime=nil, channelid=nil, config=nil, roi=nil, videourls=nil, customid=nil) @ProductId = productid @DeviceName = devicename @ServiceType = servicetype @StartTime = starttime @EndTime = endtime @ChannelId = channelid @Config = config @ROI = roi @VideoURLs = videourls @CustomId = customid end |
Instance Attribute Details
#ChannelId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def ChannelId @ChannelId end |
#Config ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def Config @Config end |
#CustomId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def CustomId @CustomId end |
#DeviceName ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def DeviceName @DeviceName end |
#EndTime ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def EndTime @EndTime end |
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def ProductId @ProductId end |
#ROI ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def ROI @ROI end |
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def ServiceType @ServiceType end |
#StartTime ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def StartTime @StartTime end |
#VideoURLs ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
9655 9656 9657 |
# File 'lib/v20190423/models.rb', line 9655 def VideoURLs @VideoURLs end |
Instance Method Details
#deserialize(params) ⇒ Object
9670 9671 9672 9673 9674 9675 9676 9677 9678 9679 9680 9681 |
# File 'lib/v20190423/models.rb', line 9670 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ChannelId = params['ChannelId'] @Config = params['Config'] @ROI = params['ROI'] @VideoURLs = params['VideoURLs'] @CustomId = params['CustomId'] end |