Class VoiceGuidance
- java.lang.Object
-
- com.esri.arcgisruntime.navigation.VoiceGuidance
-
public final class VoiceGuidance extends java.lang.Object
Direction guidance text reformatted for speech. Contains voice guidance and type.- Since:
- 100.6.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VoiceGuidance.Type
The list ofVoiceGuidance
notification types.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
Gets the voice guidance.VoiceGuidance.Type
getType()
Gets the voice guidance type.
-
-
-
Method Detail
-
getText
public java.lang.String getText()
Gets the voice guidance.String representation of voice guidance text instruction. This text can be passed to a text to speech engine.
- Returns:
- the voice guidance
- Since:
- 100.6.0
-
getType
public VoiceGuidance.Type getType()
Gets the voice guidance type.- Returns:
- the voice guidance type
- Since:
- 100.6.0
-
-