Package com.acumenvelocity.ath.steps
Class BatchMtParameters
- java.lang.Object
-
- net.sf.okapi.common.BaseParameters
-
- net.sf.okapi.common.StringParameters
-
- net.sf.okapi.connectors.google.v3.GoogleMTv3Parameters
-
- com.acumenvelocity.ath.steps.BatchMtParameters
-
- All Implemented Interfaces:
Cloneable,net.sf.okapi.common.IParameters,net.sf.okapi.common.uidescription.IEditorDescriptionProvider
public class BatchMtParameters extends GoogleMTv3Parameters
-
-
Constructor Summary
Constructors Constructor Description BatchMtParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMtSendPlainText()booleanisMtUseTranslateLlm()voidreset()voidsetMtSendPlainText(boolean mtSendPlainText)voidsetMtUseTranslateLlm(boolean mtUseTranslateLlm)-
Methods inherited from class net.sf.okapi.connectors.google.v3.GoogleMTv3Parameters
createEditorDescription, getApiKey, getCredentialsPath, getFailuresBeforeAbort, getGlossaryId, getGlossaryProjectId, getGlossaryProjectLocation, getMimeType, getModelId, getModelProjectId, getModelProjectLocation, getParametersDescription, getProjectLocation, getRetryCount, getRetryIntervalMs, setApiKey, setCredentialsPath, setFailuresBeforeAbort, setGlossaryId, setGlossaryProjectId, setGlossaryProjectLocation, setMimeType, setModelId, setModelProjectId, setModelProjectLocation, setProjectLocation, setRetryCount, setRetryIntervalMs
-
Methods inherited from class net.sf.okapi.common.StringParameters
fromString, fromString, getBoolean, getInteger, getString, setBoolean, setInteger, setString, toString
-
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfacenet.sf.okapi.common.IParameters- Overrides:
resetin classGoogleMTv3Parameters
-
isMtUseTranslateLlm
public boolean isMtUseTranslateLlm()
-
setMtUseTranslateLlm
public void setMtUseTranslateLlm(boolean mtUseTranslateLlm)
-
isMtSendPlainText
public boolean isMtSendPlainText()
-
setMtSendPlainText
public void setMtSendPlainText(boolean mtSendPlainText)
-
-