Class: TencentCloud::Asr::V20190614::VoicePrintVerifyData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::VoicePrintVerifyData
- Defined in:
- lib/v20190614/models.rb
Overview
Instance Attribute Summary collapse
-
#Decision ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(voiceprintid = nil, score = nil, decision = nil) ⇒ VoicePrintVerifyData
constructor
A new instance of VoicePrintVerifyData.
Constructor Details
#initialize(voiceprintid = nil, score = nil, decision = nil) ⇒ VoicePrintVerifyData
Returns a new instance of VoicePrintVerifyData.
2543 2544 2545 2546 2547 |
# File 'lib/v20190614/models.rb', line 2543 def initialize(voiceprintid=nil, score=nil, decision=nil) @VoicePrintId = voiceprintid @Score = score @Decision = decision end |
Instance Attribute Details
#Decision ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2541 2542 2543 |
# File 'lib/v20190614/models.rb', line 2541 def Decision @Decision end |
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2541 2542 2543 |
# File 'lib/v20190614/models.rb', line 2541 def Score @Score end |
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2541 2542 2543 |
# File 'lib/v20190614/models.rb', line 2541 def VoicePrintId @VoicePrintId end |
Instance Method Details
#deserialize(params) ⇒ Object
2549 2550 2551 2552 2553 |
# File 'lib/v20190614/models.rb', line 2549 def deserialize(params) @VoicePrintId = params['VoicePrintId'] @Score = params['Score'] @Decision = params['Decision'] end |