2 writes to RawRepresentation
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\SpeechToTextResponse.cs (1)
89RawRepresentation = RawRepresentation,
Microsoft.Extensions.AI.OpenAI (1)
OpenAISpeechToTextClient.cs (1)
150RawRepresentation = update,
5 references to RawRepresentation
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\SpeechToTextResponseUpdate.cs (1)
29/// all have different <see cref="SpeechToTextResponseUpdate.RawRepresentation"/> objects whereas there's
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAISpeechToTextClientTests.cs (4)
169Assert.NotNull(update.RawRepresentation); 170Assert.IsType<OpenAI.Audio.AudioTranscription>(update.RawRepresentation); 204Assert.NotNull(update.RawRepresentation); 205Assert.IsType<AudioTranslation>(update.RawRepresentation);