Class Comprehend2EndpointBuilderFactory.Comprehend2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.Comprehend2EndpointBuilderFactory.Comprehend2HeaderNameBuilder
- Enclosing interface:
Comprehend2EndpointBuilderFactory
The builder of headers' name for the AWS Comprehend component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe detected dominant language.The detected dominant language score.The detected sentiment.The detected sentiment scores.The Amazon Resource Name (ARN) of the endpoint to use for document classification.The language code of the input text.The operation we want to perform.
-
Constructor Details
-
Comprehend2HeaderNameBuilder
public Comprehend2HeaderNameBuilder()
-
-
Method Details
-
awsComprehendOperation
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsComprehendOperation.
-
awsComprehendLanguageCode
The language code of the input text. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsComprehendLanguageCode.
-
awsComprehendEndpointArn
The Amazon Resource Name (ARN) of the endpoint to use for document classification. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsComprehendEndpointArn.
-
awsComprehendDetectedLanguage
The detected dominant language. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsComprehendDetectedLanguage.
-
awsComprehendDetectedLanguageScore
The detected dominant language score. The option is a:Floattype. Group: producer- Returns:
- the name of the header
AwsComprehendDetectedLanguageScore.
-
awsComprehendDetectedSentiment
The detected sentiment. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsComprehendDetectedSentiment.
-
awsComprehendDetectedSentimentScore
The detected sentiment scores. The option is a:software.amazon.awssdk.services.comprehend.model.SentimentScoretype. Group: producer- Returns:
- the name of the header
AwsComprehendDetectedSentimentScore.
-