openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
OpenAI/src/Custom/Audio/Streaming/StreamingAudioTranscriptionUpdate.cs
10lines · modecode
| 1 | using Microsoft.TypeSpec.Generator.Customizations; |
| 2 | |
| 3 | namespace OpenAI.Audio; |
| 4 | |
| 5 | // CUSTOM: Added Experimental attribute. |
| 6 | [CodeGenType("DotNetCreateTranscriptionStreamingResponse")] |
| 7 | [CodeGenSuppress(nameof(StreamingAudioTranscriptionUpdate), typeof(System.ClientModel.ClientResult))] |
| 8 | public partial class StreamingAudioTranscriptionUpdate |
| 9 | { |
| 10 | } |