您的位置:首页 > 移动开发 > Android开发

国行的Moto 360 语音口令 ,Android Wear 的口令,语音命令,语音控制

2016-01-30 11:51 453 查看
国行的Moto 360 语音口令 ,Android Wear 的口令,语音命令.

先说“你好安卓”,进入"倾听中。。"的界面

1:叫车,就说“帮我叫辆车”,MOTO
360 国行未支持。

2:打开记事本,就说“打开一个记事本”。MOTO 360 国行未支持。

3:设置闹钟,就说"设置一个8点钟的闹钟","明天早上8点钟叫醒我","6分钟以后叫醒我"

4:设置倒计时,就说"设置一个10分钟的倒计时器"

5:停止手表,就说"开始关闭手表"
MOTO 360 国行未支持。

6:骑行,就说"开始骑车","停止骑车",MOTO 360 国行未支持。

7:跑步,就说"跟着我跑步"(不行,英文是 track my run不确定中文口令到底是什么),"开始跑步","停止跑步",MOTO 360 国行未支持。

8:锻炼,就说"开始锻炼","跟踪锻炼"(不行,英文是track my workout,不确定中文口令到底是什么),"停止锻炼",MOTO
360 国行未支持。

9:心率,就说"我的心跳是多少"," 我的心率是多少"(bpm就是指的每分钟跳动多少次blows per minute)

10:步数,就说"我走了多少步"

Here is a list of the voice intents supported by the Wear platform:
NameExample PhrasesIntent
Call a car/taxi"OK Google, get me a taxi"

"OK Google, call me a car"
Action
com.google.android.gms.actions.RESERVE_TAXI_RESERVATION

Take a note"OK Google, take a note"

"OK Google, note to self"
Action
android.intent.action.SEND
Category
com.google.android.voicesearch.SELF_NOTE
Extras
android.content.Intent.EXTRA_TEXT
- a string with note body
Set alarm"OK Google, set an alarm for 8 AM"

"OK Google, wake me up at 6 tomorrow"
Action
android.intent.action.SET_ALARM
Extras
android.provider.AlarmClock.EXTRA_HOUR
- an integer with the hour of the alarm.
android.provider.AlarmClock.EXTRA_MINUTES
- an integer with the minute of the alarm
(these 2 extras are optional, either none or both are provided)

Set timer"Ok Google, set a timer for 10 minutes"Action
android.intent.action.SET_TIMER
Extras
android.provider.AlarmClock.EXTRA_LENGTH
- an integer in the range of 1 to 86400 (number of seconds in 24 hours) representing the length of the timer
Start stopwatch"Ok Google, start stopwatch"Action
com.google.android.wearable.action.STOPWATCH

Start/Stop a bike ride"OK Google, start cycling"

"OK Google, start my bike ride"

"OK Google, stop cycling"
Action
vnd.google.fitness.TRACK
Mime Type
vnd.google.fitness.activity/biking
Extras
actionStatus
- a string with the value
ActiveActionStatus
when starting and
CompletedActionStatus
when stopping.
Start/Stop a run"OK Google, track my run"

"OK Google, start running"

"OK Google, stop running"
Action
vnd.google.fitness.TRACK
MimeType
vnd.google.fitness.activity/running
Extras
actionStatus
- a string with the value
ActiveActionStatus
when starting and
CompletedActionStatus
when stopping
Start/Stop a workout"OK Google, start a workout"

"OK Google, track my workout"

"OK Google, stop workout"
Action
vnd.google.fitness.TRACK
MimeType
vnd.google.fitness.activity/other
Extras
actionStatus
- a string with the value
ActiveActionStatus
when starting and
CompletedActionStatus
when stopping
Show heart rate"OK Google, what’s my heart rate?"

"OK Google, what’s my bpm?"
Action
vnd.google.fitness.VIEW
Mime Type
vnd.google.fitness.data_type/com.google.heart_rate.bpm

Show step count"OK Google, how many steps have I taken?"

"OK Google, what’s my step count?"
Action
vnd.google.fitness.VIEW
Mime Type
vnd.google.fitness.data_type/com.google.step_count.cumulative

For documentation on registering for platform intents and accessing the extras information contained in them
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: