PromptStyle.Volume Propriedade
Definição
Obtém ou define a configuração para o volume (intensidade) do estilo.Gets or sets the setting for the volume (loudness) of the style.
public:
property System::Speech::Synthesis::PromptVolume Volume { System::Speech::Synthesis::PromptVolume get(); void set(System::Speech::Synthesis::PromptVolume value); };
public System.Speech.Synthesis.PromptVolume Volume { get; set; }
member this.Volume : System.Speech.Synthesis.PromptVolume with get, set
Public Property Volume As PromptVolume
Valor da propriedade
Retorna a configuração do volume (intensidade) do estilo.Returns the setting for the volume (loudness) of the style.
Comentários
A Default configuração para o PromptVolume é um volume completo, que é o mesmo que ExtraLoud .The Default setting for PromptVolume is full volume, which is the same as ExtraLoud. As outras configurações diminuem o volume de saída de fala em relação ao volume completo.The other settings decrease the volume of speech output relative to full volume.