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