VoiceProfile class
Defines Voice Profile class for Speaker Recognition
Constructors
Voice |
Creates and initializes an instance of this class. |
Properties
profile |
profileId of this Voice Profile instance |
profile |
profileType of this Voice Profile instance |
Constructor Details
VoiceProfile(string, VoiceProfileType)
Creates and initializes an instance of this class.
new VoiceProfile(profileId: string, profileType: VoiceProfileType)
Parameters
- profileId
-
string
profileId of this Voice Profile.
- profileType
- VoiceProfileType
profileType of this Voice Profile.
Property Details
profileId
profileId of this Voice Profile instance
string profileId
Property Value
string
profileId of this Voice Profile instance.
profileType
profileType of this Voice Profile instance
VoiceProfileType profileType
Property Value
profile type of this Voice Profile instance.