@Deprecated
public class ProfileConfig.DataCapture.DataDelivery
extends java.lang.Object
ProfileConfig.DataCapture.DataDelivery
Example Usage: DataDelivery dataDelivery = profileConfig.dataCapture.dataDelivery;
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting
Deprecated.
|
class |
ProfileConfig.DataCapture.DataDelivery.Intent
Deprecated.
|
class |
ProfileConfig.DataCapture.DataDelivery.Keystroke
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
ProfileConfig.DataCapture.DataDelivery.Intent |
intent
Deprecated.
Gets and Sets Intent configuration object
ProfileConfig.DataCapture.DataDelivery.Intent. |
ProfileConfig.DataCapture.DataDelivery.Keystroke |
keystroke
Deprecated.
Gets and Sets Keystroke configuration object
ProfileConfig.DataCapture.DataDelivery.Keystroke. |
public ProfileConfig.DataCapture.DataDelivery.Intent intent
ProfileConfig.DataCapture.DataDelivery.Intent.
Example Usage: profileConfig.dataCapture.dataDelivery.intent.output_enabled = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.DataDelivery.Keystroke keystroke
ProfileConfig.DataCapture.DataDelivery.Keystroke.
Example Usage: profileConfig.Keystroke.ime_output_enabled = ENABLED_STATE.DEFAULT;