TencentNavKit
TNKNavTTS.h
Go to the documentation of this file.
1//
2// TNKNavTTS.h
3// TencentNavKit
4//
5// Created by Tencent on 2018/3/1.
6// Copyright © 2018年 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
14typedef enum _TNKNavTTSMode
15{
20
24typedef enum _TNKNavTTSVoiceType {
28
32@interface TNKNavTTS : NSObject
33
37@property (nonatomic, copy, nonnull) NSString *ttsString;
38
42@property (nonatomic, assign) TNKNavTTSVoiceType voiceType;
43
44@end
_TNKNavTTSMode
导航播报模式
Definition: TNKNavTTS.h:15
@ TNKNavTTSModeSilent
静音
Definition: TNKNavTTS.h:18
@ TNKNavTTSModeDefault
标准模式
Definition: TNKNavTTS.h:16
@ TNKNavTTSModeBrief
简洁
Definition: TNKNavTTS.h:17
enum _TNKNavTTSMode TNKNavTTSMode
导航播报模式
enum _TNKNavTTSVoiceType TNKNavTTSVoiceType
声音类型.
_TNKNavTTSVoiceType
声音类型.
Definition: TNKNavTTS.h:24
@ TNKNavTTSVoiceTypeNone
Definition: TNKNavTTS.h:25
@ TNKNavTTSVoiceTypeBeep
Definition: TNKNavTTS.h:26
TTS播报内容
Definition: TNKNavTTS.h:33
NSString * ttsString
播报的字符串内容.
Definition: TNKNavTTS.h:37
TNKNavTTSVoiceType voiceType
声音类型.
Definition: TNKNavTTS.h:42