Compartir a través de


SpeakerIdentificationModel.FromProfiles Método

Definición

Crea un modelo de identificación del hablante a partir de los perfiles de voz.

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

Parámetros

profiles
IEnumerable<VoiceProfile>

una colección de perfiles de voz.

Devoluciones

El modelo de identificación del hablante que se va a crear.

Se aplica a