Class: TencentCloud::Asr::V20190614::VerifyTop
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::VerifyTop
- Defined in:
- lib/v20190614/models.rb
Overview
声纹组对比结果top数据
Instance Attribute Summary collapse
-
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SpeakerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(score = nil, voiceprintid = nil, speakerid = nil) ⇒ VerifyTop
constructor
A new instance of VerifyTop.
Constructor Details
#initialize(score = nil, voiceprintid = nil, speakerid = nil) ⇒ VerifyTop
Returns a new instance of VerifyTop.
2113 2114 2115 2116 2117 |
# File 'lib/v20190614/models.rb', line 2113 def initialize(score=nil, voiceprintid=nil, speakerid=nil) @Score = score @VoicePrintId = voiceprintid @SpeakerId = speakerid end |
Instance Attribute Details
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2111 2112 2113 |
# File 'lib/v20190614/models.rb', line 2111 def Score @Score end |
#SpeakerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2111 2112 2113 |
# File 'lib/v20190614/models.rb', line 2111 def SpeakerId @SpeakerId end |
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2111 2112 2113 |
# File 'lib/v20190614/models.rb', line 2111 def VoicePrintId @VoicePrintId end |
Instance Method Details
#deserialize(params) ⇒ Object
2119 2120 2121 2122 2123 |
# File 'lib/v20190614/models.rb', line 2119 def deserialize(params) @Score = params['Score'] @VoicePrintId = params['VoicePrintId'] @SpeakerId = params['SpeakerId'] end |