Share via


SpeechToTextResponseUpdateKind.Converter.Read Method

Definition

Reads and converts the JSON to type T.

public:
 override Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind Read(System::Text::Json::Utf8JsonReader % reader, Type ^ typeToConvert, System::Text::Json::JsonSerializerOptions ^ options);
public override Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind Read(ref System.Text.Json.Utf8JsonReader reader, Type typeToConvert, System.Text.Json.JsonSerializerOptions options);
override this.Read : Utf8JsonReader * Type * System.Text.Json.JsonSerializerOptions -> Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind
Public Overrides Function Read (ByRef reader As Utf8JsonReader, typeToConvert As Type, options As JsonSerializerOptions) As SpeechToTextResponseUpdateKind

Parameters

reader
Utf8JsonReader

The reader.

typeToConvert
Type

The type to convert.

options
JsonSerializerOptions

An object that specifies serialization options to use.

Returns

The converted value.

Applies to