Freigeben über


SpeakerIdentificationModel.FromProfiles Methode

Definition

Erstellt ein Sprecheridentifikationsmodell aus den Stimmprofilen.

public static Microsoft.CognitiveServices.Speech.Speaker.SpeakerIdentificationModel FromProfiles(System.Collections.Generic.IEnumerable<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile> profiles);
static member FromProfiles : seq<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile> -> Microsoft.CognitiveServices.Speech.Speaker.SpeakerIdentificationModel
Public Shared Function FromProfiles (profiles As IEnumerable(Of VoiceProfile)) As SpeakerIdentificationModel

Parameter

profiles
IEnumerable<VoiceProfile>

eine Sammlung von Sprachprofilen.

Gibt zurück

Das Sprecheridentifikationsmodell, das erstellt wird.

Gilt für: