MLInputVoiceAppIntentSlot
Module: Input
A structure containing voice app-intent slot in voice event. More...
#include <ml_voice.h>
Public Attributes
Type | Name |
---|---|
const char * | slot_name |
const char * | slot_value |
Detailed Description
struct MLInputVoiceAppIntentSlot;
A structure containing voice app-intent slot in voice event.
API Level:
- 24
Public Attributes Documentation
slot_name
const char * slot_name;
The C string carrying slot name which is UTF-8 and null terminated. And the memory of this variable is managed by system.
slot_value
const char * slot_value;
The C string carrying concept value which is UTF-8 and null terminated. And the memory of this variable is managed by system.