Class SpeakerMatch
A speaker match with score.
public class SpeakerMatch
- Inheritance
-
SpeakerMatch
- Inherited Members
Properties
Score
Gets or sets the similarity score.
public double Score { get; set; }
Property Value
SpeakerId
Gets or sets the speaker ID.
public string SpeakerId { get; set; }