Package com.acumenvelocity.ath.model
Class MtTargetInfo
- java.lang.Object
-
- com.acumenvelocity.ath.model.MtTargetInfo
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class MtTargetInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MtTargetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DoublegetMtConfidenceScore()StringgetMtModelId()LayeredTextXgetMtTarget()inthashCode()MtTargetInfomtConfidenceScore(Double mtConfidenceScore)The confidence score for the machine translation, ranging from 0 (no confidence) to 1 (full confidence).MtTargetInfomtModelId(String mtModelId)ID of the model that generated this translation.MtTargetInfomtTarget(LayeredTextX mtTarget)voidsetMtConfidenceScore(Double mtConfidenceScore)voidsetMtModelId(String mtModelId)voidsetMtTarget(LayeredTextX mtTarget)StringtoString()
-
-
-
Method Detail
-
mtTarget
public MtTargetInfo mtTarget(LayeredTextX mtTarget)
-
getMtTarget
public LayeredTextX getMtTarget()
-
setMtTarget
public void setMtTarget(LayeredTextX mtTarget)
-
mtConfidenceScore
public MtTargetInfo mtConfidenceScore(Double mtConfidenceScore)
The confidence score for the machine translation, ranging from 0 (no confidence) to 1 (full confidence). minimum: 0 maximum: 1
-
getMtConfidenceScore
public Double getMtConfidenceScore()
-
setMtConfidenceScore
public void setMtConfidenceScore(Double mtConfidenceScore)
-
mtModelId
public MtTargetInfo mtModelId(String mtModelId)
ID of the model that generated this translation.
-
getMtModelId
public String getMtModelId()
-
setMtModelId
public void setMtModelId(String mtModelId)
-
-