-
- All Implemented Interfaces:
public class ASREvent extends SensorEventASREvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classASREvent.Builder
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()Get ASREvent's EventType Array<ASRItem>getASRList()static ASREvent.Builderbuilder()-
Methods inherited from class com.telenav.sdk.datacollector.model.event.SensorEvent
getEventData -
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEventType
EventType getEventType()
Get ASREvent's EventType
-
getASRList
Array<ASRItem> getASRList()
-
builder
static ASREvent.Builder builder()
-
-
-
-