TextToSpeechOptions.Speed Propiedad

Definición

Obtiene o establece el multiplicador de velocidad de voz.

public:
 property Nullable<float> Speed { Nullable<float> get(); void set(Nullable<float> value); };
public float? Speed { get; set; }
member this.Speed : Nullable<single> with get, set
Public Property Speed As Nullable(Of Single)

Valor de propiedad

Comentarios

Un valor de 1,0 representa la velocidad normal. Los valores mayores que 1,0 aumentan la velocidad; los valores inferiores a 1,0 reducen la velocidad. El intervalo válido es específico del proveedor.

Se aplica a