SpeakerVerificationModel class

Defines SpeakerVerificationModel class for Speaker Recognition Model contains a profile against which to verify a speaker

Properties

profileIds
scenario
voiceProfile

Methods

fromProfile(VoiceProfile)

Property Details

profileIds

string[] profileIds

Property Value

string[]

scenario

string scenario

Property Value

string

voiceProfile

VoiceProfile voiceProfile

Property Value

Method Details

fromProfile(VoiceProfile)

static function fromProfile(profile: VoiceProfile): SpeakerVerificationModel

Parameters

profile
VoiceProfile

Returns