WO2018188414A1 - Procédé et dispositif d'affichage de résultat de recherche - Google Patents

Procédé et dispositif d'affichage de résultat de recherche Download PDF

Info

Publication number
WO2018188414A1
WO2018188414A1 PCT/CN2018/076556 CN2018076556W WO2018188414A1 WO 2018188414 A1 WO2018188414 A1 WO 2018188414A1 CN 2018076556 W CN2018076556 W CN 2018076556W WO 2018188414 A1 WO2018188414 A1 WO 2018188414A1
Authority
WO
WIPO (PCT)
Prior art keywords
search result
user
entry
display
multimedia resource
Prior art date
Application number
PCT/CN2018/076556
Other languages
English (en)
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 WO2018188414A1 publication Critical patent/WO2018188414A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/70Information retrieval; Database structures therefor; File system structures therefor of video data
    • G06F16/73Querying
    • G06F16/738Presentation of query results

Definitions

  • the present invention relates to the field of multimedia technologies, and in particular, to a search result display method and apparatus.
  • the client of the current video industry displays the episodes of the search results on the search results page, it usually only provides a method for displaying all the episodes, and does not personalize the display according to the user, which affects the user experience.
  • the present invention provides a search result display method and apparatus, and provides personalized search result display pages for different users, thereby improving the user experience.
  • a search result display method comprising: transmitting a search request for a multimedia resource to a server; receiving a search result returned by the server in response to the search request; according to the multimedia in the search result
  • the user's viewing progress corresponding to the resource is adjusted, and the item list of the display page corresponding to the search result is adjusted to display an item of the multimedia resource corresponding to the user's viewing progress; and the adjusted display page is displayed.
  • a search result display apparatus includes: a sending module, configured to send a search request for a multimedia resource to a server; and a receiving module, configured to receive a search returned by the server in response to the search request a result, an adjustment module, configured to adjust an entry list of the display page corresponding to the search result according to a user viewing progress corresponding to the multimedia resource in the search result, to display the multimedia resource corresponding to the user viewing progress An entry; a display module for displaying the adjusted display page.
  • a search result display apparatus comprising: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to perform the above method.
  • a non-transitory computer readable storage medium which enables a terminal and/or a server to execute when instructions in the storage medium are executed by a processor of a terminal and/or a server The above method.
  • the search result display method and apparatus according to the present invention can provide personalized search result display pages for different users, thereby improving the user experience.
  • FIG. 1 shows a flow chart of a search result display method according to an embodiment of the present invention.
  • FIG. 2 shows a schematic diagram of a search result display method according to an embodiment of the present invention.
  • FIG. 3 shows a flow chart of the method of step S13 in accordance with an embodiment of the present invention.
  • FIG. 4 shows a schematic diagram of a search result display method according to an embodiment of the present invention.
  • FIG. 5 shows a schematic diagram of a search result display method according to the related art.
  • FIG. 6 shows a flow chart of a search result display method according to an embodiment of the present invention.
  • FIG. 7 shows a flow chart of a search result display method according to an embodiment of the present invention.
  • FIG. 8 shows a block diagram of a search result display device in accordance with an embodiment of the present invention.
  • FIG. 9 shows a block diagram of a search result display device in accordance with an embodiment of the present invention.
  • FIG. 10 shows a block diagram of a search result display device in accordance with an embodiment of the present invention.
  • FIG. 1 shows a flow chart of a search result display method according to an embodiment of the present invention, which may be applied to a terminal device such as a computer, a mobile terminal, or the like. As shown in FIG. 1, the method can include:
  • Step S11 sending a search request for the multimedia resource to the server
  • Step S12 receiving a search result returned by the server in response to the search request
  • Step S13 Adjust an entry list of the display page corresponding to the search result according to the user viewing progress corresponding to the multimedia resource in the search result, to display an entry of the multimedia resource corresponding to the user viewing progress;
  • step S14 the adjusted display page is displayed.
  • Adjusting an entry list of the display page of the search result by the user viewing progress to display an entry of the multimedia resource corresponding to the user viewing progress, and the search result display method according to the present invention can provide personalized search results for different users. Display the page to improve the user experience.
  • FIG. 2 shows a schematic diagram of a search result display method according to an embodiment of the present invention.
  • the video client is used as an example.
  • the user may trigger a search through the search interface of the video client to find a corresponding video resource. For example, You can enter a keyword to search or directly click to trigger a search history to find it.
  • the video client may send a search request for a multimedia (eg, video as described above) resource to the server according to the user's input or trigger operation
  • the search request may include information such as search keywords, user feature information, etc.
  • the server may respond to the Searching for a request and searching for a video resource matching the search keyword according to the search request is returned as a search result to the video client, and the video client receives the search result returned by the server in response to the search request.
  • the user feature information may be any information that uniquely identifies the user, such as the account information of the user logging in to the client.
  • the user feature information may also be information such as the identity of the terminal device in an application scenario in which the user does not log in to the client.
  • the video client may further obtain a corresponding user viewing progress according to the search result, for example, may be obtained from a user viewing progress saved locally by the video client, or may be obtained. Obtained by the server.
  • the client locally can save the user viewing progress in association with the user feature information and the multimedia feature information, and the multimedia feature information can be any information that can uniquely identify the multimedia resource, such as a multimedia resource name, an ID, and the like. For example, information such as "User A, Best Family, Episode 2" can be saved.
  • the user viewing progress corresponding to the user feature information may be obtained according to the multimedia feature information included in the search result, for example, according to the video name included in the search result, obtaining the user viewing progress of the video corresponding to the video name by the user A, according to the
  • the user viewing progress adjusts an item list of the display page corresponding to the search result to display an item of the multimedia resource corresponding to the user's viewing progress, and the item may be an episode of a TV series, a track of a singer album, etc., and display adjustment After the display page.
  • search result display method is as described above with the video client as an example, those skilled in the art can understand that the present invention is not limited thereto. For example, it can also be applied to an audio client or to a web search.
  • FIG. 3 shows a flow chart of the method of step S13 in accordance with an embodiment of the present invention. As shown in Figure 3,
  • step S13 adjusting the list of entries of the display page corresponding to the search result may include:
  • Step S131 starting from the entry of the multimedia resource corresponding to the progress of the user viewing, sequentially displaying the entry after the entry corresponding to the user's viewing progress.
  • FIG. 4 shows a schematic diagram of a search result display method according to an embodiment of the present invention.
  • the user is watching "the best family", and the second episode is seen during the last viewing, and the episode list in the display page corresponding to the search result can be adjusted, starting from the second episode, and sequentially displaying Episode after the second episode.
  • the user can directly select an item corresponding to the user's viewing progress when viewing, and the operation is simple, and the user experience is improved.
  • FIG. 5 shows a schematic diagram of a search result display method according to the related art.
  • the episode list in the display page corresponding to the search result is displayed from the first episode, episode 3 - 28th
  • the set does not display the corresponding action controls.
  • the user wants to start watching episode 5 and must first trigger the selection button on the right side of the episode list to display all the episodes.
  • the list of episodes causes inconvenience to the user and affects the user experience.
  • the search result display method of the above embodiment of the present invention the user can directly select the episode that was last viewed or the episode after the viewing without the trigger selection button, thereby improving the user experience.
  • the manner of adjusting the display page is not limited to the above, for example, an entry before the entry of the multimedia resource corresponding to the progress of the user (for example, an episode that has already been viewed) and a multimedia resource corresponding to the progress of viewing from the user may be displayed.
  • the entries after the start of the entry (such as the currently viewed and unwatched episodes) are displayed separately in different entry lists, etc., and the above effects can also be achieved. Still taking the scene shown in FIG.
  • the episode list in the display page corresponding to the search result may be adjusted, in the first entry list, from the second episode Initially, the episodes after the second episode are sequentially displayed, and the episode 1 is displayed in the second entry list separated from the first entry list.
  • the user can directly select an item corresponding to the user's viewing progress in the first item list to start viewing, or can repeatedly view the item that has already been viewed in the second item list, and the operation is simple, and the user's use is improved.
  • the operation is simple, and the user's use is improved.
  • the adjusting the display page corresponding to the search result in the step S13 may further include:
  • Step S132 displaying a user viewing progress on the display page corresponding to the search result.
  • the user's viewing progress may be displayed at a suitable position on the display page corresponding to the search result, for example, "displayed to 2 episodes" is displayed at the episode information of the video introduction part, and Other suitable locations of the display page are displayed, which are not limited by the present invention.
  • FIG. 6 shows a flow chart of a search result display method according to an embodiment of the present invention. As shown in FIG. 6, the method may further include:
  • step S15 the user viewing progress is recorded, and the user viewing progress is saved in association with the user feature information and the multimedia resource feature information.
  • a video client or a video site can record the user's viewing progress according to user operations (eg, exiting the client, pausing viewing, etc.), such as recording the progress of the video through the player. And storing the user viewing progress in association with user feature information and multimedia resource feature information.
  • the content association may be saved locally or the locally saved related content may be updated so that the user watching progress related to the user and the video may be acquired when the same user watches the same series of videos next time. Therefore, the display interface corresponding to the search result is adjusted to improve the user experience.
  • FIG. 7 shows a flow chart of a search result display method according to an embodiment of the present invention. As shown in FIG. 7, the method may further include:
  • Step S16 uploading the user viewing progress and associated user feature information and multimedia resource feature information to the server.
  • the video client may also upload the user viewing progress and associated user feature information and multimedia resource feature information to the server, save or update by the server; similarly, in the case that the user views the video through the video website, the video website may also upload the user viewing progress and associated user feature information and multimedia resource feature information to the server, which may be saved or updated by the server.
  • the same user can obtain the latest video when viewing the same series of videos in different ways (client, website, or through different terminals).
  • the user views the progress, and adjusts the display page corresponding to the search result according to the user's viewing progress, and displays the adjusted display page to improve the user experience.
  • the selection control may be displayed in the adjusted display page, and in response to the triggering of the selection control, all items of the multimedia resource (eg, all TV episodes) may be displayed for user selection, ie, the user You can also choose to watch the items you have watched again.
  • all items of the multimedia resource eg, all TV episodes
  • FIG. 8 shows a block diagram of a search result display device that can be applied to a terminal device such as a computer, a mobile terminal, etc., according to an embodiment of the present invention.
  • the apparatus may include: a sending module 91, a receiving module 92, an adjusting module 93, and a display module 94.
  • the sending module 91 is configured to send a search request for the multimedia resource to the server;
  • the receiving module 92 is configured to receive a search result returned by the server in response to the search request;
  • the adjusting module 93 is configured to adjust an entry list of the display page corresponding to the search result according to the user viewing progress corresponding to the multimedia resource in the search result, to display an entry of the multimedia resource corresponding to the user viewing progress ;
  • the display module 94 is configured to display the adjusted display page.
  • Adjusting an entry list of the display page of the search result by the user viewing progress to display an entry of the multimedia resource corresponding to the user viewing progress, and the search result display device according to the present invention can provide personalized search results for different users. Display the page to improve the user experience.
  • FIG. 9 shows a block diagram of a search result display device in accordance with an embodiment of the present invention.
  • the adjustment module 93 may include: a first adjustment unit 931 .
  • the first adjusting unit 931 is configured to start, after the user views the entry of the multimedia resource corresponding to the progress, sequentially display the entry after the entry corresponding to the user's viewing progress.
  • the adjustment module 93 can include a second adjustment unit 932.
  • the second adjusting unit 932 is configured to separately display an entry before the entry of the multimedia resource corresponding to the progress of the user viewing and an entry after the entry of the multimedia resource corresponding to the progress of the user viewing in a different entry list.
  • the adjustment module 93 may further include: a display progress unit 933.
  • the display progress unit 933 is configured to display the user viewing progress on the display page corresponding to the search result.
  • the device may further include: a recording module 95.
  • the recording module 95 is configured to record a user viewing progress, and save the user viewing progress in association with the user feature information and the multimedia resource feature information.
  • the device may further include: an uploading module 96.
  • the uploading module 96 is configured to upload the user viewing progress and associated user feature information and multimedia resource feature information to the server.
  • FIG. 10 is a block diagram of a search result display apparatus 800, according to an exemplary embodiment.
  • device 800 can be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a gaming console, a tablet device, a medical device, a fitness device, a personal digital assistant, and the like.
  • apparatus 800 can include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, And a communication component 816.
  • Processing component 802 typically controls the overall operation of device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
  • Processing component 802 can include one or more processors 820 to execute instructions to perform all or part of the steps of the above described methods.
  • processing component 802 can include one or more modules to facilitate interaction between component 802 and other components.
  • processing component 802 can include a multimedia module to facilitate interaction between multimedia component 808 and processing component 802.
  • Memory 804 is configured to store various types of data to support operation at device 800. Examples of such data include instructions for any application or method operating on device 800, contact data, phone book data, messages, pictures, videos, and the like.
  • the memory 804 can be implemented by any type of volatile or non-volatile storage device, or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM Electrically erasable programmable read only memory
  • PROM Programmable Read Only Memory
  • ROM Read Only Memory
  • Magnetic Memory Flash Memory
  • Disk Disk or Optical Disk.
  • Power component 806 provides power to various components of device 800.
  • Power component 806 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 800.
  • the multimedia component 808 includes a screen between the device 800 and the user that provides an output interface.
  • the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
  • the multimedia component 808 includes a front camera and/or a rear camera. When the device 800 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front and rear camera can be a fixed optical lens system or have focal length and optical zoom capabilities.
  • the audio component 810 is configured to output and/or input an audio signal.
  • the audio component 810 includes a microphone (MIC) that is configured to receive an external audio signal when the device 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode.
  • the received audio signal may be further stored in memory 804 or transmitted via communication component 816.
  • the audio component 810 also includes a speaker for outputting an audio signal.
  • the I/O interface 812 provides an interface between the processing component 802 and the peripheral interface module, which may be a keyboard, a click wheel, a button, or the like. These buttons may include, but are not limited to, a home button, a volume button, a start button, and a lock button.
  • Sensor assembly 814 includes one or more sensors for providing device 800 with a status assessment of various aspects.
  • sensor assembly 814 can detect an open/closed state of device 800, relative positioning of components, such as the display and keypad of device 800, and sensor component 814 can also detect a change in position of one component of device 800 or device 800. The presence or absence of user contact with device 800, device 800 orientation or acceleration/deceleration, and temperature variation of device 800.
  • Sensor assembly 814 can include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
  • Sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
  • the sensor assembly 814 can also include an acceleration sensor, a gyro sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
  • Communication component 816 is configured to facilitate wired or wireless communication between device 800 and other devices.
  • the device 800 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof.
  • communication component 816 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
  • the communication component 816 also includes a near field communication (NFC) module to facilitate short range communication.
  • NFC near field communication
  • the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
  • RFID radio frequency identification
  • IrDA infrared data association
  • UWB ultra-wideband
  • Bluetooth Bluetooth
  • device 800 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGA field programmable A gate array
  • controller microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
  • a non-transitory computer readable storage medium comprising instructions, such as a memory 804 comprising instructions executable by processor 820 of apparatus 800 to perform the above method.
  • the invention can be a system, method and/or computer program product.
  • the computer program product can comprise a computer readable storage medium having computer readable program instructions embodied thereon for causing a processor to implement various aspects of the present invention.
  • the computer readable storage medium can be a tangible device that can hold and store the instructions used by the instruction execution device.
  • the computer readable storage medium can be, for example, but not limited to, an electrical storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • Non-exhaustive list of computer readable storage media include: portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM) Or flash memory), static random access memory (SRAM), portable compact disk read only memory (CD-ROM), digital versatile disk (DVD), memory stick, floppy disk, mechanical encoding device, for example, with instructions stored thereon A raised structure in the hole card or groove, and any suitable combination of the above.
  • a computer readable storage medium as used herein is not to be interpreted as a transient signal itself, such as a radio wave or other freely propagating electromagnetic wave, an electromagnetic wave propagating through a waveguide or other transmission medium (eg, a light pulse through a fiber optic cable), or through a wire The electrical signal transmitted.
  • the computer readable program instructions described herein can be downloaded from a computer readable storage medium to various computing/processing devices or downloaded to an external computer or external storage device over a network, such as the Internet, a local area network, a wide area network, and/or a wireless network.
  • the network may include copper transmission cables, fiber optic transmissions, wireless transmissions, routers, firewalls, switches, gateway computers, and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium in each computing/processing device .
  • Computer program instructions for performing the operations of the present invention may be assembly instructions, instruction set architecture (ISA) instructions, machine instructions, machine related instructions, microcode, firmware instructions, state setting data, or in one or more programming languages.
  • the computer readable program instructions can execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer, partly on the remote computer, or entirely on the remote computer or server. carried out.
  • the remote computer can be connected to the user's computer through any kind of network, including a local area network (LAN) or wide area network (WAN), or can be connected to an external computer (eg, using an Internet service provider to access the Internet) connection).
  • the customized electronic circuit such as a programmable logic circuit, a field programmable gate array (FPGA), or a programmable logic array (PLA), can be customized by utilizing state information of computer readable program instructions.
  • Computer readable program instructions are executed to implement various aspects of the present invention.
  • the computer readable program instructions can be provided to a general purpose computer, a special purpose computer, or a processor of other programmable data processing apparatus to produce a machine such that when executed by a processor of a computer or other programmable data processing apparatus Means for implementing the functions/acts specified in one or more of the blocks of the flowcharts and/or block diagrams.
  • the computer readable program instructions can also be stored in a computer readable storage medium that causes the computer, programmable data processing device, and/or other device to operate in a particular manner, such that the computer readable medium storing the instructions includes An article of manufacture that includes instructions for implementing various aspects of the functions/acts recited in one or more of the flowcharts.
  • the computer readable program instructions can also be loaded onto a computer, other programmable data processing device, or other device to perform a series of operational steps on a computer, other programmable data processing device or other device to produce a computer-implemented process.
  • instructions executed on a computer, other programmable data processing apparatus, or other device implement the functions/acts recited in one or more of the flowcharts and/or block diagrams.
  • each block in the flowchart or block diagram can represent a module, a program segment, or a portion of an instruction that includes one or more components for implementing the specified logical functions.
  • Executable instructions can also occur in a different order than those illustrated in the drawings. For example, two consecutive blocks may be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented in a dedicated hardware-based system that performs the specified function or function. Or it can be implemented by a combination of dedicated hardware and computer instructions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Multimedia (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

La présente invention concerne un procédé et un dispositif d'affichage de résultats de recherche, le procédé consistant à : envoyer une requête de recherche pour des ressources multimédias à un serveur; recevoir un résultat de recherche renvoyé par le serveur en réponse à la demande de recherche; ajuster une liste d'entrée d'une page d'affichage correspondant au résultat de recherche conformément à une progression de visualisation d'utilisateur correspondant aux ressources multimédias dans le résultat de recherche de façon à afficher des entrées des ressources multimédias correspondant à l'avancement de visualisation de l'utilisateur; et afficher la page d'affichage ajustée. La liste d'entrées de la page d'affichage du résultat de recherche est ajustée en fonction de la progression de visualisation de l'utilisateur de façon à afficher les entrées des ressources multimédias correspondant à l'utilisateur regardant la progression et à afficher la page d'affichage ajustée. Avec le procédé et le dispositif d'affichage de résultats de recherche selon la présente invention, des pages d'affichage de résultats de recherche personnalisés peuvent être fournies pour différents utilisateurs, et l'expérience d'utilisation des utilisateurs peut être améliorée.
PCT/CN2018/076556 2017-04-14 2018-02-12 Procédé et dispositif d'affichage de résultat de recherche WO2018188414A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710244059.9 2017-04-14
CN201710244059.9A CN107122430B (zh) 2017-04-14 2017-04-14 搜索结果显示方法及装置

Publications (1)

Publication Number Publication Date
WO2018188414A1 true WO2018188414A1 (fr) 2018-10-18

Family

ID=59724734

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/076556 WO2018188414A1 (fr) 2017-04-14 2018-02-12 Procédé et dispositif d'affichage de résultat de recherche

Country Status (3)

Country Link
CN (1) CN107122430B (fr)
TW (1) TW201837751A (fr)
WO (1) WO2018188414A1 (fr)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107122430B (zh) * 2017-04-14 2020-09-04 阿里巴巴(中国)有限公司 搜索结果显示方法及装置
CN109739397B (zh) * 2018-04-16 2022-11-29 北京字节跳动网络技术有限公司 一种搜索结果显示的方法和装置
CN108848403A (zh) * 2018-07-27 2018-11-20 北京优酷科技有限公司 观看记录的展示方法及装置
CN109299378B (zh) * 2018-10-26 2021-02-12 Oppo广东移动通信有限公司 搜索结果的展示方法、装置、终端及存储介质
CN112559926B (zh) * 2020-12-22 2023-10-03 北京百度网讯科技有限公司 搜索展示条目的上线处理方法、装置、设备、介质及产品
CN112883225B (zh) * 2021-02-02 2022-10-11 聚好看科技股份有限公司 一种媒体资源搜索、显示方法及设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104618807A (zh) * 2014-03-31 2015-05-13 腾讯科技(北京)有限公司 多媒体播放方法、装置及系统
CN105472433A (zh) * 2014-08-25 2016-04-06 小米科技有限责任公司 提供节目内容的方法、装置及智能电视
CN105933730A (zh) * 2016-06-30 2016-09-07 乐视控股(北京)有限公司 一种视频关联信息推荐方法和装置
CN107122430A (zh) * 2017-04-14 2017-09-01 合信息技术(北京)有限公司 搜索结果显示方法及装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365933B (zh) * 2012-04-11 2016-12-14 中山市云创知识产权服务有限公司 搜索结果显示系统及方法
WO2014074945A1 (fr) * 2012-11-08 2014-05-15 Timothy James Price Système et procédé de publicité assortie d'incitation
US9696881B2 (en) * 2013-01-15 2017-07-04 Viki, Inc. System and method for captioning media
CN104010223B (zh) * 2014-06-17 2016-01-13 合一网络技术(北京)有限公司 接管终端系统进行视频播放的方法和系统
CN106060608A (zh) * 2016-05-30 2016-10-26 深圳Tcl数字技术有限公司 同步播放节目的方法和装置
CN106488300A (zh) * 2016-10-27 2017-03-08 广东小天才科技有限公司 一种视频内容查看方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104618807A (zh) * 2014-03-31 2015-05-13 腾讯科技(北京)有限公司 多媒体播放方法、装置及系统
CN105472433A (zh) * 2014-08-25 2016-04-06 小米科技有限责任公司 提供节目内容的方法、装置及智能电视
CN105933730A (zh) * 2016-06-30 2016-09-07 乐视控股(北京)有限公司 一种视频关联信息推荐方法和装置
CN107122430A (zh) * 2017-04-14 2017-09-01 合信息技术(北京)有限公司 搜索结果显示方法及装置

Also Published As

Publication number Publication date
TW201837751A (zh) 2018-10-16
CN107122430B (zh) 2020-09-04
CN107122430A (zh) 2017-09-01

Similar Documents

Publication Publication Date Title
TWI667917B (zh) Multimedia search result display method and device
WO2018188414A1 (fr) Procédé et dispositif d'affichage de résultat de recherche
WO2017092247A1 (fr) Procédé, appareil et système pour lire des données multimédia
WO2019095914A1 (fr) Procédé et appareil d'affichage de commentaires sur écran
US10425807B2 (en) Method and apparatus for controlling interface display
WO2018157630A1 (fr) Procédé et dispositif permettant de recommander un utilisateur associé
WO2018214604A1 (fr) Procédé et un dispositif de prévisualisation de résultat de recherche vidéo
WO2017088247A1 (fr) Procédé, dispositif et appareil de traitement d'entrée
WO2019109704A1 (fr) Procédé et appareil d'affichage d'informations
KR20150144263A (ko) 동영상 에피소드 선택방법, 장치, 프로그램 및 기록매체
RU2663709C2 (ru) Способ и устройство для обработки информации
RU2666626C1 (ru) Способ и устройство для управления состоянием воспроизведения
CN108495168B (zh) 弹幕信息的显示方法及装置
WO2017101345A1 (fr) Procédé et appareil de lecture vidéo
WO2019095821A1 (fr) Procédé et appareil d'affichage d'interface
WO2019095913A1 (fr) Procédé et appareil d'affichage d'interface
WO2018188410A1 (fr) Procédé et appareil de réponse de retour
CN108174269B (zh) 可视化音频播放方法及装置
WO2019095820A1 (fr) Procédé et dispositif de lecture audio
WO2019095817A1 (fr) Procédé et appareil d'affichage d'interface
US20200037050A1 (en) Play Framework, Display Method, Apparatus and Storage Medium for Media Content
WO2019051836A1 (fr) Procédé et appareil de réponse à des informations
CN106851418B (zh) 视频推荐方法及装置
CN108965976B (zh) 视频窗口的显示控制方法及装置
CN107315590B (zh) 通知消息处理方法及装置

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC , EPO FORM 1205A DATED 31.01.2020.

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 31/01/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18785138

Country of ref document: EP

Kind code of ref document: A1