public class CompareDocumentsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CompareDocumentsOptions.Builder
Builder.
|
static interface |
CompareDocumentsOptions.Model
The analysis model to be used by the service.
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
file1()
Gets the file1.
|
java.lang.String |
file1ContentType()
Gets the file1ContentType.
|
java.lang.String |
file1Label()
Gets the file1Label.
|
java.io.InputStream |
file2()
Gets the file2.
|
java.lang.String |
file2ContentType()
Gets the file2ContentType.
|
java.lang.String |
file2Label()
Gets the file2Label.
|
java.lang.String |
model()
Gets the model.
|
CompareDocumentsOptions.Builder |
newBuilder()
New builder.
|
public CompareDocumentsOptions.Builder newBuilder()
public java.io.InputStream file1()
public java.io.InputStream file2()
public java.lang.String file1ContentType()
public java.lang.String file2ContentType()
public java.lang.String file1Label()
public java.lang.String file2Label()
public java.lang.String model()