Uses of Class
com.oracle.bmc.ailanguage.model.TranslationDocumentResult
- 
Packages that use TranslationDocumentResult Package Description com.oracle.bmc.ailanguage.model 
- 
- 
Uses of TranslationDocumentResult in com.oracle.bmc.ailanguage.modelMethods in com.oracle.bmc.ailanguage.model that return TranslationDocumentResult Modifier and Type Method Description TranslationDocumentResultTranslationDocumentResult.Builder. build()Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type TranslationDocumentResult Modifier and Type Method Description List<TranslationDocumentResult>BatchLanguageTranslationResult. getDocuments()List of succeeded document response.Methods in com.oracle.bmc.ailanguage.model with parameters of type TranslationDocumentResult Modifier and Type Method Description TranslationDocumentResult.BuilderTranslationDocumentResult.Builder. copy(TranslationDocumentResult model)Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type TranslationDocumentResult Modifier and Type Method Description BatchLanguageTranslationResult.BuilderBatchLanguageTranslationResult.Builder. documents(List<TranslationDocumentResult> documents)List of succeeded document response.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type TranslationDocumentResult Constructor Description BatchLanguageTranslationResult(List<TranslationDocumentResult> documents, List<DocumentError> errors)Deprecated.
 
-