c
com.microsoft.azure.synapse.ml.services.translate
DetectResponse
Companion object DetectResponse
case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DetectResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All