Dela via


VoiceProfileEnrollmentResult Class

Definition

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