c
com.microsoft.azure.synapse.ml.services.language
LanguageDetectionDocumentResult
Companion object LanguageDetectionDocumentResult
case class LanguageDetectionDocumentResult(detectedLanguage: DetectedLanguage, id: String, statistics: Option[DocumentStatistics], warnings: Seq[TAWarning]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LanguageDetectionDocumentResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LanguageDetectionDocumentResult(detectedLanguage: DetectedLanguage, id: String, statistics: Option[DocumentStatistics], warnings: Seq[TAWarning])
Value Members
- val detectedLanguage: DetectedLanguage
- val id: String
- val statistics: Option[DocumentStatistics]
- val warnings: Seq[TAWarning]