> For the complete documentation index, see [llms.txt](https://doc.crisen.org/ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.crisen.org/ai/tencent/sensitive-information.md).

# 敏感信息审核

## 敏感信息审核

## 暴恐识别

```
$res = $ai->image()->path('path/to/some_image.jpg')->terrorism();

if($res->success()){
    var_dump($res->toArray());
}
```

## 图片鉴黄

```
$res = $ai->vision()->path('path/to/some_image.jpg')->porn();

if($res->success()){
    var_dump($res->toArray());
}
```
