Partager via


SpeakerIdentificationModel.FromProfiles Méthode

Définition

Crée un modèle d’identification de l’orateur à partir des profils vocaux.

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

Paramètres

profiles
IEnumerable<VoiceProfile>

collection de profils vocaux.

Retours

Modèle d’identification de l’orateur en cours de création.

S’applique à