case class PIIEntity(text: String, category: String, subcategory: Option[String] = None, offset: Int, length: Int, confidenceScore: Double) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PIIEntity
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All