Share via


AudioAnalysisMode Struct

Definition

Determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen.

public readonly struct AudioAnalysisMode : IEquatable<Azure.ResourceManager.Media.Models.AudioAnalysisMode>
type AudioAnalysisMode = struct
Public Structure AudioAnalysisMode
Implements IEquatable(Of AudioAnalysisMode)
Inheritance
AudioAnalysisMode
Implements

Constructors

AudioAnalysisMode(String)

Initializes a new instance of AudioAnalysisMode.

Properties

Basic

This mode performs speech-to-text transcription and generation of a VTT subtitle/caption file. The output of this mode includes an Insights JSON file including only the keywords, transcription,and timing information. Automatic language detection and speaker diarization are not included in this mode.

Standard

Performs all operations included in the Basic mode, additionally performing language detection and speaker diarization.

Methods

Equals(AudioAnalysisMode)

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

Determines if two AudioAnalysisMode values are the same.

Implicit(String to AudioAnalysisMode)

Converts a string to a AudioAnalysisMode.

Inequality(AudioAnalysisMode, AudioAnalysisMode)

Determines if two AudioAnalysisMode values are not the same.

Applies to