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