public abstract class VoiceContext<T extends VoiceContext> extends Object implements Serializable
| コンストラクタと説明 |
|---|
VoiceContext(String text,
String speaker) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected VoiceTextFields |
build() |
T |
pitch(int pitch) |
void |
speak() |
void |
speak(String apiKey) |
T |
speed(int speed) |
T |
volume(int volume) |
public T pitch(int pitch)
public T speed(int speed)
public T volume(int volume)
protected VoiceTextFields build()
public void speak(String apiKey) throws InterruptedException
public void speak()
throws InterruptedException
Copyright © 2014. All Rights Reserved.