Class: TencentCloud::Live::V20180801::AuditKeyword
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AuditKeyword
- Defined in:
- lib/v20180801/models.rb
Overview
直播审核关键词信息
Instance Attribute Summary collapse
-
#Content ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。.
-
#Label ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(content = nil, label = nil) ⇒ AuditKeyword
constructor
A new instance of AuditKeyword.
Constructor Details
#initialize(content = nil, label = nil) ⇒ AuditKeyword
424 425 426 427 |
# File 'lib/v20180801/models.rb', line 424 def initialize(content=nil, label=nil) @Content = content @Label = label end |
Instance Attribute Details
#Content ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。
422 423 424 |
# File 'lib/v20180801/models.rb', line 422 def Content @Content end |
#Label ⇒ Object
可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。
422 423 424 |
# File 'lib/v20180801/models.rb', line 422 def Label @Label end |
Instance Method Details
#deserialize(params) ⇒ Object
429 430 431 432 |
# File 'lib/v20180801/models.rb', line 429 def deserialize(params) @Content = params['Content'] @Label = params['Label'] end |