rust-ai 0.1.22

A collection of 3rd-party AI APIs for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod common;
pub mod locale;
pub mod tts;
pub mod ssml;
pub mod speech;

pub use locale::Locale;
pub use ssml::voice_name::VoiceName;
pub use common::Gender;
pub use ssml::SSML;
pub use common::MicrosoftOutputFormat;