Class: AssemblyAI::Transcripts::SubstitutionPolicy

Inherits:
Object
  • Object
show all
Defined in:
lib/assemblyai/transcripts/types/substitution_policy.rb

Overview

The replacement logic for detected PII, can be “entity_name” or “hash”. See [PII

redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more
details.

Constant Summary collapse

ENTITY_NAME =
"entity_name"
HASH =
"hash"