c
com.microsoft.azure.synapse.ml.services.translate
TranslateResponse
Companion object TranslateResponse
case class TranslateResponse(detectedLanguage: Option[TranslatorDetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TranslateResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TranslateResponse(detectedLanguage: Option[TranslatorDetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText])
Value Members
- val detectedLanguage: Option[TranslatorDetectedLanguage]
- val sourceText: Option[SourceText]
- val translations: Seq[Translation]