case class PIIResult(documents: Seq[PIIDocumentResult], errors: Option[Seq[ATError]], modelVersion: String, statistics: Option[RequestStatistics]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PIIResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PIIResult(documents: Seq[PIIDocumentResult], errors: Option[Seq[ATError]], modelVersion: String, statistics: Option[RequestStatistics])