public class DeleteFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteFeedbackOptions.Builder
Builder.
|
static interface |
DeleteFeedbackOptions.Model
The analysis model to be used by the service.
|
Modifier and Type | Method and Description |
---|---|
String |
feedbackId()
Gets the feedbackId.
|
String |
model()
Gets the model.
|
DeleteFeedbackOptions.Builder |
newBuilder()
New builder.
|
public DeleteFeedbackOptions.Builder newBuilder()
public String feedbackId()
A string that specifies the feedback entry to be deleted from the document.
public String model()
The analysis model to be used by the service. For the **Element classification** and **Compare two documents** methods, the default is `contracts`. For the **Extract tables** method, the default is `tables`. These defaults apply to the standalone methods as well as to the methods' use in batch-processing requests.
Copyright © 2021 IBM Cloud. All rights reserved.