Click or drag to resize
AnswerMachineDetector Constructor (Int32, Int32, Int32, Int32, ISpeechToText)
Creates a new instance of AnswerMachineDetector

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AnswerMachineDetector(
	int maxGreetingTime,
	int maxPauseTime,
	int maxDelayTime,
	int timeout,
	ISpeechToText sttEngine = null
)

Parameters

maxGreetingTime
Type: SystemInt32
The maximum greeting time. Default value: 3000.
maxPauseTime
Type: SystemInt32
The maximum time of silence between two words. Default value: 600.
maxDelayTime
Type: SystemInt32
The maximum time of delay. Default value: 700.
timeout
Type: SystemInt32
The timeout of answering. Default value: 4000.
sttEngine (Optional)
Type: Ozeki.MediaISpeechToText
See Also