Class: TencentCloud::Cms::V20190321::ImageTerrorDetect
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::ImageTerrorDetect
- Defined in:
- lib/v20190321/models.rb
Overview
图片暴恐详情
Instance Attribute Summary collapse
-
#EvilType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#HitFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Keywords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Labels ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keywords = nil, eviltype = nil, labels = nil, score = nil, hitflag = nil) ⇒ ImageTerrorDetect
constructor
A new instance of ImageTerrorDetect.
Constructor Details
#initialize(keywords = nil, eviltype = nil, labels = nil, score = nil, hitflag = nil) ⇒ ImageTerrorDetect
Returns a new instance of ImageTerrorDetect.
920 921 922 923 924 925 926 |
# File 'lib/v20190321/models.rb', line 920 def initialize(keywords=nil, eviltype=nil, labels=nil, score=nil, hitflag=nil) @Keywords = keywords @EvilType = eviltype @Labels = labels @Score = score @HitFlag = hitflag end |
Instance Attribute Details
#EvilType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。100:正常24001:暴恐注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
918 919 920 |
# File 'lib/v20190321/models.rb', line 918 def EvilType @EvilType end |
#HitFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。100:正常24001:暴恐注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
918 919 920 |
# File 'lib/v20190321/models.rb', line 918 def HitFlag @HitFlag end |
#Keywords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。100:正常24001:暴恐注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
918 919 920 |
# File 'lib/v20190321/models.rb', line 918 def Keywords @Keywords end |
#Labels ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。100:正常24001:暴恐注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
918 919 920 |
# File 'lib/v20190321/models.rb', line 918 def Labels @Labels end |
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。100:正常24001:暴恐注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
918 919 920 |
# File 'lib/v20190321/models.rb', line 918 def Score @Score end |
Instance Method Details
#deserialize(params) ⇒ Object
928 929 930 931 932 933 934 |
# File 'lib/v20190321/models.rb', line 928 def deserialize(params) @Keywords = params['Keywords'] @EvilType = params['EvilType'] @Labels = params['Labels'] @Score = params['Score'] @HitFlag = params['HitFlag'] end |