case class DocumentLanguageV3(id: String, detectedLanguage: Option[DetectedLanguageV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocumentLanguageV3
- Serializable
- Serializable
- Product
- Equals
- HasDocId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DocumentLanguageV3(id: String, detectedLanguage: Option[DetectedLanguageV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics])
Value Members
- val detectedLanguage: Option[DetectedLanguageV3]
-
val
id: String
- Definition Classes
- DocumentLanguageV3 → HasDocId
- val statistics: Option[DocumentStatistics]
- val warnings: Seq[TAWarning]