VoiceProfileEnrollmentResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the result of enrolling a voice profile. Added in 1.12.0
public class VoiceProfileEnrollmentResult
type VoiceProfileEnrollmentResult = class
Public Class VoiceProfileEnrollmentResult
- Inheritance
-
VoiceProfileEnrollmentResult
Remarks
See also: Get started with Speaker recognition
Properties
AudioLength |
Duration of audio in this enrollment. |
AudioSpeechLength |
Duration of non-silence speech audio in this enrollment. |
CreatedTime |
A textual representation of the creation time of the voice profile. |
EnrollmentsCount |
Number of enrollment audio segments accepted for this profile. |
EnrollmentsLength |
The total duration of enrollment audio accepted for this profile. |
EnrollmentsSpeechLength |
The duration of non-silence speech audio used across all voice profiles used by this client. |
LastUpdatedDateTime |
A textual representation of the time the voice profile was last updated. |
ProfileId |
Specifies profile id in the enrollment result. |
Properties |
Contains properties of the results. |
Reason |
Specifies reason of the enrollment result. |
RemainingEnrollmentsCount |
Number of enrollment audio segments needed to complete profile enrollment. |
RemainingEnrollmentsSpeechLength |
The duration of non-silence speech audio still needed to complete profile enrollment. |
ResultId |
Specifies the result identifier. |
Methods
ToString() |
Returns a string that represents the enrollment result. |
Applies to
Azure SDK for .NET