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.
1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'lib/v20190423/models.rb', line 1592 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:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def ChannelId @ChannelId end |
#Config ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def Config @Config end |
#CustomId ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def CustomId @CustomId end |
#DeviceName ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def DeviceName @DeviceName end |
#EndTime ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def EndTime @EndTime end |
#ProductId ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def ProductId @ProductId end |
#ROI ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def ROI @ROI end |
#ServiceType ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def ServiceType @ServiceType end |
#StartTime ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def StartTime @StartTime end |
#VideoURLs ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
1590 1591 1592 |
# File 'lib/v20190423/models.rb', line 1590 def VideoURLs @VideoURLs end |
Instance Method Details
#deserialize(params) ⇒ Object
1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 |
# File 'lib/v20190423/models.rb', line 1605 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 |