Partager via


RecordCompletionType Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines the values returned by the CompletionType property.

Namespace: Microsoft.SpeechServer
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
Public Enumeration RecordCompletionType
public enum RecordCompletionType

Members

Member name Description
Disconnected Indicates that the user hung up during recording.
EndSilenceExceeded Indicates that the user spoke and then paused for at least the duration of the EndSilenceTimeout.
InitialSilenceTimeoutExpired Indicates that the InitialSilenceTimeout is exceeded.
MaxRecordingDurationExceeded Indicates that the MaxRecordingDuration is exceeded.
None Indicates that the recording failed due to an unspecified exception.
Stopped Indicates that the application stopped recording by using a call to RecordAsyncStop.
StoppedOnDtmf Indicates that the application stopped because of DTMF input.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

Microsoft.SpeechServer Namespace