3 writes to RawRepresentation
Microsoft.Extensions.AI.Abstractions (1)
TextToSpeech\TextToSpeechResponse.cs (1)
61
RawRepresentation
= RawRepresentation,
Microsoft.Extensions.AI.OpenAI (2)
OpenAITextToSpeechClient.cs (2)
123
RawRepresentation
= deltaUpdate,
132
RawRepresentation
= doneUpdate,
6 references to RawRepresentation
Microsoft.Extensions.AI.Abstractions (1)
TextToSpeech\TextToSpeechResponseUpdate.cs (1)
27
/// all have different <see cref="TextToSpeechResponseUpdate.
RawRepresentation
"/> objects whereas there's
Microsoft.Extensions.AI.OpenAI.Tests (5)
OpenAITextToSpeechClientIntegrationTests.cs (1)
36
Assert.NotNull(update.
RawRepresentation
);
OpenAITextToSpeechClientTests.cs (4)
270
Assert.NotNull(update.
RawRepresentation
);
321
Assert.IsType<StreamingSpeechAudioDeltaUpdate>(updates[0].
RawRepresentation
);
328
Assert.IsType<StreamingSpeechAudioDeltaUpdate>(updates[1].
RawRepresentation
);
336
Assert.IsType<StreamingSpeechAudioDoneUpdate>(updates[2].
RawRepresentation
);