Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
DocumentError |
DocumentError.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentError> |
BatchLanguageTranslationResult.getErrors()
List of failed document response.
|
List<DocumentError> |
BatchDetectLanguageTextClassificationResult.getErrors()
List of failed document response.
|
List<DocumentError> |
BatchDetectLanguageEntitiesResult.getErrors()
List of failed document response.
|
List<DocumentError> |
BatchDetectLanguageSentimentsResult.getErrors()
List of failed document response.
|
List<DocumentError> |
BatchDetectLanguagePiiEntitiesResult.getErrors()
List of failed document response.
|
List<DocumentError> |
BatchDetectLanguageKeyPhrasesResult.getErrors()
List of failed document response.
|
List<DocumentError> |
BatchDetectDominantLanguageResult.getErrors()
List of failed document response.
|
Modifier and Type | Method and Description |
---|---|
DocumentError.Builder |
DocumentError.Builder.copy(DocumentError model) |
Modifier and Type | Method and Description |
---|---|
BatchLanguageTranslationResult.Builder |
BatchLanguageTranslationResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
BatchDetectLanguageTextClassificationResult.Builder |
BatchDetectLanguageTextClassificationResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
BatchDetectLanguageEntitiesResult.Builder |
BatchDetectLanguageEntitiesResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
BatchDetectLanguageSentimentsResult.Builder |
BatchDetectLanguageSentimentsResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
BatchDetectLanguagePiiEntitiesResult.Builder |
BatchDetectLanguagePiiEntitiesResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
BatchDetectLanguageKeyPhrasesResult.Builder |
BatchDetectLanguageKeyPhrasesResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
BatchDetectDominantLanguageResult.Builder |
BatchDetectDominantLanguageResult.Builder.errors(List<DocumentError> errors)
List of failed document response.
|
Constructor and Description |
---|
BatchDetectDominantLanguageResult(List<DominantLanguageDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
BatchDetectLanguageEntitiesResult(List<EntityDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
BatchDetectLanguageKeyPhrasesResult(List<KeyPhraseDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
BatchDetectLanguagePiiEntitiesResult(List<PiiEntityDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
BatchDetectLanguageSentimentsResult(List<SentimentDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
BatchDetectLanguageTextClassificationResult(List<TextClassificationDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
BatchLanguageTranslationResult(List<TranslationDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.