Uses of Class
com.oracle.bmc.ailanguage.model.DocumentError
-
Packages that use DocumentError Package Description com.oracle.bmc.ailanguage.model -
-
Uses of DocumentError in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return DocumentError Modifier and Type Method Description DocumentError
DocumentError.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type DocumentError Modifier and Type Method Description List<DocumentError>
BatchDetectDominantLanguageResult. getErrors()
List of failed document response.List<DocumentError>
BatchDetectHealthEntityResult. getErrors()
List of failed document response.List<DocumentError>
BatchDetectLanguageEntitiesResult. getErrors()
List of failed document response.List<DocumentError>
BatchDetectLanguageKeyPhrasesResult. getErrors()
List of failed document response.List<DocumentError>
BatchDetectLanguagePiiEntitiesResult. getErrors()
List of failed document response.List<DocumentError>
BatchDetectLanguageSentimentsResult. getErrors()
List of failed document response.List<DocumentError>
BatchDetectLanguageTextClassificationResult. getErrors()
List of failed document response.List<DocumentError>
BatchLanguageTranslationResult. getErrors()
List of failed document response.Methods in com.oracle.bmc.ailanguage.model with parameters of type DocumentError Modifier and Type Method Description DocumentError.Builder
DocumentError.Builder. copy(DocumentError model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type DocumentError Modifier and Type Method Description BatchDetectDominantLanguageResult.Builder
BatchDetectDominantLanguageResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchDetectHealthEntityResult.Builder
BatchDetectHealthEntityResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchDetectLanguageEntitiesResult.Builder
BatchDetectLanguageEntitiesResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchDetectLanguageKeyPhrasesResult.Builder
BatchDetectLanguageKeyPhrasesResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchDetectLanguagePiiEntitiesResult.Builder
BatchDetectLanguagePiiEntitiesResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchDetectLanguageSentimentsResult.Builder
BatchDetectLanguageSentimentsResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchDetectLanguageTextClassificationResult.Builder
BatchDetectLanguageTextClassificationResult.Builder. errors(List<DocumentError> errors)
List of failed document response.BatchLanguageTranslationResult.Builder
BatchLanguageTranslationResult.Builder. errors(List<DocumentError> errors)
List of failed document response.
-