Volume Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets or sets the setting for the volume (loudness) of the style.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Property Volume As PromptVolume
	Get
	Set
Visual Basic (Usage)
Dim instance As PromptStyle
Dim value As PromptVolume

value = instance.Volume

instance.Volume = value
C#
public PromptVolume Volume { get; set; }

Property Value

Type: Microsoft.Speech.Synthesis..::..PromptVolume

Returns the setting for the volume (loudness) of the style.

See Also