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.
2056 2057 2058 2059 2060 |
# File 'lib/v20190614/models.rb', line 2056 def initialize(score=nil, voiceprintid=nil, speakerid=nil) @Score = score @VoicePrintId = voiceprintid @SpeakerId = speakerid end |
Instance Attribute Details
#Score ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2054 2055 2056 |
# File 'lib/v20190614/models.rb', line 2054 def Score @Score end |
#SpeakerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2054 2055 2056 |
# File 'lib/v20190614/models.rb', line 2054 def SpeakerId @SpeakerId end |
#VoicePrintId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2054 2055 2056 |
# File 'lib/v20190614/models.rb', line 2054 def VoicePrintId @VoicePrintId end |
Instance Method Details
#deserialize(params) ⇒ Object
2062 2063 2064 2065 2066 |
# File 'lib/v20190614/models.rb', line 2062 def deserialize(params) @Score = params['Score'] @VoicePrintId = params['VoicePrintId'] @SpeakerId = params['SpeakerId'] end |