c
com.microsoft.azure.synapse.ml.services.translate
DictionaryLookupResponse
Companion object DictionaryLookupResponse
case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DictionaryLookupResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation])
Value Members
- val displaySource: String
- val normalizedSource: String
- val translations: Seq[DictionaryTranslation]