case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Translation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All