| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.document_conversion.v1 | |
| com.ibm.watson.developer_cloud.document_conversion.v1.helpers |
| Modifier and Type | Method and Description |
|---|---|
BatchDocumentResponse |
DocumentConversion.addDocumentToBatch(String batchId,
String documentId)
Adds a document to the batch whose ids are specified
PUT /v1/batches/{batch_id}/documents/{document_id}.
|
BatchDocumentResponse |
DocumentConversion.getBatchDocument(String batchId,
String documentId)
Retrieves the documents from the batch whose ids are specified
GET /v1/batches/{batch_id}/documents/{document_id}.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDocumentResponse |
BatchDocumentHelper.addDocumentToBatch(String batchId,
String documentId)
Adds a document to the batch whose ids are specified
PUT /v1/batches/{batch_id}/documents/{document_id}.
|
BatchDocumentResponse |
BatchDocumentHelper.getBatchDocument(String batchId,
String documentId)
Retrieves the document from the batch whose ids are specified
GET /v1/batches/{batch_id}/documents/{document_id}.
|
Copyright © 2015. All rights reserved.