Skip to content

[FEATURE REQ] AudioTranscription has not Usage property #812

@rodriciru

Description

@rodriciru

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

No one assigned

    Labels

    area: audioThis item is related to Audioblocked: specThis issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions