Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageAIServiceRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

ResetCloudStorageAIService请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, servicetype = nil, channelid = nil, userid = nil) ⇒ ResetCloudStorageAIServiceRequest

Returns a new instance of ResetCloudStorageAIServiceRequest.



12663
12664
12665
12666
12667
12668
12669
# File 'lib/v20190423/models.rb', line 12663

def initialize(productid=nil, devicename=nil, servicetype=nil, channelid=nil, userid=nil)
  @ProductId = productid
  @DeviceName = devicename
  @ServiceType = servicetype
  @ChannelId = channelid
  @UserId = userid
end

Instance Attribute Details

#ChannelIdObject

  • ‘RealtimeObjectDetect`:目标检测

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12661
12662
12663
# File 'lib/v20190423/models.rb', line 12661

def ChannelId
  @ChannelId
end

#DeviceNameObject

  • ‘RealtimeObjectDetect`:目标检测

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12661
12662
12663
# File 'lib/v20190423/models.rb', line 12661

def DeviceName
  @DeviceName
end

#ProductIdObject

  • ‘RealtimeObjectDetect`:目标检测

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12661
12662
12663
# File 'lib/v20190423/models.rb', line 12661

def ProductId
  @ProductId
end

#ServiceTypeObject

  • ‘RealtimeObjectDetect`:目标检测

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12661
12662
12663
# File 'lib/v20190423/models.rb', line 12661

def ServiceType
  @ServiceType
end

#UserIdObject

  • ‘RealtimeObjectDetect`:目标检测

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12661
12662
12663
# File 'lib/v20190423/models.rb', line 12661

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



12671
12672
12673
12674
12675
12676
12677
# File 'lib/v20190423/models.rb', line 12671

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @ServiceType = params['ServiceType']
  @ChannelId = params['ChannelId']
  @UserId = params['UserId']
end