PICO Platform Unity SDK
|
Static Public Member Functions | |
static Task< DetectSensitiveResult > | DetectSensitive (DetectSensitiveScene scene, string content) |
Detects sensitive words in texts. More... | |
Application or games need comply with the laws where they distributes. So developers should take compliance into consideration. This module provides some useful methods to implement compliance.
|
inlinestatic |
Detects sensitive words in texts.
scene | Indicates where the text appears. For example, the text can appear in a username, room name, in-room chat, etc. |
content | The text to check, which can be a username, room-chat message, etc. |