1

I can't seem to find the text size limit for de-identifying text

https://cloud.google.com/dlp/limits said there's a 4KB limit for each quote.

What does quote means ? Does it mean a string ?

Rahadian Kumang
  • 591
  • 6
  • 15

1 Answers1

0

De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size.

When you de-identify data using the CryptoReplaceFfxFpeConfig or CryptoDeterministicConfig the input value must be :

  • At least two characters long (or the empty string).
  • Comprised of the characters specified by alphabet, and the alphabet must be limited from 2 to 64 characters.

For your reference see this LINK

Ernesto U
  • 786
  • 3
  • 14