Add label to object which has no text label 91/283791/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 17 Oct 2022 12:34:26 +0000 (21:34 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Thu, 3 Nov 2022 05:44:38 +0000 (14:44 +0900)
commit73a80f7bdd1d09ff1f1ad7ca59680c48229bb0ac
treebccb5261d171d09802def99fa83a99f6a551aa52
parent93b448fba231da1ebf222dc4b1408ecdef4f5895
Add label to object which has no text label

- Issue:
The utterance about number is not recognized in text label mode.

- Solution:
This patch adds label information for the objects which have no label
information. For these objects, mmi manager uses index information as
label information. Through this patch, number utterance in text label
mode is properly recognized. However, some utterance like '7번' can not
be recogntized yet.

Change-Id: I9fc025638a479d210f644dc5f47b12ed5f435ac3
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/iu/CommandFinder.cpp
src/mmimgr/iu/CommandFinder.h
src/mmimgr/iu/CommandManager.cpp
src/mmimgr/iu/VoiceTouchEngine.cpp
tests/iu/CommandFinder_unittests.cpp