Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACR-1798][capi-ui-gesture] Remove all guide #1954

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/application/native/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,10 @@ The following list defines Tizen Native API. The list describes the API modules

- **UIX**

The UIX API module contains submodule APIs for handling input method, recognizing gestures, and managing sound data such as voice commands.
The UIX API module contains submodule APIs for handling input method and managing sound data such as voice commands.

| API submodule | Functionality | API reference | Guide |
| ------------- | ------------------------------------------------ | ------------- | ------- |
| Gesture | Provides functions for recognizing hand gestures from input sensor data. | [wearable](../api/wearable/latest/group__CAPI__UIX__GESTURE__MODULE.html) (since 6.0) | [Gesture](text-input/capi-ui-gesture.md) |
| Input Method | Provides functions for starting the IME application life-cycle, for interacting with the current UI state of the IME, and getting attributes and events. | [mobile](../api/mobile/latest/group__CAPI__UIX__INPUTMETHOD__MODULE.html) (since 2.4), [wearable](../api/wearable/latest/group__CAPI__UIX__INPUTMETHOD__MODULE.html) (since 3.0) | [Input Method](text-input/input-method.md) |
| Input Method Manager | Provides functions for launching the input method editor (IME) list and selector settings. | [mobile](../api/mobile/latest/group__CAPI__UIX__INPUTMETHOD__MANAGER__MODULE.html) (since 2.4), [wearable](../api/wearable/latest/group__CAPI__UIX__INPUTMETHOD__MANAGER__MODULE.html) (since 3.0) | [Input Method](text-input/input-method.md) |
| Multi assistance | Provides functions for supporting users to use several assistants. | [mobile](../api/mobile/latest/group__CAPI__UIX__MULTI__ASSISTANT__MODULE.html) (since 5.0), [wearable](../api/wearable/latest/group__CAPI__UIX__MULTI__ASSISTANT__MODULE.html) (since 5.0) | [Input Method](text-input/input-method.md) |
Expand Down
250 changes: 0 additions & 250 deletions docs/application/native/guides/text-input/capi-ui-gesture.md

This file was deleted.

10 changes: 3 additions & 7 deletions docs/application/native/guides/text-input/overview.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Text Input, Gesture and Voice
# Text Input and Voice


The text input, gesture and voice features introduce how you can convert speech to text and back to speech, and provide recognized gestures, customized keyboards and voice control, and retrieve previous data in a text input field.
The text input and voice features introduce how you can convert speech to text and back to speech, customized keyboards and voice control, and retrieve previous data in a text input field.

You can use the following text input, gesture and voice features in your native applications:
You can use the following text input and voice features in your native applications:

- [Input Method](input-method.md)

Expand All @@ -21,10 +21,6 @@ You can use the following text input, gesture and voice features in your native

You can create an Autofill manager application that shows installed Autofill service and switches to the selected Autofill service.

- [Gesture](capi-ui-gesture.md) **in wearable applications only**

You can recognize hand gestures from input sensor data.

- [Speech-to-text](stt.md)

You can recognize sound data recorded by the user and send the result as text. The result text can, for example, be displayed on the screen.
Expand Down
3 changes: 1 addition & 2 deletions docs/application/toc_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,13 +1031,12 @@
#### [Device Sensors](/application/native/guides/location-sensors/device-sensors.md)
#### [User Awareness](/application/native/guides/location-sensors/user-awareness.md)

### Text Input, Gesture, and Voice
### Text Input and Voice
#### [Overview](/application/native/guides/text-input/overview.md)
#### [Input Method](/application/native/guides/text-input/input-method.md)
#### [Autofill](/application/native/guides/text-input/autofill.md)
#### [Autofill Service](/application/native/guides/text-input/autofill-service.md)
#### [Autofill Manager](/application/native/guides/text-input/autofill-manager.md)
#### [Gesture](/application/native/guides/text-input/capi-ui-gesture.md)
#### [Speech-to-text](/application/native/guides/text-input/stt.md)
#### [Text-to-speech](/application/native/guides/text-input/tts.md)
#### [Text-to-speech Engine](/application/native/guides/text-input/tts-engine.md)
Expand Down