PiiEntity

class PiiEntity

Provides information about a PII entity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The zero-based offset from the beginning of the source text to the first character in the entity.

Link copied to clipboard

The zero-based offset from the beginning of the source text to the last character in the entity.

Link copied to clipboard
val score: Float?

The level of confidence that Amazon Comprehend has in the accuracy of the detection.

Link copied to clipboard

The entity's type.

Functions

Link copied to clipboard
inline fun copy(block: PiiEntity.Builder.() -> Unit = {}): PiiEntity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String