Uses of Class
com.ibm.watson.language_translator.v3.model.TranslateDocumentOptions.Builder
Package | Description |
---|---|
com.ibm.watson.language_translator.v3.model |
-
Uses of TranslateDocumentOptions.Builder in com.ibm.watson.language_translator.v3.model
Methods in com.ibm.watson.language_translator.v3.model that return TranslateDocumentOptions.Builder Modifier and Type Method Description TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. documentId(String documentId)
Set the documentId.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. file(File file)
Set the file.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. file(InputStream file)
Set the file.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. fileContentType(String fileContentType)
Set the fileContentType.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. filename(String filename)
Set the filename.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. modelId(String modelId)
Set the modelId.TranslateDocumentOptions.Builder
TranslateDocumentOptions. newBuilder()
New builder.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. source(String source)
Set the source.TranslateDocumentOptions.Builder
TranslateDocumentOptions.Builder. target(String target)
Set the target.