AzureSemanticVadServer Class
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.
Server Speech Detection (legacy server_sd
alias).
public class AzureSemanticVadServer : Azure.AI.VoiceLive.TurnDetection, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.AzureSemanticVadServer>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.AzureSemanticVadServer>
type AzureSemanticVadServer = class
inherit TurnDetection
interface IJsonModel<AzureSemanticVadServer>
interface IPersistableModel<AzureSemanticVadServer>
Public Class AzureSemanticVadServer
Inherits TurnDetection
Implements IJsonModel(Of AzureSemanticVadServer), IPersistableModel(Of AzureSemanticVadServer)
- Inheritance
- Implements
Constructors
AzureSemanticVadServer() |
Initializes a new instance of AzureSemanticVadServer. |
Properties
AutoTruncate |
Gets or sets the AutoTruncate. |
DistinctCiPhones |
Gets or sets the DistinctCiPhones. |
EndOfUtteranceDetection |
Gets or sets the EndOfUtteranceDetection. |
Languages |
Gets the Languages. |
NegThreshold |
Gets or sets the NegThreshold. |
PrefixPaddingMs |
Gets or sets the PrefixPaddingMs. |
RemoveFillerWords |
Gets or sets the RemoveFillerWords. |
RequireVowel |
Gets or sets the RequireVowel. |
SilenceDurationMs |
Gets or sets the SilenceDurationMs. |
SpeechDurationMs |
Gets or sets the SpeechDurationMs. |
Threshold |
Gets or sets the Threshold. |
WindowSize |
Gets or sets the WindowSize. |