SpeechSynthesizer.VisemeReceived イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
口形素イベントが受信されたことを通知します。 1.16.0 で追加されました
public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisVisemeEventArgs> VisemeReceived;
member this.VisemeReceived : EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisVisemeEventArgs>
Public Custom Event VisemeReceived As EventHandler(Of SpeechSynthesisVisemeEventArgs)
イベントの種類
注釈
「Speech SDK を使用して口形素イベントを取得する」も参照してください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET