TranscriptionOptions interface
メディアストリーミングのオプション。
プロパティ
| enable |
文字起こしされた音声の中間結果を有効にします。 |
| locale | 文字起こしに使用するロケールを指定します (例: en-CA や en-AU)。 |
| speech |
デプロイされたカスタム モデルの ID (GUID 形式)。 GUID は Azure Speech Studio によって生成されます (例: a259c255-1cdw-4ed7-a693-dd58563b6f6a)。 |
| start |
通話に応答した直後に文字起こしを開始するかどうかを示します。 |
| transport |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
| transport |
ライブ文字起こしの転送に使用される URL。 |
プロパティの詳細
enableIntermediateResults
文字起こしされた音声の中間結果を有効にします。
enableIntermediateResults?: boolean
プロパティ値
boolean
locale
文字起こしに使用するロケールを指定します (例: en-CA や en-AU)。
locale: string
プロパティ値
string
speechModelEndpointId
デプロイされたカスタム モデルの ID (GUID 形式)。 GUID は Azure Speech Studio によって生成されます (例: a259c255-1cdw-4ed7-a693-dd58563b6f6a)。
speechModelEndpointId?: string
プロパティ値
string
startTranscription
通話に応答した直後に文字起こしを開始するかどうかを示します。
startTranscription?: boolean
プロパティ値
boolean
transportType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
transportType: "websocket"
プロパティ値
"websocket"
transportUrl
ライブ文字起こしの転送に使用される URL。
transportUrl?: string
プロパティ値
string