Share via


AudioContentFormat Struct

Definition

A representation of the possible audio formats for audio.

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

Constructors

AudioContentFormat(String)

Initializes a new instance of AudioContentFormat.

Properties

Mp3

Specifies audio in MP3 format.

Wav

Specifies audio in WAV format.

Methods

Equals(AudioContentFormat)

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(AudioContentFormat, AudioContentFormat)

Determines if two AudioContentFormat values are the same.

Implicit(String to AudioContentFormat)

Converts a String to a AudioContentFormat.

Inequality(AudioContentFormat, AudioContentFormat)

Determines if two AudioContentFormat values are not the same.

Applies to