interface Transport {
    fields?: {
        [key: string]: CloudantV1.Analyzer.Transport;
    };
    name?: string;
    stopwords?: string[];
}

Properties

fields?: {
    [key: string]: CloudantV1.Analyzer.Transport;
}
name?: string
stopwords?: string[]