Class: TencentCloud::Iotexplorer::V20190423::CreateCloudStorageAIServiceTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateCloudStorageAIServiceTaskRequest
- Defined in:
- lib/v20190423/models.rb
Overview
CreateCloudStorageAIServiceTask请求参数结构体
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) ⇒ CreateCloudStorageAIServiceTaskRequest
constructor
A new instance of CreateCloudStorageAIServiceTaskRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, servicetype = nil, starttime = nil, endtime = nil, channelid = nil, config = nil, roi = nil, videourls = nil, customid = nil) ⇒ CreateCloudStorageAIServiceTaskRequest
Returns a new instance of CreateCloudStorageAIServiceTaskRequest.
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/v20190423/models.rb', line 1624 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`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def ChannelId @ChannelId end |
#Config ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def Config @Config end |
#CustomId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def CustomId @CustomId end |
#DeviceName ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def DeviceName @DeviceName end |
#EndTime ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def EndTime @EndTime end |
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def ProductId @ProductId end |
#ROI ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def ROI @ROI end |
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def ServiceType @ServiceType end |
#StartTime ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def StartTime @StartTime end |
#VideoURLs ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
-
‘VideoToText`:视频语义理解
1622 1623 1624 |
# File 'lib/v20190423/models.rb', line 1622 def VideoURLs @VideoURLs end |
Instance Method Details
#deserialize(params) ⇒ Object
1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/v20190423/models.rb', line 1637 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 |