Share via


SpeechCompositeActivity.LogResults 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 whether the data (prompts, grammars, and results) associated with this SpeechCompositeActivity should be logged.

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

Syntax

'Declaration
<GlobalizedDescriptionAttribute("SpeechCompositeActivity_LogResults")> _
<GlobalizedCategoryAttribute("SpeechCategory")> _
<DefaultValueAttribute(True)> _
Public Overridable Property LogResults As Boolean
[GlobalizedDescriptionAttribute("SpeechCompositeActivity_LogResults")] 
[GlobalizedCategoryAttribute("SpeechCategory")] 
[DefaultValueAttribute(true)] 
public virtual bool LogResults { get; set; }

Property Value

True if all user-related data is logged; otherwise False. When LogResults is False, the logging infrastructure limits the user data that it logs. The default value is True.

Remarks

Confidential user data, such as credit card numbers, should not be logged. If LogResults is False, the logging infrastructure does not log potentially sensitive user data. Otherwise, the logging infrastructure logs all prompts, grammars, and recognition results.

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

SpeechCompositeActivity Class
SpeechCompositeActivity Members
Microsoft.SpeechServer.Dialog Namespace
SpeechCompositeActivity.LogResultsProperty Field