org.robokind.impl.speech
Class PortableSpeechConfig
java.lang.Object
org.robokind.impl.speech.PortableSpeechConfig
- All Implemented Interfaces:
- SpeechConfig
public class PortableSpeechConfig
- extends Object
- implements SpeechConfig
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableSpeechConfig
public PortableSpeechConfig(SpeechConfigRecord record)
PortableSpeechConfig
public PortableSpeechConfig(SpeechConfig config)
PortableSpeechConfig
public PortableSpeechConfig(String speechServiceId,
String configSourceId,
String voiceName,
double sampleRate)
getSpeechServiceId
public String getSpeechServiceId()
- Specified by:
getSpeechServiceId in interface SpeechConfig
getConfigSourceId
public String getConfigSourceId()
- Specified by:
getConfigSourceId in interface SpeechConfig
getVoiceName
public String getVoiceName()
- Specified by:
getVoiceName in interface SpeechConfig
getSampleRate
public double getSampleRate()
- Specified by:
getSampleRate in interface SpeechConfig
getRecord
public SpeechConfigRecord getRecord()
Copyright © 2011-2012. All Rights Reserved.