OPENAPI / COMPONENTS / SCHEMAS

Create Transcription Response Verbose Json data structure

CreateTranscriptionResponseVerboseJson

Structural definition for Create Transcription Response Verbose Json in the OpenAI API contract.

object6properties
durationnumberrequired

duration value in the OpenAI API contract.

languagestringrequired

language value in the OpenAI API contract.

segmentsTranscriptionSegment

segments value in the OpenAI API contract.

textstringrequired

text value in the OpenAI API contract.

usageTranscriptTextUsageDuration

usage value in the OpenAI API contract.

wordsTranscriptionWord

words value in the OpenAI API contract.