TextToSpeechResponseUpdateExtensions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des méthodes d’extension pour l’utilisation d’instances TextToSpeechResponseUpdate .
public ref class TextToSpeechResponseUpdateExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public static class TextToSpeechResponseUpdateExtensions
public static class TextToSpeechResponseUpdateExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type TextToSpeechResponseUpdateExtensions = class
type TextToSpeechResponseUpdateExtensions = class
Public Module TextToSpeechResponseUpdateExtensions
- Héritage
-
TextToSpeechResponseUpdateExtensions
- Attributs
Méthodes
| Nom | Description |
|---|---|
| ToTextToSpeechResponse(IEnumerable<TextToSpeechResponseUpdate>) |
Combine des TextToSpeechResponseUpdate instances en un seul TextToSpeechResponse. |
| ToTextToSpeechResponseAsync(IAsyncEnumerable<TextToSpeechResponseUpdate>, CancellationToken) |
Combine des TextToSpeechResponseUpdate instances en un seul TextToSpeechResponse. |