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