Class: TencentCloud::Live::V20180801::AuditKeywordInfo

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

Overview

直播审核关键词查询信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywordid = nil, content = nil, label = nil, createtime = nil) ⇒ AuditKeywordInfo



479
480
481
482
483
484
# File 'lib/v20180801/models.rb', line 479

def initialize(keywordid=nil, content=nil, label=nil, createtime=nil)
  @KeywordId = keywordid
  @Content = content
  @Label = label
  @CreateTime = createtime
end

Instance Attribute Details

#ContentObject

可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。



477
478
479
# File 'lib/v20180801/models.rb', line 477

def Content
  @Content
end

#CreateTimeObject

可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。



477
478
479
# File 'lib/v20180801/models.rb', line 477

def CreateTime
  @CreateTime
end

#KeywordIdObject

可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。



477
478
479
# File 'lib/v20180801/models.rb', line 477

def KeywordId
  @KeywordId
end

#LabelObject

可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。



477
478
479
# File 'lib/v20180801/models.rb', line 477

def Label
  @Label
end

Instance Method Details

#deserialize(params) ⇒ Object



486
487
488
489
490
491
# File 'lib/v20180801/models.rb', line 486

def deserialize(params)
  @KeywordId = params['KeywordId']
  @Content = params['Content']
  @Label = params['Label']
  @CreateTime = params['CreateTime']
end