-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
area: audioThis item is related to AudioThis item is related to Audioblocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.
Description
Describe the bug
AudioTranscription class has not simple way to access usage property present in the API response:
https://platform.openai.com/docs/api-reference/audio/diarized-json-object
Steps to reproduce
AudioTranscription response = openAiClient.TranscribeAudioAsync(file, options);
var t = response.text; // OK
var u = response.usage; // Not exists
Code snippets
OS
Windows
.NET version
9
Library version
2.6.0
Metadata
Metadata
Assignees
Labels
area: audioThis item is related to AudioThis item is related to Audioblocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.