TextToSpeechOptions.Speed 속성

정의

음성 속도 승수를 가져오거나 설정합니다.

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)

속성 값

설명

값 1.0은 정상 속도를 나타냅니다. 1.0보다 큰 값은 속도를 높입니다. 값이 1.0보다 작을 경우 속도가 감소합니다. 유효한 범위는 공급자별 범위입니다.

적용 대상