DetectAnsweringMachineActivity.MaximumUtteranceDurationToAssumePerson Property

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.

Gets or sets the maximum length of time of an answerer's response for which an answerer is assumed to be a person.

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

Syntax

'Declaration
<GlobalizedCategoryAttribute("SpeechCategory")> _
<GlobalizedDescriptionAttribute("DetectAnsweringMachineActivity_MaximumUtteranceDurationToAssumePerson")> _
<DefaultValueAttribute(GetType(TimeSpan), "00:00:01")> _
<TypeConverterAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.ShortTimeSpanConverter, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> _
Public Property MaximumUtteranceDurationToAssumePerson As TimeSpan
[GlobalizedCategoryAttribute("SpeechCategory")] 
[GlobalizedDescriptionAttribute("DetectAnsweringMachineActivity_MaximumUtteranceDurationToAssumePerson")] 
[DefaultValueAttribute(typeof(TimeSpan), "00:00:01")] 
[TypeConverterAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.ShortTimeSpanConverter, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] 
public TimeSpan MaximumUtteranceDurationToAssumePerson { get; set; }

Property Value

A TimeSpan that contains the maximum length of time of an answerer's response for which an answerer is assumed to be a person. The default value is 1 second.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

An attempt is made to set MaximumUtteranceDurationToAssumePerson to a value less than TimeSpan.Zero.

Remarks

The assumption that underlies this property is that humans usually answer the telephone with a response that is briefer than the typical answering machine message. A response whose length is less than MaximumUtteranceDurationToAssumePerson is assumed to come from a human speaker.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

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

DetectAnsweringMachineActivity Class
DetectAnsweringMachineActivity Members
Microsoft.SpeechServer.Dialog Namespace
DetectAnsweringMachineActivity.MaximumUtteranceDurationToAssumePersonProperty Field
MinimumUtteranceDurationToAssumeAnsweringMachine