public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramDesc) |
boolean |
getForceTargetLocale() |
String |
getOverrideOutputPath() |
ParametersDescription |
getParametersDescription() |
boolean |
getPreserveSegmentation() |
boolean |
getReturnRawDocument() |
void |
reset() |
void |
setForceTargetLocale(boolean forceTargetLocale) |
void |
setOverrideOutputPath(String overrideOutputPath) |
void |
setPreserveSegmentation(boolean preserveSegmentation) |
void |
setReturnRawDocument(boolean returnRawDocument) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic void reset()
reset in interface IParametersreset in class StringParameterspublic boolean getPreserveSegmentation()
public void setPreserveSegmentation(boolean preserveSegmentation)
public boolean getReturnRawDocument()
public void setReturnRawDocument(boolean returnRawDocument)
public boolean getForceTargetLocale()
public void setForceTargetLocale(boolean forceTargetLocale)
public String getOverrideOutputPath()
public void setOverrideOutputPath(String overrideOutputPath)
public ParametersDescription getParametersDescription()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2020. All rights reserved.