| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf.
|
static LanguageCode |
LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
LanguageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withLanguageCode(LanguageCode languageCode)
The language code for the language of the documents that the classifier was trained on.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartPiiEntitiesDetectionJobRequest |
StartPiiEntitiesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectSentimentRequest |
DetectSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectPiiEntitiesRequest |
DetectPiiEntitiesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectKeyPhrasesRequest |
DetectKeyPhrasesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectEntitiesRequest |
DetectEntitiesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(LanguageCode languageCode)
You can specify any of the following languages supported by Amazon Comprehend: English ("en"), Spanish ("es"),
French ("fr"), Italian ("it"), German ("de"), or Portuguese ("pt").
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
ContainsPiiEntitiesRequest |
ContainsPiiEntitiesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectKeyPhrasesRequest |
BatchDetectKeyPhrasesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest |
BatchDetectEntitiesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
Copyright © 2022. All rights reserved.