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.
9673 9674 9675 9676 9677 9678 9679 9680 9681 9682 9683 9684 |
# File 'lib/v20190423/models.rb', line 9673 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:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def ChannelId @ChannelId end |
#Config ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def Config @Config end |
#CustomId ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def CustomId @CustomId end |
#DeviceName ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def DeviceName @DeviceName end |
#EndTime ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def EndTime @EndTime end |
#ProductId ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def ProductId @ProductId end |
#ROI ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def ROI @ROI end |
#ServiceType ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def ServiceType @ServiceType end |
#StartTime ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def StartTime @StartTime end |
#VideoURLs ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩VideoToText:视频语义理解
9671 9672 9673 |
# File 'lib/v20190423/models.rb', line 9671 def VideoURLs @VideoURLs end |
Instance Method Details
#deserialize(params) ⇒ Object
9686 9687 9688 9689 9690 9691 9692 9693 9694 9695 9696 9697 |
# File 'lib/v20190423/models.rb', line 9686 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 |