//!
//! # Azure
//!
//! | Category | Capability | Endpoint |
//! | :---------------- | :--------- | :------------- |
//! | Cognitive service | Speech | Text-to-Speech, Voice-List, Speech-to-Text (Batch) |
//!
//! Note:
//! - Azure CN is not supported by this repo yet.
////////////////////////////////////////////////////////////////////////////////
/// Azure global endpoints
/// Azure services
/// Azure types definition
pub use Speech;
pub use ssml;
pub use Gender;
pub use Locale;
pub use MicrosoftOutputFormat;
pub use VoiceName;
pub use SSML;