case class NERScoredDoc(id: String, entities: Seq[NEREntity], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NERScoredDoc
- Serializable
- Serializable
- Product
- Equals
- HasDocId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All