SpeakerIdentificationModel class

Defines SpeakerIdentificationModel class for Speaker Recognition Model contains a set of profiles against which to identify speaker(s)

Properties

profileIds
scenario
voiceProfileIds

Methods

fromProfiles(VoiceProfile[])

Property Details

profileIds

string[] profileIds

Property Value

string[]

scenario

string scenario

Property Value

string

voiceProfileIds

string voiceProfileIds

Property Value

string

Method Details

fromProfiles(VoiceProfile[])

static function fromProfiles(profiles: VoiceProfile[]): SpeakerIdentificationModel

Parameters

profiles

VoiceProfile[]

Returns