org.mechio.api.speech
Interface SpeechRequest


public interface SpeechRequest

Defines a request for a SpeechService to speak a phrase.

Author:
Matthew Stevenson

Method Summary
 java.lang.String getPhrase()
          Returns the phrase the SpeechService is being requested to speak.
 java.lang.String getRequestSourceId()
          Returns the id String of the service making the request.
 java.lang.String getSpeechServiceId()
          Returns the id String of request's intended SpeechService.
 java.lang.Long getTimestampMillisecUTC()
          Returns the timestamp of the request.
 

Method Detail

getSpeechServiceId

java.lang.String getSpeechServiceId()
Returns the id String of request's intended SpeechService.

Returns:
id String of request's intended SpeechService

getRequestSourceId

java.lang.String getRequestSourceId()
Returns the id String of the service making the request.

Returns:
id String of the service making the request

getTimestampMillisecUTC

java.lang.Long getTimestampMillisecUTC()
Returns the timestamp of the request.

Returns:
timestamp of the request

getPhrase

java.lang.String getPhrase()
Returns the phrase the SpeechService is being requested to speak.

Returns:
phrase the SpeechService is being requested to speak


Copyright © 2011-2014. All Rights Reserved.