1 write to RawRepresentation
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\SpeechToTextResponse.cs (1)
83RawRepresentation = RawRepresentation,
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)
173Assert.NotNull(update.RawRepresentation); 174Assert.IsType<OpenAI.Audio.AudioTranscription>(update.RawRepresentation); 208Assert.NotNull(update.RawRepresentation); 209Assert.IsType<AudioTranslation>(update.RawRepresentation);