WO2016091095A1 - Searching method and system based on touch operation on terminal interface - Google Patents

Searching method and system based on touch operation on terminal interface Download PDF

Info

Publication number
WO2016091095A1
WO2016091095A1 PCT/CN2015/096018 CN2015096018W WO2016091095A1 WO 2016091095 A1 WO2016091095 A1 WO 2016091095A1 CN 2015096018 W CN2015096018 W CN 2015096018W WO 2016091095 A1 WO2016091095 A1 WO 2016091095A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface
mask
terminal
search
searched
Prior art date
Application number
PCT/CN2015/096018
Other languages
French (fr)
Chinese (zh)
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 WO2016091095A1 publication Critical patent/WO2016091095A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9038Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Definitions

  • the present invention relates to the field of search technologies, and in particular, to a method and system for searching based on a touch operation of a terminal interface.
  • the search service on the terminal (for example, a smart phone) is input based on the search box, and the user needs to input keywords into the search box cumbersomely, so that the search result related to the keyword can be displayed on the terminal display interface by the search engine. , but the search method is very inefficient and the search experience is very poor.
  • the search application needs to be opened first, and after the application pops up in the search box, the search box is further Entering keywords is very inconvenient.
  • the present invention has been made in order to provide a method for searching based on a terminal interface touch operation that overcomes the above problems or at least partially solves the above problems, and a corresponding system for searching based on a touch interface operation of a terminal interface. .
  • a method for performing a search based on a touch operation of a terminal interface includes:
  • the current interface display area of the terminal is screened to obtain a screenshot of the current interface display area of the terminal, and the screenshot is used as a mask covering the display area of the terminal interface;
  • a system for searching based on a touch operation of a terminal interface comprising:
  • the mask generator is adapted to screen the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and the screenshot As a mask covering the display area of the terminal interface;
  • the touch receiver is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
  • the recognition searcher is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
  • a computer program comprising computer readable code, when the computer readable code is run on a computing device, causes the computing device to perform a terminal based interface touch as described above Control the method of searching for operations.
  • the invention selects a to-be-searched interface area on the mask according to the touch operation, and identifies an element included in the to-be-searched interface area, according to the identified element, by receiving a touch operation of the user on the mask.
  • the search omits the process of the user cumbersomely entering keywords into the search box, making the search more convenient.
  • FIG. 1 is a flow chart showing the steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention
  • FIG. 2 is a flow chart showing the steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention
  • FIG. 3 is a diagram showing an example of an interface area to be searched according to an embodiment of the present invention.
  • FIG. 4 is a diagram showing an example of a terminal interface display area after element push according to an embodiment of the present invention.
  • FIG. 5 is a flow chart showing the steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention
  • FIG. 6 is a diagram showing an example of display of a search result item according to an embodiment of the present invention.
  • FIG. 7 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention
  • FIG. 8 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention
  • Figure 9 shows a block diagram of a computing device for performing a method in accordance with the present invention.
  • Figure 10 shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • FIG. 1 is a flow chart of steps of a method for searching based on a touch operation of a terminal interface according to an embodiment of the present invention; referring to FIG. 1, the method includes:
  • the user can trigger the interface touch search request in multiple ways, for example, the user can trigger the search floating window on the screen, or trigger the interface touch search request through shortcuts such as buttons or gestures. This example does not limit this.
  • the current interface display area of the terminal is screened first, and then the screenshot is used as a mask covering the display area of the terminal interface, so that the application or program running in the background of the terminal is not affected, and after the entire search interaction ends, Can return to the original browsing interface, and thus improve the user experience to a certain extent.
  • the screenshot is only used as a pure transparent mask covering the display area of the terminal interface, the content may be misidentified by the user as the terminal does not generate a response because the mask is consistent with the content displayed on the display interface of the terminal interface.
  • the mask is set to be semi-transparent, and the user can be effectively presented.
  • S102 Receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
  • the touch operation of the user on the mask such as touching the touch point controlled by the screen by the user's finger or the sensor pen, and the selection method can be selected by sliding, or circleing on the screen with a finger/stylus, etc., thereby selecting The interface area to be searched and the like.
  • S103 Identify an element included in the to-be-searched interface area, and perform a search according to the identified element.
  • the interface to be searched only contains one type of element, such as a piece of text, or a picture, and of course, may also contain multiple types of elements, such as containing both text and
  • the types of the elements include, but are not limited to, characters, pictures, and symbols.
  • the user by receiving a touch operation on the mask, the user selects an interface to be searched on the mask according to the touch operation, and identifies an element included in the interface to be searched.
  • OCR optical character recognition technology can be used to identify text elements.
  • You can also recognize text elements by calling controls supported by the operating system, such as the Uiautomater control.
  • You can also identify the search by face recognition technology.
  • the elements contained in the interface area are not image faces, and other pictures can be identified by similar image recognition technology on the Internet.
  • multiple recognition technologies can be combined to improve the recognition. degree.
  • the identified element directly jumps to the search interface, thereby omitting the process of the user inputting the keyword into the search box cumbersomely, or the user needs to copy the page content first, and then open the tedious process of the search client pasteing into the search box. Make the entire search interaction more convenient.
  • FIG. 2 is a flow chart of steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; the method of this embodiment includes:
  • S202 Detecting a touch trajectory generated by a touch operation performed by the user on the mask, displaying an interface area to be searched corresponding to the touch trajectory on the mask, and displaying a difference in display manner of the interface area to be searched And other areas on the mask;
  • the presentation manner of the interface to be searched is distinguished from other areas on the mask.
  • step S202 is substantially a preferred embodiment of step S102 in the embodiment shown in FIG. 1. Way of application.
  • the display manner of the interface region to be searched may be displayed in a highlighted or fully transparent form, and the mask is displayed.
  • the other areas on the top may still be displayed in a semi-transparent form, or may be displayed in the form of gray scales.
  • other areas A on the mask are displayed in grayscale or fuzzy form, and the The search interface area B is displayed in a fully transparent form.
  • the difference in the manner of presentation may be implemented in other manners, which is not limited by the embodiment of the present invention.
  • S203 Identify an element included in the interface area to be searched, and remove the mask.
  • the element is pushed to a search box C located in the display area of the terminal interface; if the user clicks on the The first icon D in the terminal interface display area is searched according to the element.
  • the elements included in the interface to be searched are identified, the elements need to be pushed to the search box located in the display area of the terminal interface, and if the mask is still retained, it is difficult to use.
  • the elements that are pushed into the search box are seen, so the mask needs to be removed after identifying the elements contained in the interface area to be searched.
  • step S203 is substantially a preferred embodiment of step S103 in the embodiment shown in FIG. 1.
  • the search box since the element is to be pushed to the search box located in the display area of the terminal interface, the search box needs to be popped up in the display area of the terminal interface.
  • the search is performed according to the element.
  • FIG. 5 is a flowchart of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; the method of this embodiment includes:
  • S502 Receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
  • S503 Identify an element included in the to-be-searched interface area, and perform a search according to the identified element.
  • steps S501 to S503 are substantially the same as S101 to S103 of the embodiment shown in FIG. 1, and thus are not described herein again.
  • the search result item may be displayed in various forms.
  • the element related to the element is displayed in the form of a combination of an application card, a text item, and a graphic in the terminal interface display area.
  • the search result item, FIG. 6 is a display manner of the search result item, and of course, it can also be displayed in other forms, which is not limited by the embodiment of the present invention.
  • the method further includes: if the user clicks on the second icon (ie, “E” in FIG. 3) disposed in the mask, triggering to identify the to-be-searched interface The elements contained within the area.
  • the main body of the method of the embodiment shown in FIG. 1 and FIG. 2 is a terminal, and the terminal may be a desktop computer with a touch screen, a notebook, a mobile phone, a tablet computer, etc., in the embodiment of the present invention. There is no restriction on this.
  • FIG. 7 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention. referring to FIG. 7, the system includes:
  • the mask generator 701 is adapted to screen the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and use the screenshot as the coverage of the terminal interface. a mask of the display area;
  • the touch receiver 702 is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
  • the identification searcher 703 is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
  • the mask generator is further adapted to: use the screenshot as a mask in a semi-transparent state covering the display interface of the terminal interface.
  • the display manner of the interface area to be searched is highlighted. Or in a fully transparent form;
  • the touch receiver is further configured to detect a touch trajectory generated based on a touch operation of the user on the mask, and display the same on the mask
  • the interface area to be searched corresponding to the touch track is displayed, and the display manner of the interface area to be searched is different from other areas on the mask.
  • the identification searcher is further adapted to remove the mask, and push the element to a search box located in a display area of the terminal interface;
  • the recognition searcher is further adapted to perform a search according to the element.
  • FIG. 8 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention. referring to FIG. 8, the system includes:
  • the mask generator 801 is adapted to take a screenshot of the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and use the screenshot as the coverage of the terminal interface. a mask of the display area;
  • the touch receiver 802 is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
  • the identification searcher 803 is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
  • a search presenter 804 is adapted to display search result items related to the element in the terminal interface display area.
  • the search presenter 804 is further adapted to display a search related to the element in a combination of an application card, a text entry, and a graphic in the terminal interface display area. Result item.
  • the element includes at least one of a character, a picture, and a symbol.
  • the identification searcher when the user clicks on the second icon disposed in the mask, the identification searcher is further adapted to trigger identification of an element included in the to-be-searched interface area.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the components of the system for searching based on terminal interface touch operations in accordance with embodiments of the present invention. Or all features.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 9 shows a block diagram of a computing device for performing the method in accordance with the present invention.
  • the computing device conventionally includes a computer program product or computer readable medium in the form of a processor 910 and a memory 920.
  • the memory 920 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • the memory 920 has a storage space 930 that stores program code 931 for performing any of the method steps described above.
  • storage space 930 storing program code may include various program code 931 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 920 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit comprises computer readable code 931' for performing the steps of the method according to the invention, ie code that can be read by a processor such as 910, which causes the calculation when the code is run by the computing device The device performs the various steps in the methods described above.

Abstract

A searching method and system based on a touch operation on a terminal interface relate to the technical field of searching. The method comprises: when a user triggers an interface touch searching request, performing screen capturing on a current interface display area of a terminal, so as to obtain a screenshot of the current interface display area of the terminal, and using the screenshot as a mask for covering the interface display area of the terminal (S101); receiving a touch operation of the user on the mask, and selecting a to-be-searched interface area from the mask according to the touch operation (S102); and identifying an element comprised in the to-be-searched interface area, and performing a search according to the identified element (S103). A touch operation of a user on a mask is received, a to-be-searched interface area is selected from the mask according to the touch operation, an element comprised in the to-be-searched interface area is identified, and a search is performed according to the identified element, so that the process in which the user tediously inputs a keyword in a search box is omitted, and the search is more convenient.

Description

基于终端界面触控操作进行搜索的方法及系统Method and system for searching based on touch operation of terminal interface 技术领域Technical field
本发明涉及搜索技术领域,特别涉及一种基于终端界面触控操作进行搜索的方法及系统。The present invention relates to the field of search technologies, and in particular, to a method and system for searching based on a touch operation of a terminal interface.
背景技术Background technique
终端(例如:智能手机)上的搜索服务,都是基于搜索框输入的,用户需要繁琐地向搜索框中输入关键词,才能由搜索引擎将与关键词相关的搜索结果展示于终端显示界面上,但该搜索方式的效率很低,搜索体验非常差。The search service on the terminal (for example, a smart phone) is input based on the search box, and the user needs to input keywords into the search box cumbersomely, so that the search result related to the keyword can be displayed on the terminal display interface by the search engine. , but the search method is very inefficient and the search experience is very poor.
尤其是用户在使用终端的过程中,当对终端显示界面上的字符、图像等元素有即时的搜索需求时,需要先打开搜索应用程序,在应用程序弹出搜索框中后,在搜索框中再输入关键词,非常的不便捷。In particular, when the user is using the terminal, when there is an immediate search requirement for characters, images, and the like on the terminal display interface, the search application needs to be opened first, and after the application pops up in the search box, the search box is further Entering keywords is very inconvenient.
发明内容Summary of the invention
鉴于上述问题,提出了本发明以便提供一种克服上述问题或者至少部分地解决上述问题的一种基于终端界面触控操作进行搜索的方法和相应的一种基于终端界面触控操作进行搜索的系统。In view of the above problems, the present invention has been made in order to provide a method for searching based on a terminal interface touch operation that overcomes the above problems or at least partially solves the above problems, and a corresponding system for searching based on a touch interface operation of a terminal interface. .
依据本发明的一个方面,提供了一种基于终端界面触控操作进行搜索的方法,所述方法包括:According to an aspect of the present invention, a method for performing a search based on a touch operation of a terminal interface is provided, and the method includes:
当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;When the user triggers the interface touch search request, the current interface display area of the terminal is screened to obtain a screenshot of the current interface display area of the terminal, and the screenshot is used as a mask covering the display area of the terminal interface;
接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;Receiving a touch operation of the user on the mask, and selecting an interface area to be searched on the mask according to the touch operation;
识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。Identifying elements included in the to-be-searched interface area, and searching according to the identified elements.
依据本发明的另一方面,提供了一种基于终端界面触控操作进行搜索的系统,所述系统包括:According to another aspect of the present invention, a system for searching based on a touch operation of a terminal interface is provided, the system comprising:
蒙板生成器,适于当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图 作为覆盖所述终端界面显示区域的蒙板;The mask generator is adapted to screen the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and the screenshot As a mask covering the display area of the terminal interface;
触控接收器,适于接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;The touch receiver is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
识别搜索器,适于识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。The recognition searcher is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
根据本发明的又一个方面还提供了一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行如上文所述的基于终端界面触控操作进行搜索的方法。According to still another aspect of the present invention, a computer program comprising computer readable code, when the computer readable code is run on a computing device, causes the computing device to perform a terminal based interface touch as described above Control the method of searching for operations.
根据本发明的再一个方面还提供了一种计算机可读介质,其中存储了上述的计算机程序。According to still another aspect of the present invention, there is provided a computer readable medium storing the above computer program.
本发明通过接收用户在蒙板上的触控操作,根据所述触控操作在所述蒙板上选择待搜索界面区域,识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索,从而省略了用户繁琐地向搜索框中输入关键词的过程,使得搜索更加便捷。The invention selects a to-be-searched interface area on the mask according to the touch operation, and identifies an element included in the to-be-searched interface area, according to the identified element, by receiving a touch operation of the user on the mask. The search omits the process of the user cumbersomely entering keywords into the search box, making the search more convenient.
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。The above description is only an overview of the technical solutions of the present invention, and the above-described and other objects, features and advantages of the present invention can be more clearly understood. Specific embodiments of the invention are set forth below.
附图说明DRAWINGS
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those skilled in the art from a The drawings are only for the purpose of illustrating the preferred embodiments and are not to be construed as limiting. Throughout the drawings, the same reference numerals are used to refer to the same parts. In the drawing:
图1是本发明一个实施例的一种基于终端界面触控操作进行搜索的方法的步骤流程图;1 is a flow chart showing the steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention;
图2是本发明一个实施例的一种基于终端界面触控操作进行搜索的方法的步骤流程图;2 is a flow chart showing the steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention;
图3是本发明一个实施例的一种待搜索界面区域的示例图;3 is a diagram showing an example of an interface area to be searched according to an embodiment of the present invention;
图4是本发明一个实施例的一种元素推送后的终端界面显示区域的示例图; 4 is a diagram showing an example of a terminal interface display area after element push according to an embodiment of the present invention;
图5是本发明一个实施例的一种基于终端界面触控操作进行搜索的方法的步骤流程图;FIG. 5 is a flow chart showing the steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; FIG.
图6是本发明一个实施例的一种搜索结果项的展示示例图;6 is a diagram showing an example of display of a search result item according to an embodiment of the present invention;
图7是本发明一个实施例的一种基于终端界面触控操作进行搜索的系统的结构框图;7 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention;
图8是本发明一个实施例的一种基于终端界面触控操作进行搜索的系统的结构框图;FIG. 8 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; FIG.
图9示出了用于执行根据本发明的方法的计算设备的框图;以及Figure 9 shows a block diagram of a computing device for performing a method in accordance with the present invention;
图10示出了用于保持或者携带实现根据本发明的方法的程序代码的存储单元。Figure 10 shows a storage unit for holding or carrying program code implementing the method according to the invention.
具体实施例Specific embodiment
下面结合附图和实施例,对本发明的具体实施方式作进一步详细描述。以下实施例用于说明本发明,但不用来限制本发明的范围。The specific embodiments of the present invention are further described in detail below with reference to the drawings and embodiments. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
图1是本发明一个实施例的一种基于终端界面触控操作进行搜索的方法的步骤流程图;参照图1,所述方法包括:1 is a flow chart of steps of a method for searching based on a touch operation of a terminal interface according to an embodiment of the present invention; referring to FIG. 1, the method includes:
S101:当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;S101: When the user triggers the interface touch search request, the current interface display area of the terminal is screened to obtain a screenshot of the current interface display area of the terminal, and the screenshot is used as a mask covering the display area of the terminal interface;
需要说明的是,用户可通过多种方式实现触发界面触控搜索请求,比如用户可以触发屏幕上的搜索悬浮窗,或者通过一些按钮或手势等快捷方式来触发界面触控搜索请求,本发明实施例对此不加以限制。It should be noted that the user can trigger the interface touch search request in multiple ways, for example, the user can trigger the search floating window on the screen, or trigger the interface touch search request through shortcuts such as buttons or gestures. This example does not limit this.
可理解的是,先将终端当前界面显示区域进行截屏,再将截图作为覆盖所述终端界面显示区域的蒙板,能够使终端后台运行的应用或程序不造成影响,在整个搜索交互结束后又能回到原来的浏览界面,进而在一定程度上提高用户体验。It can be understood that the current interface display area of the terminal is screened first, and then the screenshot is used as a mask covering the display area of the terminal interface, so that the application or program running in the background of the terminal is not affected, and after the entire search interaction ends, Can return to the original browsing interface, and thus improve the user experience to a certain extent.
当然,若仅将所述截图作为覆盖所述终端界面显示区域的纯透明蒙板,由于所述蒙板与所述终端界面显示区域所展示的内容一致,可能让用户误认为终端没有产生响应,为避免该问题的产生,本实施例中,将所述蒙板设为半透明状态,能够有效提示用户。Of course, if the screenshot is only used as a pure transparent mask covering the display area of the terminal interface, the content may be misidentified by the user as the terminal does not generate a response because the mask is consistent with the content displayed on the display interface of the terminal interface. In order to avoid this problem, in the embodiment, the mask is set to be semi-transparent, and the user can be effectively presented.
S102:接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域; S102: Receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
用户在蒙板上的触控操作,比如通过用户手指或感应笔来触控屏幕控制的触摸点,选择的方式可以以手指/触控笔等在屏幕上的滑动、或圈定等,从而选择出所述待搜索界面区域等等。The touch operation of the user on the mask, such as touching the touch point controlled by the screen by the user's finger or the sensor pen, and the selection method can be selected by sliding, or circleing on the screen with a finger/stylus, etc., thereby selecting The interface area to be searched and the like.
S103:识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。S103: Identify an element included in the to-be-searched interface area, and perform a search according to the identified element.
需要说明的是,所述待搜索界面区域内在通常情况下,只会包含一种类型的元素,比如一段文本,或者一张图片,当然也可能同时包含多种类型的元素,例如同时包含文字和图片,本发明实施例对此不加以限制,所述元素的类型包括但不仅限于:文字、图片和符号。It should be noted that, in the normal search situation, the interface to be searched only contains one type of element, such as a piece of text, or a picture, and of course, may also contain multiple types of elements, such as containing both text and The embodiment of the present invention does not limit this, and the types of the elements include, but are not limited to, characters, pictures, and symbols.
本实施例通过接收用户在蒙板上的触控操作,根据所述触控操作在所述蒙板上选择待搜索界面区域,识别所述待搜索界面区域内包含的元素。识别的方式可以有多种,比如可以通过OCR光学字符识别技术实现文字元素的识别,也可以通过调用操作系统支持的控件来识别文字元素,比如Uiautomater控件,还可以通过人脸识别技术识别待搜索界面区域内包含的元素是不是图像人脸,以及还可以利用相似图片识别技术识别图片在互联网上的其他来源,当然也以及利用其他的识别技术,也可以多种识别技术相结合,提高识别准确度。这样根据识别出的元素直接跳转到搜索界面,从而省略了用户繁琐地向搜索框中输入关键词的过程,或者用户需要先复制页面内容,再开启搜索客户端粘贴到搜索框的繁琐过程,使得整个搜索交互更加便捷。In this embodiment, by receiving a touch operation on the mask, the user selects an interface to be searched on the mask according to the touch operation, and identifies an element included in the interface to be searched. There are many ways to identify them. For example, OCR optical character recognition technology can be used to identify text elements. You can also recognize text elements by calling controls supported by the operating system, such as the Uiautomater control. You can also identify the search by face recognition technology. The elements contained in the interface area are not image faces, and other pictures can be identified by similar image recognition technology on the Internet. Of course, as well as other recognition technologies, multiple recognition technologies can be combined to improve the recognition. degree. In this way, the identified element directly jumps to the search interface, thereby omitting the process of the user inputting the keyword into the search box cumbersomely, or the user needs to copy the page content first, and then open the tedious process of the search client pasteing into the search box. Make the entire search interaction more convenient.
图2是本发明一个实施例的一种基于终端界面触控操作进行搜索的方法的步骤流程图;本实施例的方法包括:2 is a flow chart of steps of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; the method of this embodiment includes:
S201:当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;S201: When the user triggers the interface touch search request, the current interface display area of the terminal is screened to obtain a screenshot of the current interface display area of the terminal, and the screenshot is used as a mask covering the display area of the terminal interface;
S202:检测基于用户在所述蒙板上的触控操作所产生的触摸轨迹,在所述蒙板上显示与所述触摸轨迹相应的待搜索界面区域,所述待搜索界面区域的展示方式区别于与所述蒙板上的其他区域;S202: Detecting a touch trajectory generated by a touch operation performed by the user on the mask, displaying an interface area to be searched corresponding to the touch trajectory on the mask, and displaying a difference in display manner of the interface area to be searched And other areas on the mask;
需要说明的是,在所述蒙板上选择待搜索界面区域时,若所述待搜索界面区域的展现方式不与所述蒙板上的其他区域区分开,会使得用户难以确定所述待搜索界面区域内的元素,为避免出现该问题,本实施例中,将所述待搜索界面区域的展现方式区别于所述蒙板上的其他区域。It should be noted that, when the interface to be searched is selected on the mask, if the presentation manner of the interface to be searched is not distinguished from other regions on the mask, it may be difficult for the user to determine the to-be-searched. In order to avoid the problem, in the embodiment, the presentation manner of the interface area to be searched is distinguished from other areas on the mask.
故而,步骤S202实质上为图1所示的实施例中步骤S102的一种优选实 施方式。Therefore, step S202 is substantially a preferred embodiment of step S102 in the embodiment shown in FIG. 1. Way of application.
可理解的是,为实现展现方式的区别,可采用很多种展现方式,本实施例中,可将所述待搜索界面区域的展示方式为高亮或全透明的形式展示,而所述蒙板上的其他区域可仍保持以半透明的形式展现,也可以灰度的形式展现,参照图3,将所述蒙板上的其他区域A采用灰度或者模糊化的形式展现,将所述待搜索界面区域B采用全透明的形式展现,当然,也可采用其他方式来实现展现方式的区别,本发明实施例对此不加以限制。It can be understood that, in order to realize the difference of the presentation manner, a plurality of presentation manners can be adopted. In this embodiment, the display manner of the interface region to be searched may be displayed in a highlighted or fully transparent form, and the mask is displayed. The other areas on the top may still be displayed in a semi-transparent form, or may be displayed in the form of gray scales. Referring to FIG. 3, other areas A on the mask are displayed in grayscale or fuzzy form, and the The search interface area B is displayed in a fully transparent form. Of course, the difference in the manner of presentation may be implemented in other manners, which is not limited by the embodiment of the present invention.
S203:识别所述待搜索界面区域内包含的元素,去除所述蒙板,参照图4,将所述元素推送至位于所述终端界面显示区域的搜索框C中;若用户点击设于所述终端界面显示区域内的第一图标D,则根据所述元素进行搜索。S203: Identify an element included in the interface area to be searched, and remove the mask. Referring to FIG. 4, the element is pushed to a search box C located in the display area of the terminal interface; if the user clicks on the The first icon D in the terminal interface display area is searched according to the element.
需要说明的是,在识别出所述待搜索界面区域内包含的元素后,需要将所述元素推送至位于所述终端界面显示区域的搜索框中,若仍保留所述蒙板,用于难以看到被推送至所述搜索框中的元素,故而在识别所述待搜索界面区域内包含的元素后需要去除所述蒙板。It should be noted that after the elements included in the interface to be searched are identified, the elements need to be pushed to the search box located in the display area of the terminal interface, and if the mask is still retained, it is difficult to use. The elements that are pushed into the search box are seen, so the mask needs to be removed after identifying the elements contained in the interface area to be searched.
故而,步骤S203实质上为图1所示的实施例中步骤S103的一种优选实施方式。Therefore, step S203 is substantially a preferred embodiment of step S103 in the embodiment shown in FIG. 1.
可理解的是,由于要将所述元素推送至位于所述终端界面显示区域的搜索框中,需要先在所述终端界面显示区域内弹出搜索框。It can be understood that, since the element is to be pushed to the search box located in the display area of the terminal interface, the search box needs to be popped up in the display area of the terminal interface.
为便于用户在对所述元素进行确认后,再进行搜索,故而,在用户点击触发搜索的第一图标后,再实现根据所述元素进行搜索。In order to facilitate the user to perform the search after confirming the element, after the user clicks the first icon that triggers the search, the search is performed according to the element.
图5是本发明一个实施例的一种基于终端界面触控操作进行搜索的方法的步骤流程图;本实施例的方法包括:FIG. 5 is a flowchart of a method for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; the method of this embodiment includes:
S501:当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;S501: When the user triggers the interface touch search request, the current interface display area of the terminal is screened to obtain a screenshot of the current interface display area of the terminal, and the screenshot is used as a mask covering the display area of the terminal interface;
S502:接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;S502: Receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
S503:识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。S503: Identify an element included in the to-be-searched interface area, and perform a search according to the identified element.
S504:在所述终端界面显示区域中展示与所述元素相关的搜索结果项。S504: Display a search result item related to the element in the terminal interface display area.
需要说明的是,由于步骤S501~S503与图1所示的实施例的S101~S103基本相同,故而在此不再赘述。 It should be noted that steps S501 to S503 are substantially the same as S101 to S103 of the embodiment shown in FIG. 1, and thus are not described herein again.
需要说明的是,所述搜索结果项可采用多种形式进行展示,本实施例中,在所述终端界面显示区域中以应用卡片、文字条目及图文结合的形式展示与所述元素相关的搜索结果项,图6为搜索结果项的一种展示方式,当然,也可采用其他形式方式进行展示,本发明实施例对此不加以限制。It should be noted that the search result item may be displayed in various forms. In this embodiment, the element related to the element is displayed in the form of a combination of an application card, a text item, and a graphic in the terminal interface display area. The search result item, FIG. 6 is a display manner of the search result item, and of course, it can also be displayed in other forms, which is not limited by the embodiment of the present invention.
可理解的是,为便于使用户对待搜索界面区域进行确认,再识别所述待搜索界面区域内包含的元素,可选地,在图1、2、5所示的实施例的基础上,所述识别所述待搜索界面区域内包含的元素之前,还包括:若用户点击设于所述蒙板内的第二图标(即图3中的“E”),则触发识别所述待搜索界面区域内包含的元素。It can be understood that, in order to facilitate the user to confirm the search interface area, the elements included in the search interface area are identified, optionally, based on the embodiments shown in FIG. 1 and FIG. Before identifying the element included in the to-be-searched interface area, the method further includes: if the user clicks on the second icon (ie, “E” in FIG. 3) disposed in the mask, triggering to identify the to-be-searched interface The elements contained within the area.
当然,在所述蒙板内还可设置其他的图标,例如用于重新选择所述待搜索界面区域的重涂图标(即图3中的“F”)、用于退出的返回图标(即图3中的“G”)等,可根据需要进行增加,本发明实施例对此不加以限制。Of course, other icons may be disposed in the mask, such as a repaint icon for reselecting the interface region to be searched (ie, "F" in FIG. 3), a return icon for exiting (ie, a map) The "G" in the third embodiment and the like may be increased as needed, and the embodiment of the present invention does not limit this.
可理解的是,图1、2、5所示的实施例的方法的执行主体均为终端,所述终端可为带有触摸屏的台式电脑、笔记本、手机、平板电脑等设备,本发明实施例对此不加以限制。It is to be understood that the main body of the method of the embodiment shown in FIG. 1 and FIG. 2 is a terminal, and the terminal may be a desktop computer with a touch screen, a notebook, a mobile phone, a tablet computer, etc., in the embodiment of the present invention. There is no restriction on this.
对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明实施例并不受所描述的动作顺序的限制,因为依据本发明实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本发明实施例所必须的。For the method embodiments, for the sake of simple description, they are all expressed as a series of action combinations, but those skilled in the art should understand that the embodiments of the present invention are not limited by the described action sequence, because the embodiment according to the present invention Some steps can be performed in other orders or at the same time. In the following, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions involved are not necessarily required by the embodiments of the present invention.
图7是本发明一个实施例的一种基于终端界面触控操作进行搜索的系统的结构框图;参照图7,所述系统包括:7 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; referring to FIG. 7, the system includes:
蒙板生成器701,适于当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;The mask generator 701 is adapted to screen the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and use the screenshot as the coverage of the terminal interface. a mask of the display area;
触控接收器702,适于接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;The touch receiver 702 is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
识别搜索器703,适于识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。The identification searcher 703 is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
在本发明的一种可选实施例中,所述蒙板生成器,还适于:将所述截图作为覆盖所述终端界面显示区域的处于半透明状态的蒙板。In an optional embodiment of the present invention, the mask generator is further adapted to: use the screenshot as a mask in a semi-transparent state covering the display interface of the terminal interface.
在本发明的一种可选实施例中,所述待搜索界面区域的展示方式为高亮 或全透明的形式展示;In an optional embodiment of the present invention, the display manner of the interface area to be searched is highlighted. Or in a fully transparent form;
和/或,and / or,
所述蒙板上的其他区域以灰度、模糊化或半透明的形式展示。Other areas on the mask are displayed in grayscale, blurred or translucent form.
在本发明的一种可选实施例中,所述触控接收器,还适于检测基于用户在所述蒙板上的触控操作所产生的触摸轨迹,在所述蒙板上显示与所述触摸轨迹相应的待搜索界面区域,所述待搜索界面区域的展示方式区别于与所述蒙板上的其他区域。In an optional embodiment of the present invention, the touch receiver is further configured to detect a touch trajectory generated based on a touch operation of the user on the mask, and display the same on the mask The interface area to be searched corresponding to the touch track is displayed, and the display manner of the interface area to be searched is different from other areas on the mask.
在本发明的一种可选实施例中,所述识别搜索器,还适于去除所述蒙板,将所述元素推送至位于所述终端界面显示区域的搜索框中;In an optional embodiment of the present invention, the identification searcher is further adapted to remove the mask, and push the element to a search box located in a display area of the terminal interface;
在用户点击设于所述终端界面显示区域内的第一图标时,所述识别搜索器,还适于根据所述元素进行搜索。When the user clicks on the first icon located in the display area of the terminal interface, the recognition searcher is further adapted to perform a search according to the element.
图8是本发明一个实施例的一种基于终端界面触控操作进行搜索的系统的结构框图;参照图8,所述系统包括:FIG. 8 is a structural block diagram of a system for performing a search based on a touch operation of a terminal interface according to an embodiment of the present invention; referring to FIG. 8, the system includes:
蒙板生成器801,适于当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;The mask generator 801 is adapted to take a screenshot of the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and use the screenshot as the coverage of the terminal interface. a mask of the display area;
触控接收器802,适于接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;The touch receiver 802 is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
识别搜索器803,适于识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。The identification searcher 803 is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
搜索展示器804,适于在所述终端界面显示区域中展示与所述元素相关的搜索结果项。A search presenter 804 is adapted to display search result items related to the element in the terminal interface display area.
在本发明的一种可选实施例中,所述搜索展示器804,还适于在所述终端界面显示区域中以应用卡片、文字条目及图文结合的形式展示与所述元素相关的搜索结果项。In an optional embodiment of the present invention, the search presenter 804 is further adapted to display a search related to the element in a combination of an application card, a text entry, and a graphic in the terminal interface display area. Result item.
在本发明的一种可选实施例中,其特征在于,所述元素包括:文字、图片和符号中的至少一种。In an optional embodiment of the present invention, the element includes at least one of a character, a picture, and a symbol.
在本发明的一种可选实施例中,当用户点击设于所述蒙板内的第二图标时,所述识别搜索器,还适于触发识别所述待搜索界面区域内包含的元素。In an optional embodiment of the present invention, when the user clicks on the second icon disposed in the mask, the identification searcher is further adapted to trigger identification of an element included in the to-be-searched interface area.
对于系统实施例而言,由于其与方法实施例基本相似,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。For the system embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
应当注意的是,在本发明的系统的各个部件中,根据其要实现的功能而 对其中的部件进行了逻辑划分,但是,本发明不受限于此,可以根据需要对各个部件进行重新划分或者组合,例如,可以将一些部件组合为单个部件,或者可以将一些部件进一步分解为更多的子部件。It should be noted that in the various components of the system of the present invention, depending on the function to be implemented The components therein are logically divided, but the present invention is not limited thereto, and the respective components may be re-divided or combined as needed. For example, some components may be combined into a single component, or some components may be further decomposed into More subcomponents.
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的基于终端界面触控操作进行搜索的系统中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。The various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or digital signal processor (DSP) may be used in practice to implement some or all of the components of the system for searching based on terminal interface touch operations in accordance with embodiments of the present invention. Or all features. The invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein. Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
例如,图9示出了用于执行根据本发明的方法的计算设备的框图。参见图9,该计算设备传统上包括处理器910和存储器920形式的计算机程序产品或者计算机可读介质。存储器920可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器920具有存储用于执行上述方法中的任何方法步骤的程序代码931的存储空间930。例如,存储程序代码的存储空间930可以包括分别用于实现上面的方法中的各种步骤的各个程序代码931。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图10所示的便携式或者固定存储单元。该存储单元可以具有与图9的计算设备中的存储器920类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括用于执行根据本发明的方法步骤的计算机可读代码931’,即可以由例如诸如910之类的处理器读取的代码,当这些代码由计算设备运行时,导致该计算设备执行上面所描述的方法中的各个步骤。For example, Figure 9 shows a block diagram of a computing device for performing the method in accordance with the present invention. Referring to Figure 9, the computing device conventionally includes a computer program product or computer readable medium in the form of a processor 910 and a memory 920. The memory 920 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM. The memory 920 has a storage space 930 that stores program code 931 for performing any of the method steps described above. For example, storage space 930 storing program code may include various program code 931 for implementing various steps in the above methods, respectively. The program code can be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG. The storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 920 in the computing device of FIG. The program code can be compressed, for example, in an appropriate form. Typically, the storage unit comprises computer readable code 931' for performing the steps of the method according to the invention, ie code that can be read by a processor such as 910, which causes the calculation when the code is run by the computing device The device performs the various steps in the methods described above.
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。"an embodiment," or "an embodiment," or "an embodiment," In addition, it is noted that the phrase "in one embodiment" is not necessarily referring to the same embodiment.
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本 发明的实施例可以在没有这些具体细节的情况下被实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. However, can understand, this The embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures, and techniques are not shown in detail so as not to obscure the understanding of the description.
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It is to be noted that the above-described embodiments are illustrative of the invention and are not intended to be limiting, and that the invention may be devised without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as a limitation. The word "comprising" does not exclude the presence of the elements or steps that are not recited in the claims. The word "a" or "an" The invention can be implemented by means of hardware comprising several distinct elements and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means can be embodied by the same hardware item. The use of the words first, second, and third does not indicate any order. These words can be interpreted as names.
此外,还应当注意,本说明书中使用的语言主要是为了可读性和教导的目的而选择的,而不是为了解释或者限定本发明的主题而选择的。因此,在不偏离所附权利要求书的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。对于本发明的范围,对本发明所做的公开是说明性的,而非限制性的,本发明的范围由所附权利要求书限定。In addition, it should be noted that the language used in the specification has been selected for the purpose of readability and teaching, and is not intended to be construed or limited. Therefore, many modifications and changes will be apparent to those skilled in the art without departing from the scope of the invention. The disclosure of the present invention is intended to be illustrative, and not restrictive, and the scope of the invention is defined by the appended claims.
以上实施方式仅适于说明本发明,而并非对本发明的限制,有关技术领域的普通技术人员,在不脱离本发明的精神和范围的情况下,还可以做出各种变化和变型,因此所有等同的技术方案也属于本发明的范畴,本发明的专利保护范围应由权利要求限定。 The above embodiments are only intended to be illustrative of the present invention, and are not to be construed as limiting the scope of the invention. Equivalent technical solutions are also within the scope of the invention, and the scope of the invention is defined by the claims.

Claims (20)

  1. 一种基于终端界面触控操作进行搜索的方法,其特征在于,所述方法包括:A method for searching based on a touch operation of a terminal interface, the method comprising:
    当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;When the user triggers the interface touch search request, the current interface display area of the terminal is screened to obtain a screenshot of the current interface display area of the terminal, and the screenshot is used as a mask covering the display area of the terminal interface;
    接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;Receiving a touch operation of the user on the mask, and selecting an interface area to be searched on the mask according to the touch operation;
    识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。Identifying elements included in the to-be-searched interface area, and searching according to the identified elements.
  2. 如权利要求1所述的方法,其特征在于,所述将所述截图作为覆盖所述终端界面显示区域的蒙板,进一步包括:The method of claim 1, wherein the using the screenshot as a mask covering the display area of the terminal interface further comprises:
    将所述截图作为覆盖所述终端界面显示区域的处于半透明状态的蒙板。The screenshot is used as a mask in a semi-transparent state covering the display area of the terminal interface.
  3. 如权利要求2所述的方法,其特征在于,所述接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域,进一步包括:The method of claim 2, wherein the receiving a user's touch operation on the mask and selecting an interface area to be searched on the mask according to the touch operation further includes:
    检测基于用户在所述蒙板上的触控操作所产生的触摸轨迹,在所述蒙板上显示与所述触摸轨迹相应的待搜索界面区域,所述待搜索界面区域的展示方式区别于与所述蒙板上的其他区域。Detecting a touch trajectory generated by a touch operation of the user on the mask, and displaying an interface region to be searched corresponding to the touch trajectory on the mask, the display manner of the interface to be searched is different from Other areas on the mask.
  4. 如权利要求3所述的方法,其特征在于,所述待搜索界面区域的展示方式为高亮或全透明的形式展示;The method according to claim 3, wherein the display manner of the interface area to be searched is displayed in a highlighted or fully transparent form;
    和/或,and / or,
    所述蒙板上的其他区域以灰度、模糊化或半透明的形式展示。Other areas on the mask are displayed in grayscale, blurred or translucent form.
  5. 如权利要求1所述的方法,其特征在于,所述根据识别出的元素进行搜索,进一步包括:The method of claim 1 wherein said searching based on the identified elements further comprises:
    去除所述蒙板,将所述元素推送至位于所述终端界面显示区域的搜索框中;Removing the mask, pushing the element to a search box located in a display area of the terminal interface;
    若用户点击设于所述终端界面显示区域内的第一图标,则根据所述元素进行搜索。If the user clicks on the first icon located in the display area of the terminal interface, the search is performed according to the element.
  6. 如权利要求1~5中任一项所述的方法,其特征在于,所述识别所述待搜索界面区域内包含的元素之前,还包括:The method according to any one of claims 1 to 5, wherein before the identifying the elements included in the to-be-searched interface area, the method further includes:
    若用户点击设于所述蒙板内的第二图标,则触发识别所述待搜索界面区 域内包含的元素。If the user clicks on the second icon disposed in the mask, triggering to identify the to-be-searched interface area The elements contained within the domain.
  7. 如权利要求1~5中任一项所述的方法,其特征在于,所述根据识别出的元素进行搜索之后,还包括:The method according to any one of claims 1 to 5, wherein after the searching according to the identified element, the method further comprises:
    在所述终端界面显示区域中展示与所述元素相关的搜索结果项。A search result item related to the element is displayed in the terminal interface display area.
  8. 如权利要求7所述的方法,其特征在于,所述在所述终端界面显示区域中展示与所述元素相关的搜索结果项,进一步包括:The method of claim 7, wherein the displaying the search result item related to the element in the terminal interface display area further comprises:
    在所述终端界面显示区域中以应用卡片、文字条目及图文结合的形式展示与所述元素相关的搜索结果项。Search result items related to the element are displayed in the terminal interface display area in the form of a combination of an application card, a text entry, and a graphic.
  9. 如权利要求1~5中任一项所述的方法,其特征在于,所述元素包括:文字、图片和符号中的至少一种。The method according to any one of claims 1 to 5, wherein the element comprises at least one of a character, a picture and a symbol.
  10. 一种基于终端界面触控操作进行搜索的系统,其特征在于,所述系统包括:A system for searching based on a touch operation of a terminal interface, wherein the system comprises:
    蒙板生成器,适于当用户触发界面触控搜索请求时,将终端当前界面显示区域进行截屏,以获得所述终端当前界面显示区域的截图,并将所述截图作为覆盖所述终端界面显示区域的蒙板;The mask generator is adapted to screen the current interface display area of the terminal when the user triggers the interface touch search request, to obtain a screenshot of the current interface display area of the terminal, and display the screenshot as an overlay of the terminal interface. Mask of the area;
    触控接收器,适于接收用户在所述蒙板上的触控操作,并根据所述触控操作在所述蒙板上选择待搜索界面区域;The touch receiver is adapted to receive a touch operation of the user on the mask, and select an interface area to be searched on the mask according to the touch operation;
    识别搜索器,适于识别所述待搜索界面区域内包含的元素,根据识别出的元素进行搜索。The recognition searcher is adapted to identify an element included in the interface area to be searched, and perform a search according to the identified element.
  11. 如权利要求10所述的系统,其特征在于,所述蒙板生成器,还适于:将所述截图作为覆盖所述终端界面显示区域的处于半透明状态的蒙板。The system of claim 10, wherein the mask generator is further adapted to: use the screenshot as a mask in a semi-transparent state covering the display interface of the terminal interface.
  12. 如权利要求11所述的系统,其特征在于,所述触控接收器,还适于检测基于用户在所述蒙板上的触控操作所产生的触摸轨迹,在所述蒙板上显示与所述触摸轨迹相应的待搜索界面区域,所述待搜索界面区域的展示方式区别于与所述蒙板上的其他区域。The system of claim 11, wherein the touch receiver is further adapted to detect a touch trajectory generated based on a touch operation of the user on the mask, and display on the mask The touch track corresponding to the interface area to be searched, and the display manner of the interface area to be searched is different from other areas on the mask.
  13. 如权利要求12所述的系统,其特征在于,所述待搜索界面区域的展示方式为高亮或全透明的形式展示;The system according to claim 12, wherein the display manner of the interface area to be searched is displayed in a highlighted or fully transparent form;
    和/或,and / or,
    所述蒙板上的其他区域以灰度、模糊化或半透明的形式展示。Other areas on the mask are displayed in grayscale, blurred or translucent form.
  14. 如权利要求10所述的系统,其特征在于,所述识别搜索器,还适于去除所述蒙板,将所述元素推送至位于所述终端界面显示区域的搜索框中; The system according to claim 10, wherein said identification searcher is further adapted to remove said mask and push said element to a search box located in said terminal interface display area;
    在用户点击设于所述终端界面显示区域内的第一图标时,所述识别搜索器,还适于根据所述元素进行搜索。When the user clicks on the first icon located in the display area of the terminal interface, the recognition searcher is further adapted to perform a search according to the element.
  15. 如权利要求10~14中任一项所述的系统,其特征在于,当用户点击设于所述蒙板内的第二图标时,所述识别搜索器,还适于触发识别所述待搜索界面区域内包含的元素。The system according to any one of claims 10 to 14, wherein the identification searcher is further adapted to trigger the identification of the to-be-searched when the user clicks on the second icon provided in the mask The elements contained within the interface area.
  16. 如权利要求10~14中任一项所述的系统,其特征在于,所述系统,还包括:The system of any of claims 10 to 14, wherein the system further comprises:
    搜索展示器,适于在所述终端界面显示区域中展示与所述元素相关的搜索结果项。A search presenter adapted to display search result items related to the element in the terminal interface display area.
  17. 如权利要求16所述的系统,其特征在于,所述搜索展示器,还适于在所述终端界面显示区域中以应用卡片、文字条目及图文结合的形式展示与所述元素相关的搜索结果项。The system of claim 16, wherein the search presenter is further adapted to display a search related to the element in a combination of an application card, a text entry, and a graphic in the terminal interface display area. Result item.
  18. 如权利要求10~14中任一项所述的系统,其特征在于,所述元素包括:文字、图片和符号中的至少一种。The system according to any one of claims 10 to 14, wherein the element comprises at least one of a character, a picture and a symbol.
  19. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据权利要求1-9中的任一项所述的基于终端界面触控操作进行搜索的方法。A computer program comprising computer readable code, when the computer readable code is run on a computing device, causing the computing device to perform the terminal based interface touch according to any one of claims 1-9 The method of performing a search.
  20. 一种计算机可读介质,其中存储了如权利要求19所述的计算机程序。 A computer readable medium storing the computer program of claim 19.
PCT/CN2015/096018 2014-12-12 2015-11-30 Searching method and system based on touch operation on terminal interface WO2016091095A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410768967.4 2014-12-12
CN201410768967.4A CN104536995B (en) 2014-12-12 2014-12-12 The method and system of searching for based on terminal interface touch control operation

Publications (1)

Publication Number Publication Date
WO2016091095A1 true WO2016091095A1 (en) 2016-06-16

Family

ID=52852523

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/096018 WO2016091095A1 (en) 2014-12-12 2015-11-30 Searching method and system based on touch operation on terminal interface

Country Status (2)

Country Link
CN (2) CN105868385B (en)
WO (1) WO2016091095A1 (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105868385B (en) * 2014-12-12 2020-02-07 北京奇虎科技有限公司 Method and system for searching based on terminal interface touch operation
CN104462437B (en) * 2014-12-15 2018-06-08 北京奇虎科技有限公司 The method and system of search are identified based on the multiple touch control operation of terminal interface
WO2016101768A1 (en) * 2014-12-26 2016-06-30 北京奇虎科技有限公司 Terminal and touch operation-based search method and device
CN106469280B (en) * 2015-08-14 2021-05-14 腾讯科技(深圳)有限公司 Instant messaging interface processing method and device
CN106897291B (en) * 2015-12-18 2020-10-02 北京奇虎科技有限公司 Searching method and device based on screen capture operation
CN106383847B (en) * 2016-08-30 2019-03-22 宇龙计算机通信科技(深圳)有限公司 A kind of page content processing method and device
CN106843884B (en) * 2017-01-24 2020-05-19 宇龙计算机通信科技(深圳)有限公司 Query data processing method and device
CN106909507A (en) * 2017-02-27 2017-06-30 网易(杭州)网络有限公司 Method, device and electronic equipment for automatically generating test script
CN107273447B (en) * 2017-05-27 2021-07-23 北京小米移动软件有限公司 Information acquisition method and device, terminal, server and storage medium
CN108881616B (en) * 2018-05-07 2019-12-10 珠海格力电器股份有限公司 Display control method and device, storage medium and terminal
CN109976639A (en) * 2019-03-28 2019-07-05 努比亚技术有限公司 Record screen control method, mobile terminal and computer readable storage medium
CN110647640B (en) * 2019-09-30 2023-01-10 京东方科技集团股份有限公司 Computer system, method for operating a computing device and system for operating a computing device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102023852A (en) * 2009-09-15 2011-04-20 深圳市巨龙科教高技术股份有限公司 Screen capture method and system
CN102609208A (en) * 2012-02-13 2012-07-25 广州市动景计算机科技有限公司 Method and system for word capture on screen of touch screen equipment, and touch screen equipment
US20130132361A1 (en) * 2011-11-22 2013-05-23 Liang-Pu CHEN Input method for querying by using a region formed by an enclosed track and system using the same
CN103455590A (en) * 2013-08-29 2013-12-18 百度在线网络技术(北京)有限公司 Method and device for retrieving in touch-screen device
CN104462437A (en) * 2014-12-15 2015-03-25 北京奇虎科技有限公司 Recognizing and searching method and recognizing and searching system based on repeated touch operations of interface of terminal
CN104503679A (en) * 2014-12-30 2015-04-08 北京奇虎科技有限公司 Searching method and searching device based on terminal interface touch operation
CN104516632A (en) * 2014-12-30 2015-04-15 北京奇虎科技有限公司 Method and device for determining touch characters for search
CN104536995A (en) * 2014-12-12 2015-04-22 北京奇虎科技有限公司 Method and system both for searching based on terminal interface touch operation

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9135277B2 (en) * 2009-08-07 2015-09-15 Google Inc. Architecture for responding to a visual query
AU2010279334A1 (en) * 2009-08-07 2012-03-15 Google Inc. User interface for presenting search results for multiple regions of a visual query
CN102012919B (en) * 2010-11-26 2013-08-07 深圳市同洲电子股份有限公司 Method and device for searching association of image screenshots from televisions and digital television terminal
CN103294363B (en) * 2013-05-20 2016-08-03 华为技术有限公司 A kind of searching method and terminal
CN103338405A (en) * 2013-06-03 2013-10-02 四川长虹电器股份有限公司 Screen capture application method, equipment and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102023852A (en) * 2009-09-15 2011-04-20 深圳市巨龙科教高技术股份有限公司 Screen capture method and system
US20130132361A1 (en) * 2011-11-22 2013-05-23 Liang-Pu CHEN Input method for querying by using a region formed by an enclosed track and system using the same
CN102609208A (en) * 2012-02-13 2012-07-25 广州市动景计算机科技有限公司 Method and system for word capture on screen of touch screen equipment, and touch screen equipment
CN103455590A (en) * 2013-08-29 2013-12-18 百度在线网络技术(北京)有限公司 Method and device for retrieving in touch-screen device
CN104536995A (en) * 2014-12-12 2015-04-22 北京奇虎科技有限公司 Method and system both for searching based on terminal interface touch operation
CN104462437A (en) * 2014-12-15 2015-03-25 北京奇虎科技有限公司 Recognizing and searching method and recognizing and searching system based on repeated touch operations of interface of terminal
CN104503679A (en) * 2014-12-30 2015-04-08 北京奇虎科技有限公司 Searching method and searching device based on terminal interface touch operation
CN104516632A (en) * 2014-12-30 2015-04-15 北京奇虎科技有限公司 Method and device for determining touch characters for search

Also Published As

Publication number Publication date
CN104536995A (en) 2015-04-22
CN105868385B (en) 2020-02-07
CN104536995B (en) 2016-05-11
CN105868385A (en) 2016-08-17

Similar Documents

Publication Publication Date Title
WO2016091095A1 (en) Searching method and system based on touch operation on terminal interface
WO2016095689A1 (en) Recognition and searching method and system based on repeated touch-control operations on terminal interface
AU2011292026B2 (en) Touch-based gesture detection for a touch-sensitive device
TWI611338B (en) Method for zooming screen and electronic apparatus and computer program product using the same
WO2016101717A1 (en) Touch interaction-based search method and device
KR20220000953A (en) Actionable content displayed on a touch screen
US11379112B2 (en) Managing content displayed on a touch screen enabled device
US10664155B2 (en) Managing content displayed on a touch screen enabled device using gestures
WO2017107654A1 (en) Method and device for displaying page entry icon
US20160026858A1 (en) Image based search to identify objects in documents
EP3018575B1 (en) Electronic blackboard apparatus and controlling method thereof
US20160275095A1 (en) Electronic device, method and storage medium
US9607216B2 (en) Identifying updated content in images
US9792357B2 (en) Method and apparatus for consuming content via snippets
US20180089150A1 (en) Providing location-based font recommendations
US20200117325A1 (en) Presenting captured data
WO2016155643A1 (en) Input-based candidate word display method and device
WO2016018682A1 (en) Processing image to identify object for insertion into document
US10474356B2 (en) Virtual keyboard improvement
US20180336173A1 (en) Augmenting digital ink strokes
CN104899287B (en) The display methods and device of webpage
US20150268805A1 (en) User interface to open a different ebook responsive to a user gesture
WO2016101768A1 (en) Terminal and touch operation-based search method and device
KR101789234B1 (en) Data tagging apparatus and method thereof, and data search method using the same
CN113253904A (en) Display method, display device and electronic equipment

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: 15867753

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: 15867753

Country of ref document: EP

Kind code of ref document: A1