huawei_cloud_api_definitions_SIS/
lib.rs1#[cfg(feature = "CollectTranscriberJob")]
2pub mod CollectTranscriberJob;
3#[cfg(feature = "CreateVocabulary")]
4pub mod CreateVocabulary;
5#[cfg(feature = "CreateVoice")]
6pub mod CreateVoice;
7#[cfg(feature = "DeleteVocabulary")]
8pub mod DeleteVocabulary;
9#[cfg(feature = "GenerateSpeech")]
10pub mod GenerateSpeech;
11#[cfg(feature = "ListVoices")]
12pub mod ListVoices;
13#[cfg(feature = "PushTranscriberJobs")]
14pub mod PushTranscriberJobs;
15#[cfg(feature = "RecognizeFlashAsr")]
16pub mod RecognizeFlashAsr;
17#[cfg(feature = "RecognizeShortAudio")]
18pub mod RecognizeShortAudio;
19#[cfg(feature = "RunTts")]
20pub mod RunTts;
21#[cfg(feature = "ShowVocabularies")]
22pub mod ShowVocabularies;
23#[cfg(feature = "ShowVocabulary")]
24pub mod ShowVocabulary;
25#[cfg(feature = "UpdateVocabulary")]
26pub mod UpdateVocabulary;