VoiceProfileClient Klasse

Definition

Erstellt und verwaltet Sprachprofile, die eindeutige, unterscheidbare menschliche Stimmen darstellen. Diese Profile werden verwendet, um einzelne registrierte Sprecher zu identifizieren und die Spracherkennungsfunktionen anzupassen. In Version 1.12.0 hinzugefügt

public sealed class VoiceProfileClient : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type VoiceProfileClient = class
    inherit DisposableBase
Public NotInheritable Class VoiceProfileClient
Inherits DisposableBase
Vererbung
Microsoft.CognitiveServices.Speech.Internal.DisposableBase
VoiceProfileClient

Hinweise

Siehe auch: Erste Schritte mit der Sprechererkennung

Konstruktoren

VoiceProfileClient(SpeechConfig)

Erstellt eine instance von VoiceProfileClient.

Eigenschaften

Properties

Ruft die Auflistung der Eigenschaften und deren Werte ab, die für diese instance von VoiceProfileClientdefiniert sind.

Methoden

CreateProfileAsync(VoiceProfileType, String)

Erstellt ein Sprachprofil als asynchronen Vorgang.

DeleteProfileAsync(VoiceProfile)

Löscht ein Sprachprofil asynchron.

EnrollProfileAsync(VoiceProfile, AudioConfig)

Registriert ein Sprachprofil asynchron.

GetActivationPhrasesAsync(VoiceProfileType, String)

Abrufen des Sprachprofilaktivierungsausdrucksergebnisses als asynchroner Vorgang.

GetAllProfilesAsync(VoiceProfileType)

Ruft alle Sprachprofile eines bestimmten Profiltyps ab.

ResetProfileAsync(VoiceProfile)

Setzt ein Sprachprofil asynchron zurück.

RetrieveEnrollmentResultAsync(VoiceProfile)

Ruft ein Registrierungsergebnis ab, das einem Sprachprofil zugeordnet ist.

Gilt für: