SmartEndOfTurnDetection 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.
Audio-based end-of-turn detection. Operates directly on the input audio
stream rather than text. Use threshold_level and timeout_ms to tune
detection.
public class SmartEndOfTurnDetection : Azure.AI.VoiceLive.EouDetection, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SmartEndOfTurnDetection>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SmartEndOfTurnDetection>
type SmartEndOfTurnDetection = class
inherit EouDetection
interface IJsonModel<SmartEndOfTurnDetection>
interface IPersistableModel<SmartEndOfTurnDetection>
Public Class SmartEndOfTurnDetection
Inherits EouDetection
Implements IJsonModel(Of SmartEndOfTurnDetection), IPersistableModel(Of SmartEndOfTurnDetection)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SmartEndOfTurnDetection() |
Initializes a new instance of SmartEndOfTurnDetection. |
Properties
| Name | Description |
|---|---|
| ThresholdLevel |
Threshold level setting. One of |
| TimeoutMs |
Timeout in milliseconds. |