Class: TencentCloud::Cms::V20190321::PhoneDetect
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::PhoneDetect
- Defined in:
- lib/v20190321/models.rb
Overview
手机模型识别检测
Instance Attribute Summary collapse
-
#EvilType ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#HitFlag ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Labels ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eviltype = nil, labels = nil, score = nil, hitflag = nil) ⇒ PhoneDetect
constructor
A new instance of PhoneDetect.
Constructor Details
#initialize(eviltype = nil, labels = nil, score = nil, hitflag = nil) ⇒ PhoneDetect
Returns a new instance of PhoneDetect.
1154 1155 1156 1157 1158 1159 |
# File 'lib/v20190321/models.rb', line 1154 def initialize(eviltype=nil, labels=nil, score=nil, hitflag=nil) @EvilType = eviltype @Labels = labels @Score = score @HitFlag = hitflag end |
Instance Attribute Details
#EvilType ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1152 1153 1154 |
# File 'lib/v20190321/models.rb', line 1152 def EvilType @EvilType end |
#HitFlag ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1152 1153 1154 |
# File 'lib/v20190321/models.rb', line 1152 def HitFlag @HitFlag end |
#Labels ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1152 1153 1154 |
# File 'lib/v20190321/models.rb', line 1152 def Labels @Labels end |
#Score ⇒ Object
100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1152 1153 1154 |
# File 'lib/v20190321/models.rb', line 1152 def Score @Score end |
Instance Method Details
#deserialize(params) ⇒ Object
1161 1162 1163 1164 1165 1166 |
# File 'lib/v20190321/models.rb', line 1161 def deserialize(params) @EvilType = params['EvilType'] @Labels = params['Labels'] @Score = params['Score'] @HitFlag = params['HitFlag'] end |