Construct a CompareComplyV1 object.
| Name | Type | Attribute | Description |
|---|---|---|---|
options |
UserOptions |
Options for the service. |
Add feedback.
Adds feedback in the form of labels from a subject-matter expert (SME) to a governing document. Important: Feedback is not immediately incorporated into the training model, nor is it guaranteed to be incorporated at a later date. Instead, submitted feedback is used to suggest future updates to the training model.
| Name | Type | Attribute | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
AddFeedbackParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||
callback |
Callback<FeedbackReturn> | Optional |
Classify the elements of a document.
Analyzes the structural and semantic elements of a document.
| Name | Type | Attribute | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
ClassifyElementsParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||
callback |
Callback<ClassifyReturn> | Optional |
Compare two documents.
Compares two input documents. Documents must be in the same format.
| Name | Type | Attribute | Description | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
CompareDocumentsParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||||||||||||||||||
callback |
Callback<CompareReturn> | Optional |
Convert document to HTML.
Converts a document to HTML.
| Name | Type | Attribute | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
ConvertToHtmlParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||
callback |
Callback<HTMLReturn> | Optional |
Submit a batch-processing request.
Run Compare and Comply methods over a collection of input documents.
Important: Batch processing requires the use of the IBM Cloud Object Storage service. The use of IBM Cloud Object Storage with Compare and Comply is discussed at Using batch processing.
| Name | Type | Attribute | Description | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
CreateBatchParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||||||||||||||||||||||
callback |
Callback<BatchStatus> | Optional |
Delete a specified feedback entry.
Deletes a feedback entry with a specified feedback_id.
| Name | Type | Attribute | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
DeleteFeedbackParams |
The parameters to send to the service. Properties
|
|||||||||||||||||
callback |
Callback<FeedbackDeleted> | Optional |
Extract a document's tables.
Analyzes the tables in a document.
| Name | Type | Attribute | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
ExtractTablesParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||
callback |
Callback<TableReturn> | Optional |
Get the instance of the authenticator set on the service.
Get information about a specific batch-processing job.
Gets information about a batch-processing job with a specified ID.
| Name | Type | Attribute | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
GetBatchParams |
The parameters to send to the service. Properties
|
|||||||||||||
callback |
Callback<BatchStatus> | Optional |
Get a specified feedback entry.
Gets a feedback entry with a specified feedback_id.
| Name | Type | Attribute | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
GetFeedbackParams |
The parameters to send to the service. Properties
|
|||||||||||||||||
callback |
Callback<GetFeedback> | Optional |
List submitted batch-processing jobs.
Lists batch-processing jobs submitted by users.
| Name | Type | Attribute | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
params |
ListBatchesParams | Optional |
Properties
|
||||||||
callback |
Callback<Batches> | Optional |
List the feedback in a document.
Lists the feedback in a document.
| Name | Type | Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
ListFeedbackParams | Optional |
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
callback |
Callback<FeedbackList> | Optional |
Set the service URL to send requests to.
| Name | Type | Attribute | Description |
|---|---|---|---|
url |
string |
The base URL for the service. |
Update a pending or active batch-processing job.
Updates a pending or active batch-processing job. You can rescan the input bucket to check for new documents or cancel a job.
| Name | Type | Attribute | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
UpdateBatchParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||
callback |
Callback<BatchStatus> | Optional |
Generated using TypeDoc
IBM Watson™ Compare and Comply analyzes governing documents to provide details about critical aspects of the documents. interfaces