AudioAnalysisMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for AudioAnalysisMode.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AudioAnalysisModeConverter))]
public struct AudioAnalysisMode : IEquatable<Microsoft.Azure.Management.Media.Models.AudioAnalysisMode>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AudioAnalysisModeConverter))>]
type AudioAnalysisMode = struct
Public Structure AudioAnalysisMode
Implements IEquatable(Of AudioAnalysisMode)
- Inheritance
-
AudioAnalysisMode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
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) |
Compares enums of type AudioAnalysisMode |
Equals(Object) |
Overrides Equals operator for AudioAnalysisMode |
GetHashCode() |
Returns for hashCode AudioAnalysisMode |
ToString() |
Returns string representation for AudioAnalysisMode |
Operators
Equality(AudioAnalysisMode, AudioAnalysisMode) |
Overriding == operator for enum AudioAnalysisMode |
Implicit(AudioAnalysisMode to String) |
Implicit operator to convert AudioAnalysisMode to string |
Implicit(String to AudioAnalysisMode) |
Implicit operator to convert string to AudioAnalysisMode |
Inequality(AudioAnalysisMode, AudioAnalysisMode) |
Overriding != operator for enum AudioAnalysisMode |
Applies to
Azure SDK for .NET