| 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 |
|---|---|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
DetectSentimentRequest |
DetectSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withLanguageCode(LanguageCode languageCode)
The language code for the language of the documents that the classifier was trained on.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectEntitiesRequest |
DetectEntitiesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectKeyPhrasesRequest |
DetectKeyPhrasesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.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.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
Copyright © 2019. All rights reserved.