-
- All Implemented Interfaces:
public class TransportationModeClassificationEvent extends ApplicationEventTransportationModeClassificationEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumTransportationModeClassificationEvent.TransportationModeTransportationModeClassificationEvent TransportationMode
public classTransportationModeClassificationEvent.Builder
-
Method Summary
Modifier and Type Method Description TransportationModeClassificationEvent.TransportationModegetTransportationMode()Get Transportation mode as labeled by user DoublegetConfidence()Get Confidence of the detection result EventTypegetEventType()Get TransportationModeClassificationEvent's EventType static TransportationModeClassificationEvent.Builderbuilder()-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
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
-
getTransportationMode
TransportationModeClassificationEvent.TransportationMode getTransportationMode()
Get Transportation mode as labeled by user
-
getConfidence
Double getConfidence()
Get Confidence of the detection result
-
getEventType
EventType getEventType()
Get TransportationModeClassificationEvent's EventType
-
builder
static TransportationModeClassificationEvent.Builder builder()
-
-
-
-