Class: TencentCloud::Live::V20180801::AuditKeywordInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AuditKeywordInfo
- Defined in:
- lib/v20180801/models.rb
Overview
直播审核关键词查询信息。
Instance Attribute Summary collapse
-
#Content ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。 注意: 1.
-
#CreateTime ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。 注意: 1.
-
#KeywordId ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。 注意: 1.
-
#Label ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。 注意: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keywordid = nil, content = nil, label = nil, createtime = nil) ⇒ AuditKeywordInfo
constructor
A new instance of AuditKeywordInfo.
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
#Content ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。
477 478 479 |
# File 'lib/v20180801/models.rb', line 477 def Content @Content end |
#CreateTime ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。
477 478 479 |
# File 'lib/v20180801/models.rb', line 477 def CreateTime @CreateTime end |
#KeywordId ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。
477 478 479 |
# File 'lib/v20180801/models.rb', line 477 def KeywordId @KeywordId end |
#Label ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。注意:
-
北京时间值为 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 |