PreprocessResult

data class PreprocessResult(val preProcessedString: String, val needsFurtherTranslation: Boolean)

Constructors

Link copied to clipboard
constructor(preProcessedString: String, needsFurtherTranslation: Boolean)

Properties

Link copied to clipboard