[][src]Crate luis_sys

FFI bindings for Microsoft LUIS API.

Current version support only LUIS Speech API.

Re-exports

pub use error::SpxError;
pub use speech::*;

Modules

error

Common error definitions of the crate for SPX API errors and others.

speech

Recognition, intent analysis, translation of speech.

Macros

DeriveHandle

A quick and dirty implementation of derive Handle trait.

FlattenProps

Export internal properties.

SmartHandle

Compact version to wrap underlying handle.

ffi_get_string

Pre-alloc buffer to retrieve string of ffi.

hr

From hresult to Result.

Traits

Handle

Trait for underlying handle of the API.

Type Definitions

Result

Redefine the result of the crate for convenience.

SPXHANDLE
SPXHR

Type definition for SPX result codes.