public class AnalyzeOptions extends 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.
|
equals, hashCode, toString
public AnalyzeOptions.Builder newBuilder()
public Features features()
public java.lang.String xpath()
public java.lang.Boolean returnAnalyzedText()
public java.lang.String language()
public java.lang.String html()
public java.lang.String text()
public java.lang.Long limitTextCharacters()
public java.lang.Boolean clean()
public java.lang.String url()
public java.lang.Boolean fallbackToRaw()