public class AnalyzeOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AnalyzeOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
clean()
Gets the clean.
|
java.lang.Boolean |
fallbackToRaw()
Gets the fallbackToRaw.
|
Features |
features()
Gets the features.
|
java.lang.String |
html()
Gets the html.
|
java.lang.String |
language()
Gets the language.
|
java.lang.Long |
limitTextCharacters()
Gets the limitTextCharacters.
|
AnalyzeOptions.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
returnAnalyzedText()
Gets the returnAnalyzedText.
|
java.lang.String |
text()
Gets the text.
|
java.lang.String |
url()
Gets the url.
|
java.lang.String |
xpath()
Gets the xpath.
|
public AnalyzeOptions.Builder newBuilder()
public Features features()
public java.lang.String text()
public java.lang.String html()
public java.lang.String url()
public java.lang.Boolean clean()
public java.lang.String xpath()
public java.lang.Boolean fallbackToRaw()
public java.lang.Boolean returnAnalyzedText()
public java.lang.String language()
public java.lang.Long limitTextCharacters()