2 instantiations of Converter
Microsoft.Extensions.AI.Abstractions (1)
Generated\361d1da7f942c932\JsonContext.SpeechToTextResponseUpdateKind.g.cs (1)
31global::System.Text.Json.Serialization.JsonConverter converter = ExpandConverter(typeof(global::Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind), new global::Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind.Converter(), options);
Microsoft.Extensions.AI.Abstractions.Tests (1)
Generated\361d1da7f942c932\TestJsonSerializerContext.SpeechToTextResponseUpdateKind.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = ExpandConverter(typeof(global::Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind), new global::Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind.Converter(), options);
1 reference to Converter
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\SpeechToTextResponseUpdateKind.cs (1)
18[JsonConverter(typeof(Converter))]