Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 487 Bytes

golang-sdk

目录结构

├── README.md
├── aip    // 应用目录
│  ├── censor  // 内容审核
│  └── imagesearch   // 图像搜索
├── baseClient       // 基础类
├── test      // 单元测试
│  ├── imagesearch   // 图像搜索单元测试
│  └── resources     // 资源文件
└── util      // 工具类

建议1.1以上版本

使用文档

参考官方网站