Tim Woohoo
Tim Woohoo

Reputation: 562

Is it possible to use google DLP to create a bad words filter

Working on nodejs backend with google products, I am trying to make use of google DLP to filter out bad words, so that after users send a message request, the backend can send response to the frontend if the message contains bad words. But the DLP seems only scan source from within BigQuery, Google cloud storage or Cloud datastore. Is there an api that can scan the bad words within DLP?

Upvotes: 0

Views: 203

Answers (2)

Jordanna Chord
Jordanna Chord

Reputation: 995

You can use the content methods for that.

https://cloud.google.com/dlp/docs/concepts-method-types#content-methods

Upvotes: 1

Tim Woohoo
Tim Woohoo

Reputation: 562

Found the answer from google doc

Upvotes: 1

Related Questions