org.robokind.api.speech
Interface SpeechEventList


public interface SpeechEventList

Contains a List of SpeechEvents and metadata about the event origin.

Author:
Matthew Stevenson

Method Summary
 List<SpeechEvent> getSpeechEvents()
          Returns the List of SpeechEvents.
 String getSpeechServiceId()
          Returns the id String of the SpeechService the events originated from.
 long getTimestampMillisecUTC()
          Returns the timestamp of the events.
 

Method Detail

getSpeechServiceId

String getSpeechServiceId()
Returns the id String of the SpeechService the events originated from.

Returns:
id String of the SpeechService the events originated from

getTimestampMillisecUTC

long getTimestampMillisecUTC()
Returns the timestamp of the events.

Returns:
timestamp of the events

getSpeechEvents

List<SpeechEvent> getSpeechEvents()
Returns the List of SpeechEvents.

Returns:
List of SpeechEvents


Copyright © 2011. All Rights Reserved.