TextToSpeechResponseUpdateKind.Converter 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 un JsonConverter<T> outil de sérialisation des TextToSpeechResponseUpdateKind instances.
public: ref class TextToSpeechResponseUpdateKind::Converter sealed : System::Text::Json::Serialization::JsonConverter<Microsoft::Extensions::AI::TextToSpeechResponseUpdateKind>
public sealed class TextToSpeechResponseUpdateKind.Converter : System.Text.Json.Serialization.JsonConverter<Microsoft.Extensions.AI.TextToSpeechResponseUpdateKind>
type TextToSpeechResponseUpdateKind.Converter = class
inherit JsonConverter<TextToSpeechResponseUpdateKind>
Public NotInheritable Class TextToSpeechResponseUpdateKind.Converter
Inherits JsonConverter(Of TextToSpeechResponseUpdateKind)
- Héritage
-
TextToSpeechResponseUpdateKind.Converter
Constructeurs
| Nom | Description |
|---|---|
| TextToSpeechResponseUpdateKind.Converter() |
Fournit un JsonConverter<T> outil de sérialisation des TextToSpeechResponseUpdateKind instances. |
Propriétés
| Nom | Description |
|---|---|
| HandleNull |
Obtient une valeur qui indique si |
| Type |
Obtient le type en cours de conversion par l’instance de convertisseur actuelle. (Hérité de JsonConverter<T>) |
Méthodes
| Nom | Description |
|---|---|
| CanConvert(Type) |
Détermine si le type spécifié peut être converti. (Hérité de JsonConverter<T>) |
| Read(Utf8JsonReader, Type, JsonSerializerOptions) |
Lit et convertit le JSON en type |
| ReadAsPropertyName(Utf8JsonReader, Type, JsonSerializerOptions) |
Lit une clé de dictionnaire à partir d’un nom de propriété JSON. (Hérité de JsonConverter<T>) |
| Write(Utf8JsonWriter, T, JsonSerializerOptions) |
Écrit une valeur spécifiée en tant que JSON. (Hérité de JsonConverter<T>) |
| Write(Utf8JsonWriter, TextToSpeechResponseUpdateKind, JsonSerializerOptions) |
Écrit une valeur spécifiée en tant que JSON. |
| WriteAsPropertyName(Utf8JsonWriter, T, JsonSerializerOptions) |
Écrit une clé de dictionnaire en tant que nom de propriété JSON. (Hérité de JsonConverter<T>) |