huawei_cloud_api_definitions_NLP/
lib.rs1#[cfg(feature = "RunAspectSentiment")]
2pub mod RunAspectSentiment;
3#[cfg(feature = "RunAspectSentimentAdvance")]
4pub mod RunAspectSentimentAdvance;
5#[cfg(feature = "RunClassification")]
6pub mod RunClassification;
7#[cfg(feature = "RunConstituencyParser")]
8pub mod RunConstituencyParser;
9#[cfg(feature = "RunDependencyParser")]
10pub mod RunDependencyParser;
11#[cfg(feature = "RunDocClassification")]
12pub mod RunDocClassification;
13#[cfg(feature = "RunDomainSentiment")]
14pub mod RunDomainSentiment;
15#[cfg(feature = "RunEntityLinking")]
16pub mod RunEntityLinking;
17#[cfg(feature = "RunEntitySentiment")]
18pub mod RunEntitySentiment;
19#[cfg(feature = "RunEventExtraction")]
20pub mod RunEventExtraction;
21#[cfg(feature = "RunFileTranslation")]
22pub mod RunFileTranslation;
23#[cfg(feature = "RunGetFileTranslationResult")]
24pub mod RunGetFileTranslationResult;
25#[cfg(feature = "RunKeywordExtract")]
26pub mod RunKeywordExtract;
27#[cfg(feature = "RunLanguageDetection")]
28pub mod RunLanguageDetection;
29#[cfg(feature = "RunMultiGrainedSegment")]
30pub mod RunMultiGrainedSegment;
31#[cfg(feature = "RunNer")]
32pub mod RunNer;
33#[cfg(feature = "RunNerDomain")]
34pub mod RunNerDomain;
35#[cfg(feature = "RunPoem")]
36pub mod RunPoem;
37#[cfg(feature = "RunSegment")]
38pub mod RunSegment;
39#[cfg(feature = "RunSemanticParser")]
40pub mod RunSemanticParser;
41#[cfg(feature = "RunSentenceEmbedding")]
42pub mod RunSentenceEmbedding;
43#[cfg(feature = "RunSentiment")]
44pub mod RunSentiment;
45#[cfg(feature = "RunSummary")]
46pub mod RunSummary;
47#[cfg(feature = "RunSummaryDomain")]
48pub mod RunSummaryDomain;
49#[cfg(feature = "RunTextSimilarity")]
50pub mod RunTextSimilarity;
51#[cfg(feature = "RunTextSimilarityAdvance")]
52pub mod RunTextSimilarityAdvance;
53#[cfg(feature = "RunTextTranslation")]
54pub mod RunTextTranslation;