C# 클래스 QCloud.PicApi.Api.PicCloud

파일 보기 프로젝트 열기: tencentyun/image-donet-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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

图片上传

메소드 상세

Copy() 공개 메소드

图片复制
public Copy ( string bucketName, string fileId ) : string
bucketName string bucket名称
fileId string 资源存储的唯一标识
리턴 string

Delete() 공개 메소드

图片删除
public Delete ( string bucketName, string fileId ) : string
bucketName string bucket名称
fileId string 资源存储的唯一标识
리턴 string

Detection() 공개 메소드

图片鉴黄
public Detection ( string bucketName, string url ) : string
bucketName string bucket名称
url string 需要鉴黄图片地址
리턴 string

DetectionFile() 공개 메소드

图片鉴黄-Files
public DetectionFile ( string bucketName, string pornFile ) : string
bucketName string bucket名称
pornFile string
리턴 string

DetectionUrl() 공개 메소드

图片鉴黄-Urls
public DetectionUrl ( string bucketName, string pornUrl ) : string
bucketName string bucket名称
pornUrl string
리턴 string

PicCloud() 공개 메소드

public PicCloud ( int appId, string secretId, string secretKey, int timeOut = 60 ) : System
appId int
secretId string
secretKey string
timeOut int
리턴 System

Query() 공개 메소드

图片查询
public Query ( string bucketName, string fileId ) : string
bucketName string bucket名称
fileId string 资源存储的唯一标识
리턴 string

Upload() 공개 메소드

图片上传
public Upload ( string bucketName, string localPath, string fileId = null ) : string
bucketName string bucket名称
localPath string 本地图片路径
fileId string 资源存储的唯一标识
리턴 string