c
com.microsoft.azure.synapse.ml.services.language
LanguageDetectionResult
Companion object LanguageDetectionResult
case class LanguageDetectionResult(documents: Seq[LanguageDetectionDocumentResult], errors: Option[Seq[ATError]], modelVersion: String, statistics: Option[RequestStatistics]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LanguageDetectionResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LanguageDetectionResult(documents: Seq[LanguageDetectionDocumentResult], errors: Option[Seq[ATError]], modelVersion: String, statistics: Option[RequestStatistics])