CN112863501A - Data processing method and device and electronic equipment - Google Patents

Data processing method and device and electronic equipment Download PDF

Info

Publication number
CN112863501A
CN112863501A CN201911174086.9A CN201911174086A CN112863501A CN 112863501 A CN112863501 A CN 112863501A CN 201911174086 A CN201911174086 A CN 201911174086A CN 112863501 A CN112863501 A CN 112863501A
Authority
CN
China
Prior art keywords
data
rendering
page
rendering data
control
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201911174086.9A
Other languages
Chinese (zh)
Other versions
CN112863501B (en
Inventor
曲季
苏少炜
李智勇
陈孝良
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing SoundAI Technology Co Ltd
Original Assignee
Beijing SoundAI Technology Co Ltd
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 Beijing SoundAI Technology Co Ltd filed Critical Beijing SoundAI Technology Co Ltd
Priority to CN201911174086.9A priority Critical patent/CN112863501B/en
Publication of CN112863501A publication Critical patent/CN112863501A/en
Application granted granted Critical
Publication of CN112863501B publication Critical patent/CN112863501B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/22Procedures used during a speech recognition process, e.g. man-machine dialogue
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • 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
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/08Speech classification or search
    • G10L15/18Speech classification or search using natural language modelling
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/26Speech to text systems
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/22Procedures used during a speech recognition process, e.g. man-machine dialogue
    • G10L2015/223Execution procedure of a spoken command
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention provides a data processing method, a data processing device and electronic equipment, wherein voice data are acquired, control data are extracted from the voice data, page rendering data matched with the control data are acquired, and page rendering is carried out based on the page rendering data. The invention can realize the function of voice control APK.

Description

Data processing method and device and electronic equipment
Technical Field
The present invention relates to the field of voice control, and in particular, to a data processing method and apparatus, and an electronic device.
Background
The intelligent screen equipment such as PAD, TV can integrate APK (Android application package) of third party, APK can pass through button control, if can pass through speech control APK, will increase APK's control mode for APK's control mode is diversified.
Disclosure of Invention
In view of the above, the present invention provides a data processing method, an apparatus and an electronic device to solve the problem of a method for controlling an APK through voice.
In order to solve the technical problems, the invention adopts the following technical scheme:
a method of data processing, comprising:
acquiring voice data;
extracting control data from the voice data;
acquiring page rendering data matched with the control data;
and performing page rendering based on the page rendering data.
Optionally, extracting control data from the voice data includes:
carrying out natural language processing on the voice data to obtain character information;
splitting the text information to obtain control data; the control data includes a function control instruction or a service load instruction.
Optionally, the obtaining page rendering data matched with the control data includes:
acquiring preset rendering data; the preset rendering data comprises a plurality of rendering data;
and matching rendering data matched with the control data from the preset rendering data, and using the rendering data as the page rendering data.
Optionally, obtaining page rendering data matched with the control data, further includes:
if the rendering data matched with the control data is not matched from the preset rendering data, converting the control data into pinyin data;
and matching rendering data matched with the pinyin data from the preset rendering data, and taking the rendering data as the page rendering data.
Optionally, matching rendering data matched with the control data or the pinyin data from the preset rendering data includes:
acquiring display content of a current page;
judging whether rendering data matched with the control data or the pinyin data is included in rendering data corresponding to the display content of the current page;
if yes, directly taking rendering data matched with the control data or the pinyin data in rendering data corresponding to the display content of the current page as the page rendering data;
and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data.
A data processing apparatus comprising:
the first data acquisition module is used for acquiring voice data;
the data extraction module is used for extracting control data from the voice data;
the second data acquisition module is used for acquiring page rendering data matched with the control data;
and the page rendering module is used for rendering the page based on the page rendering data.
Optionally, the data extraction module includes:
the language processing submodule is used for carrying out natural language processing on the voice data to obtain character information;
the character splitting submodule is used for splitting the character information to obtain control data; the control data includes a function control instruction or a service load instruction.
Optionally, the second data obtaining module includes:
the data acquisition submodule is used for acquiring preset rendering data; the preset rendering data comprises a plurality of rendering data;
and the data matching sub-module is used for matching rendering data matched with the control data from the preset rendering data and taking the rendering data as the page rendering data.
Optionally, the second data obtaining module further includes:
the data conversion sub-module is used for converting the control data into pinyin data if rendering data matched with the control data is not matched from the preset rendering data;
and the data matching sub-module is also used for matching rendering data matched with the pinyin data from the preset rendering data and taking the rendering data as the page rendering data.
Optionally, the data matching sub-module includes:
the content acquisition unit is used for acquiring the display content of the current page;
the judging unit is used for judging whether rendering data matched with the control data or the pinyin data is included in rendering data corresponding to the display content of the current page;
the data matching unit is used for directly taking rendering data matched with the control data or the pinyin data in rendering data corresponding to the display content of the current page as the page rendering data if the rendering data exists; and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data.
An electronic device, comprising: a memory and a processor;
wherein the memory is used for storing programs;
the processor calls a program and is used to:
acquiring voice data;
extracting control data from the voice data;
acquiring page rendering data matched with the control data;
and performing page rendering based on the page rendering data.
Compared with the prior art, the invention has the following beneficial effects:
the invention provides a data processing method, a data processing device and electronic equipment, wherein voice data are acquired, control data are extracted from the voice data, page rendering data matched with the control data are acquired, and page rendering is carried out based on the page rendering data. The invention can realize the function of voice control APK.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a data processing method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another data processing method according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method of another data processing method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a data processing method, which mainly realizes the purpose of controlling an APK (advanced peripheral component Key) in intelligent screen equipment by voice, wherein the intelligent screen equipment can be PAD (PAD application data) or a television and the like, and taking the television as an example, the voice-controlled APK can be used for controlling playing of a television play, opening of a home page of the television and the like by voice.
Referring to fig. 1, the data processing method may include:
and S11, acquiring voice data.
Taking the intelligent screen device as a television as an example, a user outputs voice data to the television, such as "open home" or "play a journey to the west", and the voice output by the user is the voice data acquired by the television.
And S12, extracting control data from the voice data.
In practical applications, the control data is generally text information, and referring to fig. 2, step S12 may specifically include:
and S21, performing natural language processing on the voice data to obtain character information.
The natural language processing may be nlp technology, and through nlp technology, speech may be converted into text.
And S22, splitting the text information to obtain control data.
The control data includes a function control instruction or a service loading instruction, and taking the control data as "open home" as an example, the control data is a function control instruction, that is, the function control instruction is a function for controlling the tv play to execute a specific existing function.
Taking the control data as "play the westerners" as an example, the control data is a service loading instruction, i.e. the service loading instruction is a certain television, song, game, etc. that the user wants to watch or listen to.
The text information splitting process can be as follows: and splitting the character information according to words, and extracting control data from the words obtained by splitting. For example, if the text message is "tv play" the westerners, "the text message can be divided into" tv "," play "and" westerners, "and if the" tv "is not the control data, the control data is" play "and" westerners.
And S13, acquiring page rendering data matched with the control data.
And S14, performing page rendering based on the page rendering data.
The page rendering data is bottom rendering data of a page to be opened by voice data output by a user, for example, a "open top page" instruction is output, bottom rendering data corresponding to the "open top page" is found, and a display interface of the "open top page" can be obtained by performing page rendering by using the data. The page rendering data may include nouns, tag types, corresponding processing methods url, and the like, and the page rendering is realized by loading the url.
In practical applications, referring to fig. 3, step S13 may specifically include:
and S31, acquiring preset rendering data.
When the APK is installed, the preset rendering data of the APK are registered in the intelligent screen device, and the preset rendering data comprise various rendering data. Such as rendering data for "open page", "play song", "play television", and "open game interface", etc. The rendering data comprises keys of the interface display, resources of the interface display, part of the characteristic request query and the like. The rendering data is divided into function data and resource name data, the function data includes a home page, a game interface and the like, and the resource name data includes a western-style television drama, a love-you-ten-thousand song, a lotus pool moonsong and the like. And the intelligent screen equipment receives the preset rendering data and then performs storage operation.
S32, judging whether rendering data matched with the control data are matched from the preset rendering data or not; if yes, go to step S33; if not, go to step S34.
And S33, taking the rendering data matched with the control data and matched from the preset rendering data as page rendering data.
And S34, converting the control data into pinyin data.
And S35, matching rendering data matched with the pinyin data from the preset rendering data, and taking the rendering data as the page rendering data.
In practical application, firstly, fuzzy matching is carried out on the control data and rendering data in preset rendering data, if matching is successful, the matched data is used as page rendering data, if matching is not successful, the control data is converted into pinyin data, and fuzzy matching is carried out on the pinyin data and resource names in the preset rendering data to obtain page rendering data.
It should be noted that, in order to determine page rendering data in combination with page display, current page display content may be obtained, if the current page display content is a tv show display interface, such as "83 edition of shoot-carve hero biography" displayed, if the user requests "83 edition of shoot-carve hero biography", it is first determined whether rendering data corresponding to the current page display content includes rendering data matched with the control data or the pinyin data, and if so, rendering data matched with the control data or the pinyin data in the rendering data corresponding to the current page display content is directly used as the page rendering data; and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data. In this embodiment, if the page includes "83 edition of shoot-carve hero pass," rendering data corresponding to the 83 edition of shoot-carve hero pass "is executed as page rendering data, and if the current page displays" new edition of shoot-carve hero pass, "that is, rendering data corresponding to the display content of the current page does not include rendering data matched with the control data or the pinyin data, the step of" matching rendering data matched with the control data or the pinyin data from the preset rendering data "is executed. When data matching is performed from preset rendering data, each data has a corresponding weight, and in the matching process, the data with the largest weight in the matched data is selected. For example, if the control data is for playing the western-memory, the matching results are two, one is for playing the western-memory song, and the other is for playing the western-memory drama, and the weight for playing the western-memory drama is large, the western-memory tv is preferentially played.
In this embodiment, voice data is acquired, control data is extracted from the voice data, page rendering data matched with the control data is acquired, and page rendering is performed based on the page rendering data. The invention can realize the function of voice control APK.
In addition, the embodiment has the capability of pushing specific content for the apk, so that the content priority in the scene registration is improved, and specifically, a skilled party can recommend own special content according to needs, for example, a short video for cleaning and protecting skin is recommended in the video apk. At this moment, the short video for skin care can be placed on the current page display content, and later-stage users can play the video preferentially when wanting to watch the short video for skin care, so that the requirements of pushing different specific contents of each apk can be better adapted in a most convenient mode.
Optionally, on the basis of the embodiment of the data processing method, another embodiment of the present invention provides a data processing apparatus, and with reference to fig. 4, the data processing apparatus may include:
a first data obtaining module 11, configured to obtain voice data;
a data extraction module 12, configured to extract control data from the voice data;
a second data obtaining module 13, configured to obtain page rendering data matched with the control data;
and a page rendering module 14, configured to perform page rendering based on the page rendering data.
Further, the data extraction module comprises:
the language processing submodule is used for carrying out natural language processing on the voice data to obtain character information;
the character splitting submodule is used for splitting the character information to obtain control data; the control data includes a function control instruction or a service load instruction.
Further, the second data acquisition module includes:
the data acquisition submodule is used for acquiring preset rendering data; the preset rendering data comprises a plurality of rendering data;
and the data matching sub-module is used for matching rendering data matched with the control data from the preset rendering data and taking the rendering data as the page rendering data.
Further, the second data obtaining module further includes:
the data conversion sub-module is used for converting the control data into pinyin data if rendering data matched with the control data is not matched from the preset rendering data;
and the data matching sub-module is also used for matching rendering data matched with the pinyin data from the preset rendering data and taking the rendering data as the page rendering data.
Further, the data matching sub-module includes:
the content acquisition unit is used for acquiring the display content of the current page;
the judging unit is used for judging whether rendering data matched with the control data or the pinyin data is included in rendering data corresponding to the display content of the current page;
the data matching unit is used for directly taking rendering data matched with the control data or the pinyin data in rendering data corresponding to the display content of the current page as the page rendering data if the rendering data exists; and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data.
In this embodiment, voice data is acquired, control data is extracted from the voice data, page rendering data matched with the control data is acquired, and page rendering is performed based on the page rendering data. The invention can realize the function of voice control APK.
In addition, the embodiment has the capability of making a feature for the apk, so that the content priority in the scene registration is improved, and specifically, a skilled party can recommend own feature content according to needs, for example, one video is recommended in the video apk, so that the short video for cleaning and protecting the skin is cleaned. For the beautiful flower contents which the apk wants to push first and the special contents displayed on the current page, the apk can be requested without extra work, so that the most convenient and fast mode can be used for better adapting to different requirements of each apk.
It should be noted that, for the working processes of each module, sub-module, and unit in this embodiment, please refer to the corresponding description in the above embodiments, which is not described herein again.
Optionally, on the basis of the embodiment of the data processing method, another embodiment of the present invention provides an electronic device, including: a memory and a processor;
wherein the memory is used for storing programs;
the processor calls a program and is used to:
acquiring voice data;
extracting control data from the voice data;
acquiring page rendering data matched with the control data;
and performing page rendering based on the page rendering data.
Further, extracting control data from the voice data includes:
carrying out natural language processing on the voice data to obtain character information;
splitting the text information to obtain control data; the control data includes a function control instruction or a service load instruction.
Further, acquiring page rendering data matched with the control data includes:
acquiring preset rendering data; the preset rendering data comprises a plurality of rendering data;
and matching rendering data matched with the control data from the preset rendering data, and using the rendering data as the page rendering data.
Further, acquiring page rendering data matched with the control data, further comprising:
if the rendering data matched with the control data is not matched from the preset rendering data, converting the control data into pinyin data;
and matching rendering data matched with the pinyin data from the preset rendering data, and taking the rendering data as the page rendering data.
Further, matching rendering data matched with the control data or the pinyin data from the preset rendering data includes:
acquiring display content of a current page;
judging whether rendering data matched with the control data or the pinyin data is included in rendering data corresponding to the display content of the current page;
if yes, directly taking rendering data matched with the control data or the pinyin data in rendering data corresponding to the display content of the current page as the page rendering data;
and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data.
In this embodiment, voice data is acquired, control data is extracted from the voice data, page rendering data matched with the control data is acquired, and page rendering is performed based on the page rendering data. The invention can realize the function of voice control APK.
In addition, the embodiment has the capability of making a feature for the apk, so that the content priority in the scene registration is improved, and specifically, a skilled party can recommend own feature content according to needs, for example, one video is recommended in the video apk, so that the short video for cleaning and protecting the skin is cleaned. For the beautiful flower contents which the apk wants to push first and the special contents displayed on the current page, the apk can be requested without extra work, so that the most convenient and fast mode can be used for better adapting to different requirements of each apk.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (11)

1. A data processing method, comprising:
acquiring voice data;
extracting control data from the voice data;
acquiring page rendering data matched with the control data;
and performing page rendering based on the page rendering data.
2. The data processing method of claim 1, wherein extracting control data from the voice data comprises:
carrying out natural language processing on the voice data to obtain character information;
splitting the text information to obtain control data; the control data includes a function control instruction or a service load instruction.
3. The data processing method of claim 1, wherein obtaining page rendering data that matches the control data comprises:
acquiring preset rendering data; the preset rendering data comprises a plurality of rendering data;
and matching rendering data matched with the control data from the preset rendering data, and using the rendering data as the page rendering data.
4. The data processing method according to claim 3, wherein acquiring page rendering data that matches the control data further comprises:
if the rendering data matched with the control data is not matched from the preset rendering data, converting the control data into pinyin data;
and matching rendering data matched with the pinyin data from the preset rendering data, and taking the rendering data as the page rendering data.
5. The data processing method of claim 4, wherein matching rendering data that matches the control data or the pinyin data from the preset rendering data comprises:
acquiring display content of a current page;
judging whether rendering data matched with the control data or the pinyin data is included in rendering data corresponding to the display content of the current page;
if yes, directly taking rendering data matched with the control data or the pinyin data in rendering data corresponding to the display content of the current page as the page rendering data;
and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data.
6. A data processing apparatus, comprising:
the first data acquisition module is used for acquiring voice data;
the data extraction module is used for extracting control data from the voice data;
the second data acquisition module is used for acquiring page rendering data matched with the control data;
and the page rendering module is used for rendering the page based on the page rendering data.
7. The data processing apparatus of claim 6, wherein the data extraction module comprises:
the language processing submodule is used for carrying out natural language processing on the voice data to obtain character information;
the character splitting submodule is used for splitting the character information to obtain control data; the control data includes a function control instruction or a service load instruction.
8. The data processing apparatus of claim 6, wherein the second data acquisition module comprises:
the data acquisition submodule is used for acquiring preset rendering data; the preset rendering data comprises a plurality of rendering data;
and the data matching sub-module is used for matching rendering data matched with the control data from the preset rendering data and taking the rendering data as the page rendering data.
9. The data processing apparatus of claim 8, wherein the second data acquisition module further comprises:
the data conversion sub-module is used for converting the control data into pinyin data if rendering data matched with the control data is not matched from the preset rendering data;
and the data matching sub-module is also used for matching rendering data matched with the pinyin data from the preset rendering data and taking the rendering data as the page rendering data.
10. The data processing apparatus of claim 9, wherein the data matching sub-module comprises:
the content acquisition unit is used for acquiring the display content of the current page;
the judging unit is used for judging whether rendering data matched with the control data or the pinyin data is included in rendering data corresponding to the display content of the current page;
the data matching unit is used for directly taking rendering data matched with the control data or the pinyin data in rendering data corresponding to the display content of the current page as the page rendering data if the rendering data exists; and if not, matching rendering data matched with the control data or the pinyin data from the preset rendering data.
11. An electronic device, comprising: a memory and a processor;
wherein the memory is used for storing programs;
the processor calls a program and is used to:
acquiring voice data;
extracting control data from the voice data;
acquiring page rendering data matched with the control data;
and performing page rendering based on the page rendering data.
CN201911174086.9A 2019-11-26 2019-11-26 Data processing method and device and electronic equipment Active CN112863501B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911174086.9A CN112863501B (en) 2019-11-26 2019-11-26 Data processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911174086.9A CN112863501B (en) 2019-11-26 2019-11-26 Data processing method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN112863501A true CN112863501A (en) 2021-05-28
CN112863501B CN112863501B (en) 2023-06-09

Family

ID=75985727

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911174086.9A Active CN112863501B (en) 2019-11-26 2019-11-26 Data processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN112863501B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090265610A1 (en) * 2008-04-18 2009-10-22 Microsoft Corporation Rendering Markup Language Macro Data For Display In A Graphical User Interface
CN106569824A (en) * 2016-11-07 2017-04-19 腾讯科技(深圳)有限公司 Page data compiling method and apparatus, and page rendering method and apparatus
CN107277436A (en) * 2016-04-09 2017-10-20 上海久畅信息技术有限公司 Picture processing method and system based on network video stream
US20180288387A1 (en) * 2017-03-29 2018-10-04 Intel Corporation Real-time capturing, processing, and rendering of data for enhanced viewing experiences
CN108733343A (en) * 2018-05-28 2018-11-02 北京小米移动软件有限公司 Generate the method, apparatus and storage medium of phonetic control command
CN109243450A (en) * 2018-10-18 2019-01-18 深圳供电局有限公司 A kind of audio recognition method and system of interactive mode
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN109885666A (en) * 2019-01-18 2019-06-14 科大国创软件股份有限公司 A kind of method and system of the intelligent sound customer service robot based on HTML5
CN112527290A (en) * 2019-09-17 2021-03-19 北京沃东天骏信息技术有限公司 Method and device for building page based on biological characteristic information

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090265610A1 (en) * 2008-04-18 2009-10-22 Microsoft Corporation Rendering Markup Language Macro Data For Display In A Graphical User Interface
CN107277436A (en) * 2016-04-09 2017-10-20 上海久畅信息技术有限公司 Picture processing method and system based on network video stream
CN106569824A (en) * 2016-11-07 2017-04-19 腾讯科技(深圳)有限公司 Page data compiling method and apparatus, and page rendering method and apparatus
US20180288387A1 (en) * 2017-03-29 2018-10-04 Intel Corporation Real-time capturing, processing, and rendering of data for enhanced viewing experiences
CN108733343A (en) * 2018-05-28 2018-11-02 北京小米移动软件有限公司 Generate the method, apparatus and storage medium of phonetic control command
CN109243450A (en) * 2018-10-18 2019-01-18 深圳供电局有限公司 A kind of audio recognition method and system of interactive mode
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN109885666A (en) * 2019-01-18 2019-06-14 科大国创软件股份有限公司 A kind of method and system of the intelligent sound customer service robot based on HTML5
CN112527290A (en) * 2019-09-17 2021-03-19 北京沃东天骏信息技术有限公司 Method and device for building page based on biological characteristic information

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王潇;: "基于Microsoft Speech SDK和OGRE的语音驱动三维面部动画研究", 科技视界 *

Also Published As

Publication number Publication date
CN112863501B (en) 2023-06-09

Similar Documents

Publication Publication Date Title
CN109688475B (en) Video playing skipping method and system and computer readable storage medium
US6108629A (en) Method and apparatus for voice interaction over a network using an information flow controller
EP1320043A2 (en) Multi-modal picture
TWI705348B (en) Service calling method and device
GB2383918A (en) Collecting user-interest information regarding a picture
CN110797022A (en) Application control method and device, terminal and server
CN103970839A (en) Method for controlling webpage browsing through voice
CN110941500A (en) Interface display method and device
CN107015979B (en) Data processing method and device and intelligent terminal
CN109889921B (en) Audio and video creating and playing method and device with interaction function
CN109325180B (en) Article abstract pushing method and device, terminal equipment, server and storage medium
CN109189243B (en) Input method switching method and device and user terminal
US11158319B2 (en) Information processing system, method, device and equipment
CN108492826B (en) Audio processing method and device, intelligent equipment and medium
CN114022955A (en) Action recognition method and device
CN112863501A (en) Data processing method and device and electronic equipment
CN112182446B (en) Page display method and device, terminal equipment and computer readable storage medium
CN106775196A (en) The method and system that intelligent graphic index is led
CN115081423A (en) Document editing method and device, electronic equipment and storage medium
CN102307259A (en) Content processing method based on mobile terminal application and mobile terminal
WO2018064902A1 (en) Method and system for one-click accessing to app designated module
CN110120963A (en) A kind of data processing method, device, equipment and machine readable media
US11693718B2 (en) Website plugin to enhance and standardize content accessibility
CN110968580B (en) Method and device for creating data storage structure
CN113190697A (en) Image information playing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant