JP2012247822A - Method for providing client access to information page having voice reading system, program, and server system - Google Patents

Method for providing client access to information page having voice reading system, program, and server system Download PDF

Info

Publication number
JP2012247822A
JP2012247822A JP2011116542A JP2011116542A JP2012247822A JP 2012247822 A JP2012247822 A JP 2012247822A JP 2011116542 A JP2011116542 A JP 2011116542A JP 2011116542 A JP2011116542 A JP 2011116542A JP 2012247822 A JP2012247822 A JP 2012247822A
Authority
JP
Japan
Prior art keywords
reading
link
client
mouse cursor
shortest distance
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.)
Withdrawn
Application number
JP2011116542A
Other languages
Japanese (ja)
Inventor
Sachiko Chiba
さち子 千葉
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.)
MIRAI KYOIKU KENKYUJO CO Ltd
Original Assignee
MIRAI KYOIKU KENKYUJO 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 MIRAI KYOIKU KENKYUJO CO Ltd filed Critical MIRAI KYOIKU KENKYUJO CO Ltd
Priority to JP2011116542A priority Critical patent/JP2012247822A/en
Publication of JP2012247822A publication Critical patent/JP2012247822A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide more convenient reading aloud services.SOLUTION: A method for providing client access to information page having a voice reading system via a computer network by the Internet includes steps of: estimating a movement direction of a mouse cursor of a client; estimating the shortest distance between a straight line extending along the estimated movement direction of the mouse cursor and a reading point or a link point; and comparing the shortest distance and a radius of a concentric circle which has its center at the predetermined reading point or link point and forms vicinity area of the reading point or link point, to start reading aloud contents of the reading point or link point when the shortest distance is smaller than the radius of the vicinity area.

Description

本発明は、音声読み上げシステムを有する情報ページに対する、クライアントによるアクセスを提供する方法及びプログラム並びにサーバシステムに関するものである。   The present invention relates to a method and program for providing access by a client to an information page having a speech reading system, and a server system.

音声プロキシサーバを用いて、WWWの情報に含まれるテキストなどを読み上げる技術は、例えば特許文献1に開示されている。
またホームページの音声読み上げシステムも提案されている(例えば特許文献2参照)。
For example, Patent Document 1 discloses a technique of reading out text included in WWW information using a voice proxy server.
A speech reading system for a homepage has also been proposed (see, for example, Patent Document 2).

図2に、従来のホームページの音声読み上げシステムのシステム処理概要を例示する。
以下、図2を引用して、音声読み上げシステムの全体動作のデータの流れを詳細に説明する。
クライアントがホームページにアクセスすると、既存WebサーバにあるHTMLファイルがインターネットエクスプローラなどのアプリケーションによってクライアントPCの画面に表示される。画面に表示されたページ内の読み上げテキストは、特定のHTMLタグなどで設定されたところのテキストデータである。
FIG. 2 exemplifies a system processing outline of a conventional homepage speech reading system.
The data flow of the overall operation of the voice reading system will be described in detail below with reference to FIG.
When the client accesses the homepage, the HTML file on the existing Web server is displayed on the client PC screen by an application such as Internet Explorer. The reading text in the page displayed on the screen is text data set by a specific HTML tag or the like.

さらにクライアントが読み上げボタンを押すと、JAVA(登録商標)SCRIPTやFLASHなどで書かれたプログラムが起動してこれらの設定されている読み上げ部分のテキストデータを抽出し、上から順番にソートする。これらは認証キーとともにサーバ群へ送信される。ここでは、まず、認証キーがサーバ群のデータベースと照合されて、アクセスが許可されている認証キーであるか否かがチェックされる。
次にこのチェックをパスした認証キーとともに受信されたテキストデータは音声エンジンを用いて音声合成される。この音声合成された音声ファイルがストリーミングでHTMLに送信されてリアルタイムで音声再生される。以上が全体動作のデータの流れである。
Furthermore, when the client presses the reading button, a program written in JAVA (registered trademark) SCRIPT, FLASH, or the like is activated to extract the text data of these set reading portions and sort them in order from the top. These are transmitted to the server group together with the authentication key. Here, first, the authentication key is checked against the database of the server group to check whether or not the authentication key is permitted to be accessed.
Next, the text data received together with the authentication key that passes this check is synthesized with a speech engine. This voice synthesized voice file is streamed and sent to HTML for voice playback in real time. The above is the data flow of the entire operation.

このような従来のホームページの音声読み上げシステムでは、読み上げは,マウスが読み上げ箇所にマウスオーバーした場合又は読み上げボタンをクリックした場合に開始される。
このため、より利便性の高い読み上げサービスを提供するという観点から、これまでの技術には次のような問題点がある。
(1)テキストの読み上げは、その箇所をマウスでクリックしたとき、又はマウスオーバーしたときから読み上げを開始する仕組みであり、早期に読み上げを開始する場合よりも理解のための時間的な余裕が少なく、利便性が低い。
(2)リンク(RINK)箇所については、リンク箇所にマウスカーソルが来たときにリンク先の縮小された内容のホップアップが表示されるだけであり、その内容を読み上げるなどの高度な利便性が考慮されていない。
In such a conventional homepage speech reading system, reading is started when the mouse is over the reading position or when a reading button is clicked.
For this reason, from the viewpoint of providing a more convenient reading service, the conventional techniques have the following problems.
(1) Text-to-speech is a mechanism to start reading when the part is clicked with the mouse or when the mouse is over, and there is less time for understanding than when reading is started early. The convenience is low.
(2) For the link (LINK) location, when the mouse cursor comes to the link location, only the hop-up of the reduced content of the link destination is displayed, and there is a high degree of convenience such as reading out the content. Not considered.

特開平11−110186号公報JP-A-11-110186 特開2009−75625号公報JP 2009-75625 A

本発明は、前記の問題点を解決し、より利便性の高い読み上げサービスを提供することを課題とする。
より詳細には、本発明は、クライアントに読み上げ箇所の情報を早めに伝達し、内容を理解する時期的な余裕を与えるなどの利便性を高くすることを課題とする。
また本発明は、リンク先の理解を深めさせるとともに興味をクライアントに増長させる手助けするとともに、リンク箇所にクライアントのマウスカーソルが滞在中に、リンク先に行きたいか否かを判断して自動的に表示する利便性を付加することを課題とする。
An object of the present invention is to solve the above-described problems and provide a more convenient reading service.
More specifically, an object of the present invention is to increase convenience such as transmitting information of a reading portion to a client early and giving a time margin for understanding the contents.
In addition, the present invention deepens the understanding of the link destination and helps increase the interest of the client, and automatically determines whether the client wants to go to the link destination while the client's mouse cursor stays at the link location. It is an object to add convenience of display.

上記の課題は、以下の音声読み上げシステムを有する情報ページに対するアクセスを提供する方法及びプログラム並びにサーバシステムによって解決される。
(1)クライアントのマウスカーソルの進行方向を予測するステップと、予測されたマウスカーソルの進行方向を延長する直線と読み上げ箇所又はリンク箇所との最短距離を予測するステップと、該最短距離と、予め定められた読み上げ箇所又はリンク箇所を中心とする同心円内であって読み上げ箇所又はリンク箇所の近傍領域を構成する該同心円の半径とを比較し、該最短距離が該近傍領域の半径より小さい場合、該読み上げ箇所又はリンク箇所の内容の読み上げを開始するステップと、を含む、インターネットよりなるコンピュータネットワークを介した、音声読み上げシステムを有する情報ページに対する、該クライアントによるアクセスを提供する方法。
(2)上記近傍領域での上記クライアントのマウスカーソルの滞在時間が、リンク先の読み上げ時間又は予め定めた滞在時間を超えている場合、自動的にリンク先のページを開くステップをさらに含む、上記(1)に記載のインターネットよりなるコンピュータネットワークを介した、音声読み上げシステムを有する情報ページに対する、該クライアントによるアクセスを提供する方法。
(3)インターネットよりなるコンピュータネットワークを介した、音声読み上げシステムを有する情報ページに対する、クライアントによるアクセスを提供するプログラムであって、該クライアントのマウスカーソルの進行方向を予測するステップと、予測されたマウスカーソルの進行方向を延長する直線と読み上げ箇所又はリンク箇所との最短距離を予測するステップと、該最短距離と、予め定められた読み上げ箇所又はリンク箇所を中心とする同心円内であって読み上げ箇所又はリンク箇所の近傍領域を構成する該同心円の半径とを比較し、該最短距離が該近傍領域の半径より小さい場合、該読み上げ箇所又はリンク箇所の内容の読み上げを開始するステップと、を実行する命令を含むプログラム。
(4)上記近傍領域での上記クライアントのマウスカーソルの滞在時間が、リンク先の読み上げ時間又は予め定めた滞在時間を超えている場合、自動的にリンク先のページを開くステップを実行する命令をさらに含む、上記(3)に記載のプログラム。
(5)上記(3)又は(4)に記載のプログラムを格納したサーバシステム。
The above problems are solved by a method and program for providing access to an information page having the following speech reading system and a server system.
(1) a step of predicting the moving direction of the mouse cursor of the client, a step of predicting the shortest distance between the straight line extending the predicted moving direction of the mouse cursor and the reading portion or the link portion, When the shortest distance is smaller than the radius of the neighboring region, compared with the radius of the concentric circle that constitutes the neighboring region of the reading portion or the link location within the concentric circle centered on the specified reading location or link location, A method of providing access by the client to an information page having a speech-to-speech system over a computer network comprising the Internet, the method comprising:
(2) The method further includes a step of automatically opening a linked page when the stay time of the mouse cursor of the client in the vicinity region exceeds a read-out time of a link destination or a predetermined stay time. A method for providing access by a client to an information page having a voice reading system via a computer network including the Internet according to (1).
(3) A program for providing access by a client to an information page having a speech reading system via a computer network comprising the Internet, the step of predicting the moving direction of a mouse cursor of the client, and a predicted mouse A step of predicting a shortest distance between a straight line extending the direction of movement of the cursor and a reading position or a link position, and the shortest distance and a reading position or a reading position within a concentric circle centered on a predetermined reading position or link position, or A step of comparing the radius of the concentric circles constituting the vicinity area of the link location and starting reading the content of the readout location or link location if the shortest distance is smaller than the radius of the neighborhood region Including programs.
(4) When the stay time of the mouse cursor of the client in the vicinity region exceeds the read-out time of the link destination or a predetermined stay time, an instruction to automatically open the link-destination page is issued The program according to (3), further including:
(5) A server system storing the program according to (3) or (4).

本発明によれば、次のような作用効果が得られる。
(1)読み上げ箇所を早期に読み上げることができるため、クライアントに読み上げ箇所の情報を早めに伝達するとともに内容を理解する時期的な余裕を与えるなどの利便性が高くなる。
(2)どのリンク先にクライアントのマウスカーソルが向かっているかを推測して、そのリンクに関した読み上げを早期に開始し、かつ早期にホップアップを表示することにより、リンク先の理解を深めさせるとともに興味をクライアントに増長させる手助けになる。
(3)リンク箇所にクライアントのマウスカーソルが滞在中にリンク先に行きたいか否かを、判断して自動的に表示する利便性が付加される。
According to the present invention, the following effects can be obtained.
(1) Since the read-out location can be read out early, the convenience of transmitting the information of the read-out location to the client early and giving the client time to understand the contents is enhanced.
(2) Estimate which link destination the client's mouse cursor is pointing to, start reading aloud about the link at an early stage, and display hop-up at an early stage to deepen the understanding of the link destination. Helps increase interest in clients.
(3) The convenience of automatically determining and displaying whether or not it is desired to go to the link destination while the mouse cursor of the client stays at the link location is added.

本発明に係るマウスカーソルの進行方向の予測並びに読み上げ箇所又はリンク箇所の予測原理を説明する図面である。It is drawing explaining the prediction principle of the advancing direction of the mouse cursor which concerns on this invention, and the prediction principle of a reading location or a link location. 従来のホームページの音声読み上げシステムのシステム処理概要を例示する図面である。It is drawing which illustrates the system processing outline | summary of the conventional voice reading system of a homepage.

(本発明の概要)
本発明は、図2に例示する従来のホームページの音声読み上げシステムにおけるステップに加えて、次のような各ステップを付加するものである。
クライアントのマウスカーソルの進行方向を予測するステップと、予測されたマウスカーソルの進行方向を延長する直線と読み上げ箇所又はリンク箇所との最短距離を予測するステップと、該最短距離と、予め定められた読み上げ箇所又はリンク箇所を中心とする同心円内であって読み上げ箇所又はリンク箇所の近傍領域を構成する該同心円の半径とを比較し、該最短距離が該近傍領域の半径より小さい場合、該読み上げ箇所又はリンク箇所の内容の読み上げを開始するステップ。
(Outline of the present invention)
The present invention adds the following steps in addition to the steps in the conventional speech reading system for a homepage illustrated in FIG.
A step of predicting the moving direction of the mouse cursor of the client, a step of predicting the shortest distance between the straight line extending the predicted moving direction of the mouse cursor and the reading portion or the link portion, and the predetermined shortest distance When the shortest distance is smaller than the radius of the neighboring area within the concentric circle centering on the reading place or the link place and compared with the radius of the concentric circle constituting the vicinity area of the reading place or the link place, the reading place Or a step of starting to read out the contents of the link part.

そして、上記各ステップは、各ステップを実行する命令を含むプログラムにより実行され、このプログラムによりサーバシステムが制御される。
以下、本発明に係るマウスカーソルの進行方向の予測並びに読み上げ箇所又はリンク箇所の予測原理を詳細に説明する。
The above steps are executed by a program including instructions for executing the steps, and the server system is controlled by the programs.
Hereinafter, the prediction direction of the direction of movement of the mouse cursor and the prediction principle of the read-out location or link location according to the present invention will be described in detail.

(マウスカーソルの進行方向の予測)
マウスカーソルの進行方向の予測は、次の式(1)によって表される未知パラメータa、bを推定することである。
ax+by+ε=1・・・(1)
ここで、式(1)における座標(x、y)は、HP画面上のマウスカーソル位置であり、εは、白色雑音(White Noise)(平均値0,分散σ)である。
さらに式(1)は次の[数1]のように表すことができる。
(Predicting the direction of mouse cursor movement)
The prediction of the moving direction of the mouse cursor is to estimate the unknown parameters a and b represented by the following equation (1).
ax + by + ε = 1 (1)
Here, the coordinates (x, y) in the equation (1) are the mouse cursor position on the HP screen, and ε is white noise (average value 0, variance σ 2 ).
Furthermore, Formula (1) can be expressed as [Formula 1] below.

そうすると、マウスカーソルの進行方向の予測は、上記システム方程式(2)(3)式において、観測信号Xを用いて未知パラメータθを推定する問題に帰着する。
これは、例えば次の[数2]の定理に示されるように、最小二乗推定問題やカルマンフィルタ理論で容易に求めることができる。
システム方程式(2)(3)式において、0割防止のためにrank(Ω)=2とすると、未知パラメータθは、次のように表すことができ、マウスカーソルの予測された進行方向を求めることができる。
Then, the prediction of the moving direction of the mouse cursor results in a problem of estimating the unknown parameter θ using the observation signal X in the system equations (2) and (3).
This can be easily obtained by the least square estimation problem or the Kalman filter theory, as shown in the following [Formula 2] theorem.
In the system equations (2) and (3), if rank (Ω) = 2 is set to prevent 0%, the unknown parameter θ can be expressed as follows, and the predicted traveling direction of the mouse cursor is obtained. be able to.

(読み上げ箇所又はリンク箇所の予測)
図1は、本発明に係るマウスカーソルの進行方向の予測並びに読み上げ箇所又はリンク箇所の予測原理を説明する図面である。
図1の矢印が、マウスカーソルの予測された進行方向である。
灰色の領域は読み上げ箇所の近傍領域δ(j=A,B)である。予測されたマウスカーソルの進行方向を延長する直線と対象A、B(読み上げ箇所やリンク箇所)との予測される最短距離をそれぞれ、δ、δとする。
いま、δ<δ、δ>δを満足するならば、マウスカーソルは対象Aに向かっていると定義する。
(Prediction of reading or link location)
FIG. 1 is a diagram for explaining the prediction direction of the direction of movement of a mouse cursor and the prediction principle of a reading location or a link location according to the present invention.
The arrow in FIG. 1 is the predicted direction of movement of the mouse cursor.
The gray area is the vicinity area δ j (j = A, B) of the reading position. Assume that δ 1 and δ 2 are the shortest predicted distances between the predicted straight line extending the direction of movement of the mouse cursor and the objects A and B (read-out locations and link locations), respectively.
If δ 1A and δ 2 > δ B are satisfied, the mouse cursor is defined as pointing toward the object A.

この定義を満足するようにマウスカーソルが移動するならば、近傍δに近づいたら対象Aに設定してある読み上げを開始する。
すなわち、予測される最短距離と、予め定められた読み上げ箇所又はリンク箇所を中心とする同心円内であって読み上げ箇所又はリンク箇所の近傍領域を構成する該同心円の半径とを比較し、該最短距離が該近傍領域の半径より小さい場合、該読み上げ箇所又はリンク箇所の内容の読み上げを開始する。
If the mouse cursor to satisfy this definition is moved to start the reading is set to the target A you approach near [delta] A.
That is, the predicted shortest distance is compared with the radius of the concentric circle that is in a concentric circle centered on a predetermined reading location or link location and that constitutes a region near the reading location or link location. Is smaller than the radius of the neighboring area, the reading of the contents of the reading portion or the link portion is started.

(自動的にリンク先のページを開くステップ)
マウスカーソルがリンク上にある場合、クライアントはリンク先に飛びたいのかそうでないかを推測して、そうであるならば、リンク先を自動的に表示する。
本発明では、上記クライアントのマウスカーソルの上記近傍領域での滞在時間が、リンク先の読み上げ時間又は予め定めた滞在時間を超えている場合、自動的にリンク先のページを開くステップをさらに含むことができる。
以下詳細に説明する。
(Step to automatically open the linked page)
If the mouse cursor is on the link, the client will guess whether it wants to jump to the link destination or not, and if so, it automatically displays the link destination.
The present invention further includes a step of automatically opening a link destination page when the stay time of the mouse cursor of the client in the vicinity region exceeds the read-out time of the link destination or a predetermined stay time. Can do.
This will be described in detail below.

マウスカーソルが近傍領域δにいる滞在時間又はリンク先の読み上げ時間を評価関数として判断する。
いま、
(1) リンク先の読み上げ時間:t>0
(2) 予め定めた滞在時間:t>0
(3) Mt(δ):マウスが近傍領域δにいる滞在時間
とするとき、一例として Mt(δ)>min(t,t)を満足するならば、クライアントはリンク先に飛びたいと判断して、自動的にリンク先のページを開く。
The mouse cursor is determined as the evaluation function the reading time of the staying time or landing in the vicinity region [delta] A.
Now
(1) Link destination reading time: t 1 > 0
(2) Predetermined stay time: t 2 > 0
(3) Mt (δ A ): Assuming that Mt (δ A )> min (t 1 , t 2 ) is satisfied as an example when the staying time of the mouse in the neighboring region δ A is satisfied, the client It decides that you want to fly and automatically opens the linked page.

Claims (5)

クライアントのマウスカーソルの進行方向を予測するステップと、予測されたマウスカーソルの進行方向を延長する直線と読み上げ箇所又はリンク箇所との最短距離を予測するステップと、該最短距離と、予め定められた読み上げ箇所又はリンク箇所を中心とする同心円内であって読み上げ箇所又はリンク箇所の近傍領域を構成する該同心円の半径とを比較し、該最短距離が該近傍領域の半径より小さい場合、該読み上げ箇所又はリンク箇所の内容の読み上げを開始するステップと、を含む、インターネットよりなるコンピュータネットワークを介した、音声読み上げシステムを有する情報ページに対する、該クライアントによるアクセスを提供する方法。   A step of predicting the moving direction of the mouse cursor of the client, a step of predicting the shortest distance between the straight line extending the predicted moving direction of the mouse cursor and the reading portion or the link portion, and the predetermined shortest distance When the shortest distance is smaller than the radius of the neighboring area within the concentric circle centering on the reading place or the link place and compared with the radius of the concentric circle constituting the vicinity area of the reading place or the link place, Or a method of providing access by the client to an information page having a speech-to-speech system over a computer network comprising the Internet, comprising: 上記近傍領域での上記クライアントのマウスカーソルの滞在時間が、リンク先の読み上げ時間又は予め定めた滞在時間を超えている場合、自動的にリンク先のページを開くステップをさらに含む、請求項1に記載のインターネットよりなるコンピュータネットワークを介した、音声読み上げシステムを有する情報ページに対する、該クライアントによるアクセスを提供する方法。   The method according to claim 1, further comprising: automatically opening a link destination page when a stay time of the mouse cursor of the client in the vicinity region exceeds a read-out time of a link destination or a predetermined stay time. A method for providing access by a client to an information page having a speech-to-speech system over a computer network comprising the described Internet. インターネットよりなるコンピュータネットワークを介した、音声読み上げシステムを有する情報ページに対する、クライアントによるアクセスを提供するプログラムであって、該クライアントのマウスカーソルの進行方向を予測するステップと、予測されたマウスカーソルの進行方向を延長する直線と読み上げ箇所又はリンク箇所との最短距離を予測するステップと、該最短距離と、予め定められた読み上げ箇所又はリンク箇所を中心とする同心円内であって読み上げ箇所又はリンク箇所の近傍領域を構成する該同心円の半径とを比較し、該最短距離が該近傍領域の半径より小さい場合、該読み上げ箇所又はリンク箇所の内容の読み上げを開始するステップと、を実行する命令を含むプログラム。   A program for providing access by a client to an information page having a speech-to-speech system via a computer network comprising the Internet, the step of predicting the moving direction of the mouse cursor of the client, and the predicted progress of the mouse cursor A step of predicting the shortest distance between a straight line extending in a direction and a reading location or a link location, and the shortest distance and a reading location or a link location within a concentric circle centered on a predetermined reading location or link location Comparing the radii of the concentric circles that form a neighboring area and, when the shortest distance is smaller than the radius of the neighboring area, starting to read out the contents of the reading part or the link part, . 上記近傍領域での上記クライアントのマウスカーソルの滞在時間が、リンク先の読み上げ時間又は予め定めた滞在時間を超えている場合、自動的にリンク先のページを開くステップを実行する命令をさらに含む、請求項3に記載のプログラム。   A command for automatically opening a link destination page when the stay time of the mouse cursor of the client in the vicinity region exceeds a read-out time of a link destination or a predetermined stay time; The program according to claim 3. 上記請求項3又は4に記載のプログラムを格納したサーバシステム。   A server system storing the program according to claim 3 or 4.
JP2011116542A 2011-05-25 2011-05-25 Method for providing client access to information page having voice reading system, program, and server system Withdrawn JP2012247822A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011116542A JP2012247822A (en) 2011-05-25 2011-05-25 Method for providing client access to information page having voice reading system, program, and server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011116542A JP2012247822A (en) 2011-05-25 2011-05-25 Method for providing client access to information page having voice reading system, program, and server system

Publications (1)

Publication Number Publication Date
JP2012247822A true JP2012247822A (en) 2012-12-13

Family

ID=47468252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011116542A Withdrawn JP2012247822A (en) 2011-05-25 2011-05-25 Method for providing client access to information page having voice reading system, program, and server system

Country Status (1)

Country Link
JP (1) JP2012247822A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951204A (en) * 2014-03-26 2015-09-30 日本电气株式会社 Information processing apparatus, information processing method, and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951204A (en) * 2014-03-26 2015-09-30 日本电气株式会社 Information processing apparatus, information processing method, and storage medium
JP2015185062A (en) * 2014-03-26 2015-10-22 日本電気株式会社 Information processor, information processing method and program

Similar Documents

Publication Publication Date Title
US11681699B2 (en) Automated extraction of data from web pages
JP6789200B2 (en) Drawing map images using modification of non-raster map data
US9541417B2 (en) Panning for three-dimensional maps
JP6007246B2 (en) Predictive multi-layer cache architecture
US9064337B2 (en) Method, system and apparatus for rendering a map with adaptive textures for map features
US10846872B2 (en) Electronic device and method of calculating angle of impact of spatter stain
US10694331B1 (en) Mobile device navigation with counterpart device identification
US9063582B2 (en) Methods, apparatuses, and computer program products for retrieving views extending a user's line of sight
US9442956B2 (en) Waypoints generation systems and methods
US20240013248A1 (en) Automated testing of multiple on-line coupons
US10451430B2 (en) Navigation alerting using conversation analysis
JP2012247822A (en) Method for providing client access to information page having voice reading system, program, and server system
JP2012230098A (en) Automated layout of beam
US20220058228A1 (en) Image based browser navigation
US8407085B1 (en) Three-dimensional taxonomy server for identifying a location based on a three-dimensional position of a client device
US20230247102A1 (en) Addressing previous client device technology in online platforms
JP4943166B2 (en) Method and program for making an object displayed on a web browser appear as if taken out from the web browser
KR102036350B1 (en) Method, apparatus and computer program for providing translation result, method, apparatus and computer program for displaying translation result
KR20220166784A (en) Riding method, device, facility and storage medium based on autonomous driving
JP2008064932A (en) Smoking area informing system and smoking area informing method
US20200175082A1 (en) Display control method and display control apparatus
JP6946456B2 (en) Corner negotiation method for self-driving vehicles that do not require maps and positioning
CN112973123A (en) Path finding method and device in game, computer storage medium and electronic equipment
JP5541868B2 (en) Image search command system and operation control method thereof
US10664990B2 (en) Modular virtual reality tracking system for a game console play area

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140805