public class

NavTTSInfo

extends BaseModel
java.lang.Object
   ↳ com.tencent.navix.api.model.BaseModel
     ↳ com.tencent.navix.api.model.NavTTSInfo

Class Overview

TTS信息

Summary

Nested Classes
enum NavTTSInfo.BeepType 提示音类型  
Public Constructors
NavTTSInfo(int beepType, String content)
NavTTSInfo(int beepType, String content, int type)
Public Methods
NavTTSInfo.BeepType getBeepType()
播报提示音类型
String getContent()
播报文案
int getPriority()
播报优先级
int getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NavTTSInfo (int beepType, String content)

public NavTTSInfo (int beepType, String content, int type)

Public Methods

public NavTTSInfo.BeepType getBeepType ()

播报提示音类型

Returns
  • 播报提示音类型

public String getContent ()

播报文案

Returns
  • 播报文案

public int getPriority ()

播报优先级

Returns
  • 播报优先级

public int getType ()