2 writes to RawRepresentation
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\SpeechToTextResponse.cs (1)
89
RawRepresentation
= RawRepresentation,
Microsoft.Extensions.AI.OpenAI (1)
OpenAISpeechToTextClient.cs (1)
150
RawRepresentation
= 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)
169
Assert.NotNull(update.
RawRepresentation
);
170
Assert.IsType<OpenAI.Audio.AudioTranscription>(update.
RawRepresentation
);
204
Assert.NotNull(update.
RawRepresentation
);
205
Assert.IsType<AudioTranslation>(update.
RawRepresentation
);