Share via


AudioTranscriptionFormat Struct

Definition

Defines available options for the underlying response format of output transcription information.

public readonly struct AudioTranscriptionFormat : IEquatable<Azure.AI.OpenAI.AudioTranscriptionFormat>
type AudioTranscriptionFormat = struct
Public Structure AudioTranscriptionFormat
Implements IEquatable(Of AudioTranscriptionFormat)
Inheritance
AudioTranscriptionFormat
Implements

Constructors

AudioTranscriptionFormat(String)

Initializes a new instance of AudioTranscriptionFormat.

Properties

Simple

Use a response body that is a JSON object containing a single 'text' field for the transcription.

Srt

Use a response body that is plain text in SubRip (SRT) format that also includes timing information.

Verbose

Use a response body that is a JSON object containing transcription text along with timing, segments, and other metadata.

Vtt

Use a response body that is plain text in Web Video Text Tracks (VTT) format that also includes timing information.

Methods

Equals(AudioTranscriptionFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AudioTranscriptionFormat, AudioTranscriptionFormat)

Determines if two AudioTranscriptionFormat values are the same.

Implicit(String to AudioTranscriptionFormat)

Converts a string to a AudioTranscriptionFormat.

Inequality(AudioTranscriptionFormat, AudioTranscriptionFormat)

Determines if two AudioTranscriptionFormat values are not the same.

Applies to