AudioInputTranscriptionOptionsModel 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.
public readonly struct AudioInputTranscriptionOptionsModel : IEquatable<Azure.AI.VoiceLive.AudioInputTranscriptionOptionsModel>
type AudioInputTranscriptionOptionsModel = struct
Public Structure AudioInputTranscriptionOptionsModel
Implements IEquatable(Of AudioInputTranscriptionOptionsModel)
- Inheritance
-
AudioInputTranscriptionOptionsModel
- Implements
Constructors
| Name | Description |
|---|---|
| AudioInputTranscriptionOptionsModel(String) |
Initializes a new instance of AudioInputTranscriptionOptionsModel. |
Properties
| Name | Description |
|---|---|
| AzureSpeech |
Gets the AzureSpeech. |
| Gpt4oMiniTranscribe |
Gets the Gpt4oMiniTranscribe. |
| Gpt4oTranscribe |
Gets the Gpt4oTranscribe. |
| Whisper1 |
Gets the Whisper1. |
Methods
| Name | Description |
|---|---|
| Equals(AudioInputTranscriptionOptionsModel) |
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
| Name | Description |
|---|---|
| Equality(AudioInputTranscriptionOptionsModel, AudioInputTranscriptionOptionsModel) |
Determines if two AudioInputTranscriptionOptionsModel values are the same. |
| Implicit(String to AudioInputTranscriptionOptionsModel) |
Converts a string to a AudioInputTranscriptionOptionsModel. |
| Implicit(String to Nullable<AudioInputTranscriptionOptionsModel>) | |
| Inequality(AudioInputTranscriptionOptionsModel, AudioInputTranscriptionOptionsModel) |
Determines if two AudioInputTranscriptionOptionsModel values are not the same. |