Method | Description | |
---|---|---|
Copy ( string bucketName, string fileId ) : string |
图片复制
|
|
Delete ( string bucketName, string fileId ) : string |
图片删除
|
|
Detection ( string bucketName, string url ) : string |
图片鉴黄
|
|
DetectionFile ( string bucketName, string pornFile ) : string |
图片鉴黄-Files
|
|
DetectionUrl ( string bucketName, string pornUrl ) : string |
图片鉴黄-Urls
|
|
PicCloud ( int appId, string secretId, string secretKey, int timeOut = 60 ) : System | ||
Query ( string bucketName, string fileId ) : string |
图片查询
|
|
Upload ( string bucketName, string localPath, string fileId = null ) : string |
图片上传
|
public Copy ( string bucketName, string fileId ) : string | ||
bucketName | string | bucket名称 |
fileId | string | 资源存储的唯一标识 |
return | string |
public Delete ( string bucketName, string fileId ) : string | ||
bucketName | string | bucket名称 |
fileId | string | 资源存储的唯一标识 |
return | string |
public Detection ( string bucketName, string url ) : string | ||
bucketName | string | bucket名称 |
url | string | 需要鉴黄图片地址 |
return | string |
public DetectionFile ( string bucketName, string pornFile ) : string | ||
bucketName | string | bucket名称 |
pornFile | string | |
return | string |
public DetectionUrl ( string bucketName, string pornUrl ) : string | ||
bucketName | string | bucket名称 |
pornUrl | string | |
return | string |
public PicCloud ( int appId, string secretId, string secretKey, int timeOut = 60 ) : System | ||
appId | int | |
secretId | string | |
secretKey | string | |
timeOut | int | |
return | System |
public Query ( string bucketName, string fileId ) : string | ||
bucketName | string | bucket名称 |
fileId | string | 资源存储的唯一标识 |
return | string |
public Upload ( string bucketName, string localPath, string fileId = null ) : string | ||
bucketName | string | bucket名称 |
localPath | string | 本地图片路径 |
fileId | string | 资源存储的唯一标识 |
return | string |