Class: TencentCloud::Cms::V20190321::PhoneDetect

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

Overview

手机模型识别检测

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EvilTypeObject

100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • EvilType:

    恶意类型

  • Labels:

    特征中文描述

  • Score:

    分值范围 0-100,分数越高倾向越明显

  • HitFlag:

    处置判定 0:正常 1:可疑



1152
1153
1154
# File 'lib/v20190321/models.rb', line 1152

def EvilType
  @EvilType
end

#HitFlagObject

100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • EvilType:

    恶意类型

  • Labels:

    特征中文描述

  • Score:

    分值范围 0-100,分数越高倾向越明显

  • HitFlag:

    处置判定 0:正常 1:可疑



1152
1153
1154
# File 'lib/v20190321/models.rb', line 1152

def HitFlag
  @HitFlag
end

#LabelsObject

100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • EvilType:

    恶意类型

  • Labels:

    特征中文描述

  • Score:

    分值范围 0-100,分数越高倾向越明显

  • HitFlag:

    处置判定 0:正常 1:可疑



1152
1153
1154
# File 'lib/v20190321/models.rb', line 1152

def Labels
  @Labels
end

#ScoreObject

100:正常 21000:综合 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • EvilType:

    恶意类型

  • Labels:

    特征中文描述

  • Score:

    分值范围 0-100,分数越高倾向越明显

  • HitFlag:

    处置判定 0:正常 1:可疑



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