ConversationTranscriber コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConversationTranscriber(SpeechConfig) |
Conversation Transcriber の新しいインスタンスを作成します。 |
ConversationTranscriber(SpeechConfig, AudioConfig) |
ConversationTranscriber の新しいインスタンスを作成します。 |
ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig) |
オプションの一覧からソース言語を決定する ConversationTranscriber の新しいインスタンスを作成します。 |
ConversationTranscriber(SpeechConfig, SourceLanguageConfig) |
ConversationTranscriber の新しいインスタンスを作成します。 |
ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig) |
ConversationTranscriber の新しいインスタンスを作成します。 |
ConversationTranscriber(SpeechConfig, SourceLanguageConfig, AudioConfig) |
ConversationTranscriber の新しいインスタンスを作成します。 |
ConversationTranscriber(SpeechConfig)
Conversation Transcriber の新しいインスタンスを作成します。
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)
パラメーター
- speechConfig
- SpeechConfig
適用対象
ConversationTranscriber(SpeechConfig, AudioConfig)
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)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
- audioConfig
- AudioConfig
オーディオ構成
適用対象
ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig)
オプションの一覧からソース言語を決定する ConversationTranscriber の新しいインスタンスを作成します。
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)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
- autoDetectSourceLanguageConfig
- AutoDetectSourceLanguageConfig
認識するソース音声で検索する言語を指定する構成
注釈
「音声テキスト変換の自動言語検出」も参照してください
適用対象
ConversationTranscriber(SpeechConfig, SourceLanguageConfig)
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)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
- sourceLanguageConfig
- SourceLanguageConfig
ソース言語の構成
適用対象
ConversationTranscriber(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)
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)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
- autoDetectSourceLanguageConfig
- AutoDetectSourceLanguageConfig
音声で使用できるソース言語を指定する インスタンス。
- audioConfig
- AudioConfig
オーディオ構成
適用対象
ConversationTranscriber(SpeechConfig, SourceLanguageConfig, AudioConfig)
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)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
- sourceLanguageConfig
- SourceLanguageConfig
BCP-47 形式のソース音声の言語。
- audioConfig
- AudioConfig
オーディオ構成
適用対象
Azure SDK for .NET