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.
2608 2609 2610 2611 2612 |
# File 'lib/v20190614/models.rb', line 2608 def initialize(voiceprintid=nil, score=nil, decision=nil) @VoicePrintId = voiceprintid @Score = score @Decision = decision end |
Instance Attribute Details
#Decision ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2606 2607 2608 |
# File 'lib/v20190614/models.rb', line 2606 def Decision @Decision end |
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2606 2607 2608 |
# File 'lib/v20190614/models.rb', line 2606 def Score @Score end |
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2606 2607 2608 |
# File 'lib/v20190614/models.rb', line 2606 def VoicePrintId @VoicePrintId end |
Instance Method Details
#deserialize(params) ⇒ Object
2614 2615 2616 2617 2618 |
# File 'lib/v20190614/models.rb', line 2614 def deserialize(params) @VoicePrintId = params['VoicePrintId'] @Score = params['Score'] @Decision = params['Decision'] end |