org.robokind.api.speech
Interface SpeechConfig


public interface SpeechConfig

Configuration for a SpeechService.

Author:
Matthew Stevenson

Method Summary
 String getConfigSourceId()
           
 Double getSampleRate()
           
 String getSpeechServiceId()
           
 String getVoiceName()
           
 

Method Detail

getSpeechServiceId

String getSpeechServiceId()

getConfigSourceId

String getConfigSourceId()

getVoiceName

String getVoiceName()

getSampleRate

Double getSampleRate()


Copyright © 2011-2013. All Rights Reserved.