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