org.robokind.impl.speechrec
Class PortableSpeechRecConfig

java.lang.Object
  extended by org.robokind.impl.speechrec.PortableSpeechRecConfig
All Implemented Interfaces:
SpeechRecConfig

public class PortableSpeechRecConfig
extends Object
implements SpeechRecConfig

Author:
Jason G. Pallack

Nested Class Summary
static class PortableSpeechRecConfig.Factory
           
static class PortableSpeechRecConfig.MessageRecordAdapter
           
static class PortableSpeechRecConfig.RecordMessageAdapter
           
 
Constructor Summary
PortableSpeechRecConfig(SpeechRecConfig config)
           
PortableSpeechRecConfig(SpeechRecConfigRecord record)
           
PortableSpeechRecConfig(String speechRecServiceId, String configSourceId, long timestampMillisecUTC, String vocabLocation)
           
 
Method Summary
 String getConfigSourceId()
           
 SpeechRecConfigRecord getRecord()
           
 String getSpeechRecServiceId()
           
 long getTimestampMillisecUTC()
           
 String getVocabLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortableSpeechRecConfig

public PortableSpeechRecConfig(SpeechRecConfigRecord record)

PortableSpeechRecConfig

public PortableSpeechRecConfig(SpeechRecConfig config)

PortableSpeechRecConfig

public PortableSpeechRecConfig(String speechRecServiceId,
                               String configSourceId,
                               long timestampMillisecUTC,
                               String vocabLocation)
Method Detail

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.