Package | Description |
---|---|
com.ibm.watson.developer_cloud.document_conversion.v1.model |
Classes that map the HTTP service requests and responses into POJOs
|
Modifier and Type | Method and Description |
---|---|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.convertDocumentConfig(com.google.gson.JsonObject convertDocumentConfig)
Sets the convert document configuration
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.document(File document)
Sets the document
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.document(InputStream document,
String mediaType)
Sets the document as an input stream and its media type
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.dryRun(Boolean dryRun)
Sets the dryRun flag
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.indexConfiguration(IndexConfiguration indexConfiguration)
Sets the retrieve and rank configuration
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.mediaType(String mediaType)
Sets the media type
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.Builder.metadata(Map<String,String> metadata)
Sets the metadata
|
IndexDocumentOptions.Builder |
IndexDocumentOptions.newBuilder()
New builder.
|
Copyright © 2015–2016. All rights reserved.