Partager via


ConversationTranscriber Constructeurs

Définition

Surcharges

ConversationTranscriber(SpeechConfig)

Crée un instance de Transcriber de conversation.

ConversationTranscriber(SpeechConfig, AudioConfig)

Crée un instance de ConversationTranscriber.

ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig)

Crée une instance de ConversationTranscriber qui détermine la langue source à partir d’une liste d’options.

ConversationTranscriber(SpeechConfig, SourceLanguageConfig)

Crée un instance de ConversationTranscriber.

ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

Crée un instance de ConversationTranscriber.

ConversationTranscriber(SpeechConfig, SourceLanguageConfig, AudioConfig)

Crée un instance de ConversationTranscriber.

ConversationTranscriber(SpeechConfig)

Crée un instance de Transcriber de conversation.

public ConversationTranscriber (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig);
new Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber : Microsoft.CognitiveServices.Speech.SpeechConfig -> Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber
Public Sub New (speechConfig As SpeechConfig)

Paramètres

speechConfig
SpeechConfig

S’applique à

ConversationTranscriber(SpeechConfig, AudioConfig)

Crée un instance de ConversationTranscriber.

public ConversationTranscriber (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber
Public Sub New (speechConfig As SpeechConfig, audioConfig As AudioConfig)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

audioConfig
AudioConfig

Configuration audio

S’applique à

ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig)

Crée une instance de ConversationTranscriber qui détermine la langue source à partir d’une liste d’options.

public ConversationTranscriber (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig autoDetectSourceLanguageConfig);
new Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig -> Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber
Public Sub New (speechConfig As SpeechConfig, autoDetectSourceLanguageConfig As AutoDetectSourceLanguageConfig)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

Configuration qui spécifie la ou les langues à rechercher dans la voix source à reconnaître

Remarques

Voir aussi : Détection automatique de la langue pour la reconnaissance vocale

S’applique à

ConversationTranscriber(SpeechConfig, SourceLanguageConfig)

Crée un instance de ConversationTranscriber.

public ConversationTranscriber (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.SourceLanguageConfig sourceLanguageConfig);
new Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.SourceLanguageConfig -> Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber
Public Sub New (speechConfig As SpeechConfig, sourceLanguageConfig As SourceLanguageConfig)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

sourceLanguageConfig
SourceLanguageConfig

Configuration de la langue source

S’applique à

ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

Crée un instance de ConversationTranscriber.

public ConversationTranscriber (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig autoDetectSourceLanguageConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber
Public Sub New (speechConfig As SpeechConfig, autoDetectSourceLanguageConfig As AutoDetectSourceLanguageConfig, audioConfig As AudioConfig)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

Une instance qui spécifie les langues sources possibles dans le discours.

audioConfig
AudioConfig

Configuration audio

S’applique à

ConversationTranscriber(SpeechConfig, SourceLanguageConfig, AudioConfig)

Crée un instance de ConversationTranscriber.

public ConversationTranscriber (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.SourceLanguageConfig sourceLanguageConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.SourceLanguageConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Transcription.ConversationTranscriber
Public Sub New (speechConfig As SpeechConfig, sourceLanguageConfig As SourceLanguageConfig, audioConfig As AudioConfig)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

sourceLanguageConfig
SourceLanguageConfig

Langue de la voix source, au format BCP-47.

audioConfig
AudioConfig

Configuration audio

S’applique à