Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • HACKING
  • SLOT
  • CASINO
  • SUBMIT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • HACKING
  • SLOT
  • CASINO
  • SUBMIT
Crypto Flexs
Home»ADOPTION NEWS»AssemblyAI Unveils Enhanced PII Redaction and Entity Detection Capabilities
ADOPTION NEWS

AssemblyAI Unveils Enhanced PII Redaction and Entity Detection Capabilities

By Crypto FlexsJuly 29, 20242 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
AssemblyAI Unveils Enhanced PII Redaction and Entity Detection Capabilities
Share
Facebook Twitter LinkedIn Pinterest Email

Jessie A Ellis
26 Jul 2024 05:52

AssemblyAI introduces advanced PII redaction capabilities in 47 languages ​​and adds 16 new entity types to its entity detection model, ensuring 99% accuracy.





AssemblyAI has announced significant upgrades to its PII Redaction and Entity Detection capabilities, aimed at strengthening data security and extracting key insights from audio transcripts. According to AssemblyAI, the latest update adds PII Text Redaction support for 47 languages ​​and 16 new entity types to its Entity Detection model, bringing the total to 44.

Enhanced PII editing capabilities

The updated PII text editor now supports 47 languages, providing comprehensive protection for personally identifiable information (PII) in a variety of regions. This upgrade allows users to identify and remove sensitive data, such as addresses, phone numbers, and credit card information, from their transcripts. Users can also create transcripts with PII removed or use the tool to “bleep out” sensitive information from audio files.

AssemblyAI provides an example of how to use its API for editing PII.

import assemblyai as aai

aai.settings.api_key = "YOUR API KEY"

audio_url = "https://github.com/AssemblyAI-Community/audio-examples/raw/main/20230607_me_canadian_wildfires.mp3"

config = aai.TranscriptionConfig(speaker_labels=True).set_redact_pii(
  policies=(
    aai.PIIRedactionPolicy.person_name,
    aai.PIIRedactionPolicy.organization,
    aai.PIIRedactionPolicy.occupation,
  ),
  substitution=aai.PIISubstitutionPolicy.hash,
)

transcript = aai.Transcriber().transcribe(audio_url, config)

for utterance in transcript.utterances:
  print(f"Speaker utterance.speaker: utterance.text")
  
print(transcript.text)

Users can refer to AssemblyAI’s documentation for more detailed examples and in-depth coverage of updates.

Extended entity detection

The entity detection model has been upgraded with 16 new entity types to automatically identify and classify important information in transcripts. This brings the total number of supported entity types to 44, including names, organizations, addresses, and more. The model guarantees 99% accuracy in major languages, making it a powerful tool for extracting valuable insights from audio data.

An example of how to use the API for entity detection is also provided.

import assemblyai as aai

aai.settings.api_key = "YOUR API KEY"

audio_url = "https://github.com/AssemblyAI-Community/audio-examples/raw/main/20230607_me_canadian_wildfires.mp3"

config = aai.TranscriptionConfig(entity_detection=True)

transcript = aai.Transcriber().transcribe(audio_url, config)

for entity in transcript.entities:
  print(entity.text)
  print(entity.entity_type)
  print(f"Timestamp: entity.start - entity.end\n")

Additional Materials

AssemblyAI also shared several new blog posts and tutorials to help users get the most out of their product. Topics include using Claude 3.5 Sonnet with audio data, understanding Microsoft’s Florence-2 image model, and creating a real-time language translation service using AssemblyAI and DeepL in JavaScript.

To learn more about these updates or explore additional resources, visit the official AssemblyAI blog.

Image source: Shutterstock


Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Ether Lee (ETH) tests major support for $ 4,453 after the highest rejection.

August 31, 2025

Bitcoin analysts bet on $ 200K after hints of Fed.

August 23, 2025

‘Self -transactions, dressed in capital layout’: The cryptocurrency financial craze divides the industry.

August 15, 2025
Add A Comment

Comments are closed.

Recent Posts

Bybit Card Launches In Europe With Unmatched 20% Cashback

September 3, 2025

GiftlyCard.com Recognized As Verified And Secure By Independent Review Sites

September 3, 2025

Embodying “Simple Mining, Smart Gains” For Effortless Crypto Accumulation

September 3, 2025

TOKEN2049 Singapore stops all records with the world’s largest Web3 event with 25,000 attendees in unprecedented demand.

September 3, 2025

Simultaneously Mine Dogecoin (DOGE), Ripple (XRP), And SOL

September 3, 2025

Simultaneously Mine Dogecoin (DOGE), Ripple (XRP), And SOL

September 3, 2025

Cango Inc. Announces August 2025 Bitcoin Production And Mining Operations Update

September 2, 2025

BitMine Immersion (BMNR) Announces Release Of August Investor Presentation And Latest Video Message From Tom Lee, Chairman

September 2, 2025

Pioneering AI Visionary Vincent Boucher & AGI Alpha Announce A Meta‑Agentic AGI Jobs Marketplace Platform

September 2, 2025

Meme Coin Little Pepe Raises Above $24M In Presale With Over 39,000 Holders

September 2, 2025

Bybit WSOT 2025 Attracts Quadruple Squads As $8M Main Competition Commences

September 2, 2025

Crypto Flexs is a Professional Cryptocurrency News Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of Cryptocurrency. We hope you enjoy our Cryptocurrency News as much as we enjoy offering them to you.

Contact Us : Partner(@)Cryptoflexs.com

Top Insights

Bybit Card Launches In Europe With Unmatched 20% Cashback

September 3, 2025

GiftlyCard.com Recognized As Verified And Secure By Independent Review Sites

September 3, 2025

Embodying “Simple Mining, Smart Gains” For Effortless Crypto Accumulation

September 3, 2025
Most Popular

Valkyrie Investments Co-Founder Is Optimistic About SEC Approval of Bitcoin ETF – The Defi Info

January 10, 2024

Pyth Network Flips $36 Billion Chainlink: A Signal for Traders?

October 31, 2024

Floki starts a large -scale marketing campaign with COINGECO to promote the Floki Trading Bot.

January 29, 2025
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2025 Crypto Flexs

Type above and press Enter to search. Press Esc to cancel.