ai
  • 简介
  • 百度AI
    • 人脸识别
      • 人脸库管理
      • 人脸检测
      • 人脸搜索
      • 人脸对比
      • 身份验证
    • OCR文字识别
    • 图像识别
    • 人体分析
    • nlp自然语言
  • 腾讯AI
    • OCR文字识别
    • 人脸识别
      • 人脸库管理
    • 图片特效
    • 图片识别
    • 敏感信息审核
    • 智能闲聊
    • 机器翻译
    • 基础文本分析
    • 语义解析
    • 语音识别
    • 语音合成
Powered by GitBook
On this page
  • 敏感信息审核
  • 暴恐识别
  • 图片鉴黄

Was this helpful?

  1. 腾讯AI

敏感信息审核

敏感信息审核

暴恐识别

$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());
}
Previous图片识别Next智能闲聊

Last updated 6 years ago

Was this helpful?