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.model
Methods in com.oracle.bmc.ailanguage.model that return TranslationDocumentResult Modifier and Type Method Description TranslationDocumentResult
TranslationDocumentResult.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.Builder
TranslationDocumentResult.Builder. copy(TranslationDocumentResult model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type TranslationDocumentResult Modifier and Type Method Description BatchLanguageTranslationResult.Builder
BatchLanguageTranslationResult.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.
-