case class DetectLanguageScoreV2(id: String, detectedLanguages: Seq[DetectedLanguageV2]) extends HasDocId with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DetectLanguageScoreV2
- Serializable
- Serializable
- Product
- Equals
- HasDocId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DetectLanguageScoreV2(id: String, detectedLanguages: Seq[DetectedLanguageV2])
Value Members
- val detectedLanguages: Seq[DetectedLanguageV2]
-
val
id: String
- Definition Classes
- DetectLanguageScoreV2 → HasDocId