17 #ifndef APT_NLSML_DOC_H 
   18 #define APT_NLSML_DOC_H 
   34 typedef struct nlsml_result_t nlsml_result_t;
 
   35 typedef struct nlsml_interpretation_t nlsml_interpretation_t;
 
   36 typedef struct nlsml_enrollment_result_t nlsml_enrollment_result_t;
 
   37 typedef struct nlsml_verification_result_t nlsml_verification_result_t;
 
   38 typedef struct nlsml_instance_t nlsml_instance_t;
 
   39 typedef struct nlsml_input_t nlsml_input_t;
 
nlsml_enrollment_result_t * nlsml_next_enrollment_result_get(const nlsml_result_t *result, const nlsml_enrollment_result_t *enrollment_result)
 
const apr_xml_elem * nlsml_instance_elem_get(const nlsml_instance_t *instance)
 
nlsml_input_t * nlsml_interpretation_input_get(const nlsml_interpretation_t *interpretation)
 
const apr_xml_elem * nlsml_input_elem_get(const nlsml_input_t *input)
 
nlsml_instance_t * nlsml_interpretation_next_instance_get(const nlsml_interpretation_t *interpretation, const nlsml_instance_t *instance)
 
#define APT_END_EXTERN_C
Definition: apt.h:38
 
nlsml_result_t * nlsml_result_parse(const char *data, apr_size_t length, apr_pool_t *pool)
 
int apt_bool_t
Definition: apt.h:57
 
float nlsml_interpretation_confidence_get(const nlsml_interpretation_t *interpretation)
 
nlsml_instance_t * nlsml_interpretation_first_instance_get(const nlsml_interpretation_t *interpretation)
 
float nlsml_input_confidence_get(const nlsml_input_t *input)
 
apt_bool_t nlsml_instance_swi_suppress(nlsml_instance_t *instance)
 
const char * nlsml_result_grammar_get(const nlsml_result_t *result)
 
#define APT_BEGIN_EXTERN_C
Definition: apt.h:36
 
const char * nlsml_input_mode_get(const nlsml_input_t *input)
 
#define APT_DECLARE(type)
Definition: apt.h:53
 
const char * nlsml_instance_content_generate(const nlsml_instance_t *instance, apr_pool_t *pool)
 
nlsml_enrollment_result_t * nlsml_first_enrollment_result_get(const nlsml_result_t *result)
 
nlsml_verification_result_t * nlsml_first_verification_result_get(const nlsml_result_t *result)
 
const char * nlsml_input_timestamp_end_get(const nlsml_input_t *input)
 
nlsml_interpretation_t * nlsml_next_interpretation_get(const nlsml_result_t *result, const nlsml_interpretation_t *interpretation)
 
nlsml_verification_result_t * nlsml_next_verification_result_get(const nlsml_result_t *result, const nlsml_verification_result_t *verification_result)
 
const char * nlsml_input_content_generate(const nlsml_input_t *input, apr_pool_t *pool)
 
const char * nlsml_interpretation_grammar_get(const nlsml_interpretation_t *interpretation)
 
nlsml_interpretation_t * nlsml_first_interpretation_get(const nlsml_result_t *result)
 
const char * nlsml_input_timestamp_start_get(const nlsml_input_t *input)
 
void nlsml_result_trace(const nlsml_result_t *result, apr_pool_t *pool)