Class: TencentCloud::Facefusion::V20181201::FuseFaceReviewDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Facefusion::V20181201::FuseFaceReviewDetail
- Defined in:
- lib/v20181201/models.rb
Overview
人脸融合不适宜内容识别人脸信息
Instance Attribute Summary collapse
-
#Confidence ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规.
-
#Field ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规.
-
#Label ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规.
-
#Suggestion ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(field = nil, label = nil, confidence = nil, suggestion = nil) ⇒ FuseFaceReviewDetail
constructor
A new instance of FuseFaceReviewDetail.
Constructor Details
#initialize(field = nil, label = nil, confidence = nil, suggestion = nil) ⇒ FuseFaceReviewDetail
Returns a new instance of FuseFaceReviewDetail.
322 323 324 325 326 327 |
# File 'lib/v20181201/models.rb', line 322 def initialize(field=nil, label=nil, confidence=nil, suggestion=nil) @Field = field @Label = label @Confidence = confidence @Suggestion = suggestion end |
Instance Attribute Details
#Confidence ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规
320 321 322 |
# File 'lib/v20181201/models.rb', line 320 def Confidence @Confidence end |
#Field ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规
320 321 322 |
# File 'lib/v20181201/models.rb', line 320 def Field @Field end |
#Label ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规
320 321 322 |
# File 'lib/v20181201/models.rb', line 320 def Label @Label end |
#Suggestion ⇒ Object
0到70,Suggestion建议为PASS; 70到80,Suggestion建议为REVIEW; 80到100,Suggestion建议为BLOCK。 PASS:正常 REVIEW:疑似 BLOCK:违规
320 321 322 |
# File 'lib/v20181201/models.rb', line 320 def Suggestion @Suggestion end |
Instance Method Details
#deserialize(params) ⇒ Object
329 330 331 332 333 334 |
# File 'lib/v20181201/models.rb', line 329 def deserialize(params) @Field = params['Field'] @Label = params['Label'] @Confidence = params['Confidence'] @Suggestion = params['Suggestion'] end |