JavaScript is disabled on your browser.
IBM Watson Language (camel-ibm-watson-language)
Perform natural language processing using IBM Watson Natural Language
Understanding
Category: ai,cloud
Since: 4.16
Maven coordinates: org.apache.camel:camel-ibm-watson-language
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. analyzeCategories (boolean analyzeCategories)
Enable category classification.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. analyzeConcepts (boolean analyzeConcepts)
Enable concept extraction.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. analyzeEmotion (boolean analyzeEmotion)
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. analyzeEntities (boolean analyzeEntities)
Enable entity extraction.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. analyzeKeywords (boolean analyzeKeywords)
Enable keyword extraction.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. analyzeSentiment (boolean analyzeSentiment)
Enable sentiment analysis.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. apiKey (String apiKey)
The IBM Cloud API key for authentication.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. autowiredEnabled (boolean autowiredEnabled)
Whether autowiring is enabled.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. configuration (org.apache.camel.component.ibm.watson.language.WatsonLanguageConfiguration configuration)
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. healthCheckConsumerEnabled (boolean healthCheckConsumerEnabled)
Used for enabling or disabling all consumer based health checks from
this component.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. healthCheckProducerEnabled (boolean healthCheckProducerEnabled)
Used for enabling or disabling all producer based health checks from
this component.
IBM Watson Language (camel-ibm-watson-language)
Perform natural language processing using IBM Watson Natural Language
Understanding
Category: ai,cloud
Since: 4.16
Maven coordinates: org.apache.camel:camel-ibm-watson-language
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. lazyStartProducer (boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. operation (org.apache.camel.component.ibm.watson.language.WatsonLanguageOperations operation)
The operation to perform.
IbmWatsonLanguageComponentBuilderFactory.IbmWatsonLanguageComponentBuilder. serviceUrl (String serviceUrl)
The service endpoint URL.