org.robokind.impl.speechrec
Class PortableSpeechRecConfig
java.lang.Object
org.robokind.impl.speechrec.PortableSpeechRecConfig
- All Implemented Interfaces:
- SpeechRecConfig
public class PortableSpeechRecConfig
- extends Object
- implements SpeechRecConfig
- Author:
- Jason G. Pallack
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableSpeechRecConfig
public PortableSpeechRecConfig(SpeechRecConfigRecord record)
PortableSpeechRecConfig
public PortableSpeechRecConfig(SpeechRecConfig config)
PortableSpeechRecConfig
public PortableSpeechRecConfig(String speechRecServiceId,
String configSourceId,
long timestampMillisecUTC,
String vocabLocation)
getSpeechRecServiceId
public String getSpeechRecServiceId()
- Specified by:
getSpeechRecServiceId in interface SpeechRecConfig
getConfigSourceId
public String getConfigSourceId()
- Specified by:
getConfigSourceId in interface SpeechRecConfig
getTimestampMillisecUTC
public long getTimestampMillisecUTC()
- Specified by:
getTimestampMillisecUTC in interface SpeechRecConfig
getVocabLocation
public String getVocabLocation()
- Specified by:
getVocabLocation in interface SpeechRecConfig
getRecord
public SpeechRecConfigRecord getRecord()
Copyright © 2011-2012. All Rights Reserved.