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.
2559 2560 2561 2562 2563 |
# File 'lib/v20190614/models.rb', line 2559 def initialize(voiceprintid=nil, score=nil, decision=nil) @VoicePrintId = voiceprintid @Score = score @Decision = decision end |
Instance Attribute Details
#Decision ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2557 2558 2559 |
# File 'lib/v20190614/models.rb', line 2557 def Decision @Decision end |
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2557 2558 2559 |
# File 'lib/v20190614/models.rb', line 2557 def Score @Score end |
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2557 2558 2559 |
# File 'lib/v20190614/models.rb', line 2557 def VoicePrintId @VoicePrintId end |
Instance Method Details
#deserialize(params) ⇒ Object
2565 2566 2567 2568 2569 |
# File 'lib/v20190614/models.rb', line 2565 def deserialize(params) @VoicePrintId = params['VoicePrintId'] @Score = params['Score'] @Decision = params['Decision'] end |