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