WO2018121767A1 - 应用切换方法和装置 - Google Patents

应用切换方法和装置 Download PDF

Info

Publication number
WO2018121767A1
WO2018121767A1 PCT/CN2017/120085 CN2017120085W WO2018121767A1 WO 2018121767 A1 WO2018121767 A1 WO 2018121767A1 CN 2017120085 W CN2017120085 W CN 2017120085W WO 2018121767 A1 WO2018121767 A1 WO 2018121767A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
voice instruction
voice
foreground
instruction
Prior art date
Application number
PCT/CN2017/120085
Other languages
English (en)
French (fr)
Inventor
王嘉晋
熊友军
Original Assignee
深圳市优必选科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市优必选科技有限公司 filed Critical 深圳市优必选科技有限公司
Publication of WO2018121767A1 publication Critical patent/WO2018121767A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output
    • G06F3/167Audio in a user interface, e.g. using voice commands for navigating, audio feedback
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application

Definitions

  • the present invention relates to the field of speech recognition, and in particular to an application switching method and apparatus implemented by speech recognition.
  • robots in the industry generally need to use third-party applications. They need to click on the application icon on the display screen, or connect the robot through the mobile phone. After the PC is connected to the robot, the mobile phone or PC sends a command to open the third-party application to the robot to call the robot. On third-party applications, application switching is cumbersome.
  • the present invention aims to provide an application switching method and apparatus, which can solve the problem that an existing robot calls an application, and needs to be clicked on an application icon on a display screen, or connected via a mobile phone or a PC. After the robot, the mobile phone or PC sends a command to open the third-party application to the robot, which causes the switching problem to be cumbersome.
  • the application corresponding to the voice instruction runs to the foreground.
  • the receiving the voice instruction further includes:
  • the application switching method further includes:
  • the foreground application event is executed according to the voice instruction.
  • the starting or switching the application corresponding to the voice instruction to the foreground operation further comprising:
  • a corresponding application event is executed according to the voice instruction.
  • the application switching method further includes:
  • the application corresponding to the voice command is not found, the user is prompted to re-enter the voice command.
  • Application switching devices including:
  • a receiving module configured to receive a voice instruction
  • a searching module configured to match the received voice instruction with an application to find an application corresponding to the voice instruction
  • the switching module is configured to: if an application corresponding to the voice instruction is found, and the found application corresponding to the voice instruction is not an application running in the foreground, switch the application running in the foreground to the background, and The application corresponding to the voice instruction is started or switched to run in the foreground.
  • the application switching device further includes:
  • An acquisition module configured to acquire a voice instruction that the application can process, and associate the application with a voice instruction that can be processed by the application;
  • Adding a module for adding a voice instruction that the acquired application can process to the speech recognition engine Adding a module for adding a voice instruction that the acquired application can process to the speech recognition engine.
  • the application switching device further includes:
  • a first execution module configured to: if the application corresponding to the voice instruction is an application that is running in the foreground, execute a foreground application event according to the voice instruction;
  • the prompting module is configured to prompt the user to re-enter the voice instruction if the application corresponding to the voice instruction is not found.
  • the application switching device further includes:
  • the second execution module is configured to execute a corresponding application event according to the voice instruction.
  • Application switching devices including:
  • processors and memory for storing instructions executable by the processor
  • the processor is configured to:
  • the application corresponding to the voice instruction runs to the foreground.
  • the beneficial effects of the present invention are: by providing a voice instruction platform, acquiring a voice instruction, and acquiring an application associated with the voice instruction according to the voice instruction, thereby implementing an implicit adjustment by the voice control instruction. And how to switch apps. It solves the problem that the robot cannot currently adjust the interaction between the third-party application and the user according to the user's natural language. Therefore, on a robot that does not display the touch screen and fails to connect with the mobile phone or the PC, the three-party application capable of processing the user's needs can be seamlessly tuned and switched by the user's natural voice interaction for business processing.
  • FIG. 1 is a schematic flowchart of an application switching method according to Embodiment 1 of the present invention.
  • FIG. 2 is a schematic flowchart diagram of an application switching method according to Embodiment 2 of the present invention.
  • FIG. 3 is a schematic structural diagram of an application switching apparatus according to Embodiment 3 of the present invention.
  • FIG. 4 is a schematic structural diagram of an application switching apparatus according to Embodiment 4 of the present invention.
  • Embodiment 1 is a diagrammatic representation of Embodiment 1:
  • the application switching method shown in FIG. 1 includes the following steps:
  • the robot includes a voice input interface
  • the voice input interface may be a microphone input on the main body of the electronic device, a microphone matrix input, an external wired microphone (matrix) input, or a wireless device such as Bluetooth, FM, WiFi, etc. Audio input, and all other technology and interface devices that allow electronic devices to acquire vocals.
  • the robot control system may further perform noise removal processing on the voice information, and then the voice recognition engine identifies whether the voice information is a pre-stored voice command, and if yes, proceed to step S120.
  • the pre-stored voice command has been previously associated with the corresponding application, and if a voice command is received, the application information associated with the voice command is searched for.
  • Intent intent new Intent(Intent.ACTION_MAIN);
  • ComponentName cn new ComponentName(packageName,className);
  • a voice instruction is obtained, and an application associated with the voice instruction is retrieved according to the voice instruction, and a method for implicitly adjusting and switching the application through the voice control instruction is realized. It solves the problem that the robot cannot currently adjust the interaction between the third-party application and the user according to the user's natural language. Therefore, on a robot that does not display a touch screen and fails to connect with a mobile phone or a PC, the user can seamlessly mobilize and switch the corresponding three-party application capable of processing the user's needs through the user's natural voice interaction to perform business processing, thereby making the robot more humanized. User experience is better.
  • Embodiment 2 is a diagrammatic representation of Embodiment 1:
  • the application switching method shown in FIG. 2 includes:
  • S201 Acquire a voice instruction that the application can process, and associate the application with a voice instruction that can be processed by the application;
  • Steps S210, S220, and S230 respectively correspond to S110, S120, and S130 in the first embodiment, and are not described herein.
  • S240 Perform a corresponding application event according to the voice instruction.
  • the application corresponding to the voice instruction is started or switched to run in the foreground, and the corresponding application implements corresponding control or data processing, such as playing music, dancing, making tea, massage, and the like.
  • the found application corresponding to the voice instruction is an application running in the foreground, executing a foreground application event according to the voice instruction.
  • the current application continues to run, and if the application corresponding to the voice command is not found, it does not hinder the normal operation of the robot.
  • step S260 further includes step S260:
  • This provides a platform for third-party applications to dynamically register voice commands, allowing robots to implement the application of third-party service developers on the integrated Internet through voice interaction to meet the various needs of users.
  • Embodiment 3 is a diagrammatic representation of Embodiment 3
  • the application switching device shown in FIG. 3 includes:
  • the obtaining module 101 is configured to acquire a voice instruction that the application can process, and associate the application with a voice instruction that can be processed by the application;
  • the adding module 102 is configured to add a voice instruction that the acquired application can process to the voice recognition engine.
  • the receiving module 110 is configured to receive a voice instruction.
  • the searching module 120 is configured to match the received voice instruction with an application to find an application corresponding to the voice instruction;
  • the switching module 130 is started. If an application corresponding to the voice instruction is found, and the found application corresponding to the voice instruction is not an application running in the foreground, the application running in the foreground is switched to the background and started. Or switching the application corresponding to the voice instruction to the foreground to run.
  • the application switching device further includes:
  • the second execution module 140 is configured to execute a corresponding application event according to the voice instruction.
  • the application switching device may further include:
  • the first execution module 150 is configured to execute a foreground application event according to the voice instruction if the found application corresponding to the voice instruction is an application running in the foreground.
  • the prompting module 160 is configured to prompt the user to re-enter the voice instruction if the application corresponding to the voice instruction is not found.
  • the present invention can be implemented by means of software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, may be embodied in the form of a software product, which may be stored in a storage medium such as a ROM/RAM or a disk. , an optical disk, etc., includes instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present invention or portions of the embodiments.
  • a computer device which may be a personal computer, server, or network device, etc.
  • modules or units described as separate components may or may not be physically separate, and the components illustrated as modules or units may or may not be physical modules, both It can be located in one place or it can be distributed to multiple network modules. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment. Those of ordinary skill in the art can understand and implement without any creative effort.
  • the invention is applicable to a wide variety of general purpose or special purpose computing system environments or configurations.
  • Embodiment 4 is a diagrammatic representation of Embodiment 4:
  • the apparatus shown in FIG. 4 includes: a processor 200 and a memory 300 for storing instructions executable by the processor 200;
  • the processor 200 is configured to:
  • the application corresponding to the voice instruction runs to the foreground.
  • the device provided by the embodiment of the present invention obtains a voice instruction by providing a voice instruction platform, and acquires an application associated with the voice instruction according to the voice instruction, thereby implementing a method for implicitly adjusting and switching an application by using a voice control instruction. . It solves the problem that the robot cannot currently adjust the interaction between the third-party application and the user according to the user's natural language. Therefore, on a robot that does not display the touch screen and fails to connect with the mobile phone or the PC, the three-party application capable of processing the user's needs can be seamlessly tuned and switched by the user's natural voice interaction for business processing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

一种应用切换方法,包括以下步骤:接收语音指令(S110);将接收到的语音指令与应用进行匹配,查找与语音指令相对应的应用(S120);若查找到与语音指令相对应的应用,且找到的与语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与语音指令相对应的应用至前台运行(S130)。通过获取到语音指令,根据语音指令调取与语音指令相关联的应用,实现了一种通过语音控制指令隐式调起和切换应用的方法,解决了机器人上目前无法根据用户的自然语言来调起第三方应用与用户交互的问题,可以通过用户自然的语音交互无缝调起和切换对应的能处理用户需求的三方应用进行业务处理。

Description

应用切换方法和装置 技术领域
本发明涉及语音识别领域,特别涉及通过语音识别实现的应用切换方法和装置。
背景技术
目前业界的机器人,一般要调起第三方应用,都需要用在显示屏上点击应用图标,或者是通过手机,PC连接机器人后,由手机或者PC发送开启第三方应用的命令到机器人来调用机器人上的第三方应用,应用切换比较繁琐。
发明内容
为了克服现有技术的不足,本发明的目的在于提供应用切换方法和装置,其能解决现有的机器人调用应用程序时,都需要用在显示屏上点击应用图标,或者是通过手机,PC连接机器人后,由手机或者PC发送开启第三方应用的命令到机器人导致切换比较繁琐的问题。
本发明的目的采用以下技术方案实现:
应用切换方法,包括以下步骤:
接收语音指令;
将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运 行。
优选的,所述接收语音指令,之前还包括:
获取应用能处理的语音指令,并将应用与其能处理的语音指令进行关联;
将获取到的应用能处理的语音指令添加到语音识别引擎。
优选的,所述应用切换方法还包括:
若找到的与所述语音指令相对应的应用是前台正在运行的应用,则根据所述语音指令执行前台应用事件。
优选的,所述启动或者切换与所述语音指令相对应的应用至前台运行,之后还包括:
根据所述语音指令执行对应的应用事件。
优选的,所述应用切换方法还包括:
若没有找到与所述语音指令相对应的应用,则提示用户重新输入语音指令。
应用切换装置,包括:
接收模块,用于接收语音指令;
查找模块,用于将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
启动切换模块,用于若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
优选的,所述应用切换装置还包括:
获取模块,用于获取应用能处理的语音指令,并将应用与其能处理的语音指令进行关联;
添加模块,用于将获取到的应用能处理的语音指令添加到语音识别引擎。
优选的,所述应用切换装置还包括:
第一执行模块,用于若找到的与所述语音指令相对应的应用是前台正在运行的应用,则根据所述语音指令执行前台应用事件;
提示模块,用于若没有找到与所述语音指令相对应的应用,则提示用户重新输入语音指令。
优选的,所述应用切换装置还包括:
第二执行模块,用于根据所述语音指令执行对应的应用事件。
应用切换装置,包括:
处理器以及用于存储所述处理器可执行的指令的存储器;
所述处理器被配置为:
接收语音指令;
将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
相比现有技术,本发明的有益效果在于:通过提供一个语音指令平台,获取到语音指令,根据语音指令调取与语音指令相关联的应用,实现了一种通过语音控制指令隐式调起和切换应用的方法。解决了机器人上目前无法根据用户的自然语言来调起第三方应用与用户交互的问题。从而实现在没有显示触摸屏及未能与手机,PC连接的机器人上,可以通过用户自然的语音交互无缝调起和切换对应的能处理用户需求的三方应用进行业务处理。
附图说明
图1是本发明实施例一提供的应用切换方法的流程示意图。
图2是本发明实施例二提供的应用切换方法的流程示意图。
图3是本发明实施例三提供的应用切换装置的结构示意图。
图4是本发明实施例四提供的应用切换装置的结构示意图。
具体实施方式
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其他目的、特征和优点能够更明显易懂,以下特举较佳实施例,并配合附图,详细说明如下。
实施例一:
如图1所示的应用切换方法,包括以下步骤:
S110,接收语音指令;具体的,机器人包括语音输入接口,语音输入接口可以是电子设备主体上的麦克风输入、麦克风矩阵输入、外 接有线麦克风(矩阵)输入,也可以是蓝牙、FM、WiFi等无线音频输入,以及所有其他能让电子设备获取人声的技术和接口设备。机器人控制系统接收到语音信息后,进一步可以对语音信息进行去除噪声处理,然后语音识别引擎识别该语音信息是否为预先存储的语音指令,若是,则进行步骤S120。
S120,将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用。
预先存储的语音指令在之前已经与相应的应用进行了关联,如果接收到某条语音指令,则查找该语音指令所关联的应用信息。
S130,若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行,即启动语音指令发送方所请求调用的应用。
具体的,当语音指令要求启动另一个应用,一般我们知道了另一个应用的包名和MainActivity的名字之后便可以直接通过如下代码来启动:
[java]view plain copy
Intent intent=new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
ComponentName cn=new ComponentName(packageName,className);
intent.setComponent(cn);
startActivity(intent);
通过提供一个语音指令平台,获取到语音指令,根据语音指令调取与语音指令相关联的应用,实现了一种通过语音控制指令隐式调起 和切换应用的方法。解决了机器人上目前无法根据用户的自然语言来调起第三方应用与用户交互的问题。从而实现在没有显示触摸屏及未能与手机,PC连接的机器人上,可以通过用户自然的语音交互无缝调起和切换对应的能处理用户需求的三方应用进行业务处理,使机器人更加人性化,用户体验更好。
实施例二:
如图2所示的应用切换方法,包括:
S201,获取应用能处理的语音指令,并将应用与其能处理的语音指令进行关联;
S202,将获取到的应用能处理的语音指令添加到语音识别引擎。
S210,接收语音指令;
S220,将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
S230,若查找到与所述语音指令相对应的应用,则将当前正在运动的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
步骤S210、S220和S230,分别对应实施例一中的S110、S120和S130,不在赘述。
进一步,还包括以下步骤:
S240,根据所述语音指令执行对应的应用事件。启动或者切换与所述语音指令相对应的应用至前台运行,对应的应用实施相应的控制或数据处理,如播放音乐、跳舞、泡茶、按摩等。
S250,若找到的与所述语音指令相对应的应用是前台正在运行的应用,则根据所述语音指令执行前台应用事件。优选的继续运行当前应用,若没有找到与所述语音指令相对应的应用并不会妨碍机器人的正常运行。
进一步还包括步骤S260:
S260,若没有找到与所述语音指令相对应的应用,则提示用户重新输入语音指令。如果没有找到与所述语音指令相对应的应用,则可能是将语音指令与应用相互关联时出现错误或语音指令没有在应用失效后及时删除等原因,就可以提示用户重新输入语音指令,进行正确的关联更新。
从而提供了一个能让第三方应用动态注册语音指令的平台,让机器人可以通过语音交互实现集成互联网上第三方业务开发者的应用来满足用户的各种需求。
实施例三:
如图3所示的应用切换装置,包括:
获取模块101,用于获取应用能处理的语音指令,并将应用与其能处理的语音指令进行关联;
添加模块102,用于将获取到的应用能处理的语音指令添加到语音识别引擎。
接收模块110,用于接收语音指令;
查找模块120,用于将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
启动切换模块130,若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
在本实施例中,应用切换装置还包括:
第二执行模块140,用于根据所述语音指令执行对应的应用事件。
在另一实施例中,应用切换装置还可以包括:
第一执行模块150,用于若找到的与所述语音指令相对应的应用是前台正在运行的应用,则根据所述语音指令执行前台应用事件。
提示模块160,用于若没有找到与所述语音指令相对应的应用,则提示用户重新输入语音指令。
本实施例中的装置与前述实施例中的方法是基于同一发明构思下的两个方面,在前面已经对方法实施过程作了详细的描述,所以本领域技术人员可根据前述描述清楚地了解本实施中的系统的结构及实施过程,为了说明书的简洁,在此就不再赘述。
为了描述的方便,描述以上装置时以功能分为各种模块分别描述。当然,在实施本发明时可以把各模块的功能在同一个或多个软件和/或硬件中实现。
通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本发明可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在 存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例或者实施例的某些部分所述的方法。
描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的模块或单元可以是或者也可以不是物理上分开的,作为模块或单元示意的部件可以是或者也可以不是物理模块,既可以位于一个地方,或者也可以分布到多个网络模块上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。
本发明可用于众多通用或专用的计算系统环境或配置中。例如:个人计算机、服务器计算机、手持设备或便携式设备、平板型设备、多处理器系统、基于微处理器的系统、机顶盒、可编程的消费电子设备、网络PC、小型计算机、大型计算机、包括以上任何系统或设备的分布式计算环境等等,如实施例四。
实施例四:
如图4所示的装置,包括:处理器200以及用于存储处理器200可执行的指令的存储器300;
所述处理器200被配置为:
接收语音指令;
将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
若查找到与所述语音指令相对应的应用,且找到的与所述语音指 令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
本实施例中的装置与前述实施例中的方法是基于同一发明构思下的两个方面,在前面已经对方法实施过程作了详细的描述,所以本领域技术人员可根据前述描述清楚地了解本实施中的系统的结构及实施过程,为了说明书的简洁,在此就不再赘述。
本发明实施例提供的装置,通过提供一个语音指令平台,获取到语音指令,根据语音指令调取与语音指令相关联的应用,实现了一种通过语音控制指令隐式调起和切换应用的方法。解决了机器人上目前无法根据用户的自然语言来调起第三方应用与用户交互的问题。从而实现在没有显示触摸屏及未能与手机,PC连接的机器人上,可以通过用户自然的语音交互无缝调起和切换对应的能处理用户需求的三方应用进行业务处理。
对于本领域的技术人员来说,可根据以上描述的技术方案以及构思,做出其它各种相应的改变以及变形,而所有的这些改变以及变形都应该属于本发明权利要求的保护范围之内。

Claims (10)

  1. 应用切换方法,其特征在于,包括以下步骤:
    接收语音指令;
    将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
    若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
  2. 根据权利要求1所述的应用切换方法,其特征在于,所述接收语音指令,之前还包括:
    获取应用能处理的语音指令,并将应用与其能处理的语音指令进行关联;
    将获取到的应用能处理的语音指令添加到语音识别引擎。
  3. 根据权利要求1所述的应用切换方法,其特征在于,还包括:
    若找到的与所述语音指令相对应的应用是前台正在运行的应用,则根据所述语音指令执行前台应用事件。
  4. 根据权利要求1所述的应用切换方法,其特征在于,所述启动或者切换与所述语音指令相对应的应用至前台运行,之后还包括:
    根据所述语音指令执行对应的应用事件。
  5. 根据权利要求1-4中任一项所述的应用切换方法,其特征在于,还包括:
    若没有找到与所述语音指令相对应的应用,则提示用户重新输入 语音指令。
  6. 应用切换装置,其特征在于,包括:
    接收模块,用于接收语音指令;
    查找模块,用于将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
    启动切换模块,用于若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
  7. 根据权利要求6所述的应用切换装置,其特征在于,还包括:
    获取模块,用于获取应用能处理的语音指令,并将应用与其能处理的语音指令进行关联;
    添加模块,用于将获取到的应用能处理的语音指令添加到语音识别引擎。
  8. 根据权利要求6所述的应用切换装置,其特征在于,还包括:
    第一执行模块,用于若找到的与所述语音指令相对应的应用是前台正在运行的应用,则根据所述语音指令执行前台应用事件;
    提示模块,用于若没有找到与所述语音指令相对应的应用,则提示用户重新输入语音指令。
  9. 根据权利要求6所述的应用切换装置,其特征在于,还包括:
    第二执行模块,用于根据所述语音指令执行对应的应用事件。
  10. 应用切换装置,其特征在于,包括:
    处理器以及用于存储所述处理器可执行的指令的存储器;
    所述处理器被配置为:
    接收语音指令;
    将接收到的语音指令与应用进行匹配,查找与所述语音指令相对应的应用;
    若查找到与所述语音指令相对应的应用,且找到的与所述语音指令相对应的应用不是前台正在运行的应用,则将前台正在运行的应用切换到后台,并启动或者切换与所述语音指令相对应的应用至前台运行。
PCT/CN2017/120085 2016-12-31 2017-12-29 应用切换方法和装置 WO2018121767A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611264333.0A CN106648875A (zh) 2016-12-31 2016-12-31 应用切换方法和装置
CN201611264333.0 2016-12-31

Publications (1)

Publication Number Publication Date
WO2018121767A1 true WO2018121767A1 (zh) 2018-07-05

Family

ID=58838020

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/120085 WO2018121767A1 (zh) 2016-12-31 2017-12-29 应用切换方法和装置

Country Status (2)

Country Link
CN (1) CN106648875A (zh)
WO (1) WO2018121767A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860205A (zh) * 2021-03-17 2021-05-28 Vidaa美国公司 显示设备的通道切换方法及显示设备
CN113490041A (zh) * 2021-06-30 2021-10-08 Vidaa美国公司 语音功能切换方法及显示设备

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648875A (zh) * 2016-12-31 2017-05-10 深圳市优必选科技有限公司 应用切换方法和装置
CN110874201B (zh) * 2018-08-29 2023-06-23 斑马智行网络(香港)有限公司 交互方法、设备、存储介质和操作系统
CN112466300A (zh) * 2019-09-09 2021-03-09 百度在线网络技术(北京)有限公司 交互方法、电子设备、智能设备及可读存储介质
CN111002314A (zh) * 2019-12-26 2020-04-14 北京金山安全软件有限公司 一种机器人应用的下发方法、获取方法及装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8219146B2 (en) * 2009-11-06 2012-07-10 Sony Corporation Audio-only user interface mobile phone pairing
CN103593230A (zh) * 2012-08-13 2014-02-19 百度在线网络技术(北京)有限公司 移动终端的后台任务控制方法及移动终端
CN104461597A (zh) * 2013-09-24 2015-03-25 腾讯科技(深圳)有限公司 应用程序的启动控制方法及装置
CN105575390A (zh) * 2014-10-23 2016-05-11 中兴通讯股份有限公司 语音控制方法及装置
CN106157955A (zh) * 2015-03-30 2016-11-23 阿里巴巴集团控股有限公司 一种语音控制方法及装置
CN106648875A (zh) * 2016-12-31 2017-05-10 深圳市优必选科技有限公司 应用切换方法和装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8219146B2 (en) * 2009-11-06 2012-07-10 Sony Corporation Audio-only user interface mobile phone pairing
CN103593230A (zh) * 2012-08-13 2014-02-19 百度在线网络技术(北京)有限公司 移动终端的后台任务控制方法及移动终端
CN104461597A (zh) * 2013-09-24 2015-03-25 腾讯科技(深圳)有限公司 应用程序的启动控制方法及装置
CN105575390A (zh) * 2014-10-23 2016-05-11 中兴通讯股份有限公司 语音控制方法及装置
CN106157955A (zh) * 2015-03-30 2016-11-23 阿里巴巴集团控股有限公司 一种语音控制方法及装置
CN106648875A (zh) * 2016-12-31 2017-05-10 深圳市优必选科技有限公司 应用切换方法和装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860205A (zh) * 2021-03-17 2021-05-28 Vidaa美国公司 显示设备的通道切换方法及显示设备
CN113490041A (zh) * 2021-06-30 2021-10-08 Vidaa美国公司 语音功能切换方法及显示设备

Also Published As

Publication number Publication date
CN106648875A (zh) 2017-05-10

Similar Documents

Publication Publication Date Title
WO2018121767A1 (zh) 应用切换方法和装置
KR102490776B1 (ko) 디지털 개인 비서 내에서 헤드리스로 작업을 완료하기 위한 기법
US9218052B2 (en) Framework for voice controlling applications
CN112970059B (zh) 用于处理用户话语的电子装置及其控制方法
JP2022548064A (ja) 動的なコンテキスト対話セッション延長
JP2013513281A (ja) 携帯用端末機及びその制御方法{mobiledeviceandcontrolmethod}
JP2017524212A (ja) アプリケーションのインストールパッケージの処理方法、装置、プログラム及び記録媒体
US20210319347A1 (en) Fast and scalable multi-tenant serve pool for chatbots
US20220276722A1 (en) Expanding physical motion gesture lexicon for an automated assistant
US11146618B2 (en) Application interaction platform
US20220172722A1 (en) Electronic device for processing user utterance and method for operating same
US9535668B2 (en) Method, device, and storage medium for setting up application runtime environment
CN108874554B (zh) 信息通信方法及装置
US10834256B1 (en) Delivering content during a hold
WO2015062234A1 (zh) 移动终端资源处理方法、装置和设备
WO2015062240A1 (zh) 一种应用安装的方法、装置和设备
AU2019201441A1 (en) Electronic device for processing user voice input
US20080140390A1 (en) Solution for sharing speech processing resources in a multitasking environment
EP4044173B1 (en) Method and apparatus for text to speech, electronic device and storage medium
CN103631621A (zh) 一种信息提示方法及装置
US20220382599A1 (en) Method and apparatus for processing resource, electronic device and storage medium
WO2015184959A2 (en) Method and apparatus for playing behavior event
CN107015874B (zh) 数据传输控制方法、装置及终端
US9753741B2 (en) Remote inking
US20150100321A1 (en) Intelligent state aware system control utilizing two-way voice / audio communication

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17885571

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17885571

Country of ref document: EP

Kind code of ref document: A1