Uses of Class
com.acumenvelocity.ath.model.MtResources
-
Packages that use MtResources Package Description com.acumenvelocity.ath.common com.acumenvelocity.ath.model com.acumenvelocity.ath.steps -
-
Uses of MtResources in com.acumenvelocity.ath.common
Method parameters in com.acumenvelocity.ath.common with type arguments of type MtResources Modifier and Type Method Description static io.swagger.oas.inflector.models.ResponseContextControllerUtil. importFile(org.apache.solr.common.SolrInputDocument doc, UUID docId, String docFileName, URI docGcsUrl, String docEncoding, String srcLang, String trgLang, String filterId, String filterParams, String srcSrx, UUID tmId, Integer tmThreshold, String mtEngineId, String mtEngineParams, List<MtResources> mtCustomResources, boolean mtProvideConfidenceScores, boolean mtUseTranslateLlm, boolean mtSendPlainText, boolean useCodesReinsertionModel, String codesReinsertionModelName, UUID userId, boolean newDoc) -
Uses of MtResources in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return MtResources Modifier and Type Method Description MtResourcesMtResources. mtGlossaryId(String mtGlossaryId)ID of the glossary to be used by the MT engine.MtResourcesMtResources. mtGlossaryProjectId(String mtGlossaryProjectId)ID of the client's glossary project to be used by the MT engine.MtResourcesMtResources. mtGlossaryProjectLocation(String mtGlossaryProjectLocation)Location of the client's glossary project to be used by the MT engine.MtResourcesMtResources. mtModelId(String mtModelId)ID of the model to be used by the MT engine.MtResourcesMtResources. mtModelProjectId(String mtModelProjectId)ID of the client's model project to be used by the MT engine.MtResourcesMtResources. mtModelProjectLocation(String mtModelProjectLocation)Location of the client's model project to be used by the MT engine.Methods in com.acumenvelocity.ath.model that return types with arguments of type MtResources Modifier and Type Method Description List<MtResources>ImportDocumentRequest. getMtCustomResources()Method parameters in com.acumenvelocity.ath.model with type arguments of type MtResources Modifier and Type Method Description ImportDocumentRequestImportDocumentRequest. mtCustomResources(List<MtResources> mtCustomResources)Array of MT resources (glossary + custom model) objects.voidImportDocumentRequest. setMtCustomResources(List<MtResources> mtCustomResources) -
Uses of MtResources in com.acumenvelocity.ath.steps
Constructor parameters in com.acumenvelocity.ath.steps with type arguments of type MtResources Constructor Description MtConfidenceScoringStep(List<MtResources> mtCustomResources, boolean mtSendPlainText)Creates a new MT Confidence Scoring Step.
-