Categorygithub.com/tencentyun/cos-go-sdk-v5
modulepackage
0.7.59
Repository: https://github.com/tencentyun/cos-go-sdk-v5.git
Documentation: pkg.go.dev

# README

cos-go-sdk-v5

腾讯云对象存储服务 COS(Cloud Object Storage) Go SDK(API 版本:V5 版本的 XML API)。

Install

go get -u github.com/tencentyun/cos-go-sdk-v5

Usage

package main

import (
	"context"
	"fmt"
	"io/ioutil"
	"net/http"
	"net/url"
	"os"
	"time"
	
	"github.com/tencentyun/cos-go-sdk-v5"
)

func main() {
	//将<bucket>和<region>修改为真实的信息
	//bucket的命名规则为{name}-{appid} ,此处填写的存储桶名称必须为此格式
	u, _ := url.Parse("https://<bucket>.cos.<region>.myqcloud.com")
	b := &cos.BaseURL{BucketURL: u}
	c := cos.NewClient(b, &http.Client{
		//设置超时时间
		Timeout: 100 * time.Second,
		Transport: &cos.AuthorizationTransport{
			//如实填写账号和密钥,也可以设置为环境变量
			SecretID:  os.Getenv("COS_SECRETID"),
			SecretKey: os.Getenv("COS_SECRETKEY"),
		},
	})

	name := "test/hello.txt"
	resp, err := c.Object.Get(context.Background(), name, nil)
	if err != nil {
		panic(err)
	}
	bs, _ := ioutil.ReadAll(resp.Body)
	resp.Body.Close()
	fmt.Printf("%s\n", string(bs))
}

所有的 API 在 example 目录下都有对应的使用示例。

Service API:

Bucket API:

Object API:

数据处理 API:

内容审核 API:

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AddAuthorizationHeader 给 req 增加签名信息.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
go http default CheckRedirect.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewAuthTime 生成 AuthTime 的便捷函数 expire: 从现在开始多久过期.
NewBucketURL 生成 BaseURL 所需的 BucketURL bucketName: bucket名称, bucket的命名规则为{name}-{appid} ,此处填写的存储桶名称必须为此格式 Region: 区域代码: ap-beijing-1,ap-beijing,ap-shanghai,ap-guangzhou..
NewClient returns a new COS API client.
No description provided by the author
非线程安全,只能在进程初始化(而不是Client初始化)时做设置.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

数据传输完成, 但不能表示对应API调用完成.
数据传输中.
只有在数据传输时发生错误才会返回.
数据开始传输.
No description provided by the author
Version current go sdk version.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
需要校验的 Headers 列表.
No description provided by the author

# Structs

No description provided by the author
ACLGrant is the param of ACLXml.
ACLGrantee is the param of ACLGrant.
ACLHeaderOptions is the option of ACLHeader.
ACLXml is the ACL body struct.
AddImageOptions 添加图库图片选项.
No description provided by the author
No description provided by the author
No description provided by the author
AIBodyRecognitionOptions is the option of AIBodyRecognitionWithOpt.
No description provided by the author
AIEnhanceImageOptions 图像增强选项.
No description provided by the author
No description provided by the author
AIImageColoringOptions TODO.
AIImageCropOptions 图像智能裁剪选项.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AIImageColoringOptions TODO.
Animation TODO.
AnimationVideo TODO 有意和转码区分,两种任务关注的参数不一样避免干扰.
ASRJobDetail TODO.
ASRJobOperation TODO.
AssessQualityResults Logo识别结果.
Audio TODO.
AudioAuditingJobConf is the config of PutAudioAuditingJobOptions.
AudioAuditingJobDetail is the detail of GetAudioAuditingJobResult.
AudioConfig TODO.
AudioMix TODO.
AudioSectionResult is the audio section result of AuditingJobDetail/AudioAuditingJobDetail.
AuditingJobDetail is the detail of GetVideoAuditingJobResult.
AuditingMask is auto Mask options.
AuditingMaskAudios 审核马赛克相关参数.
AuditingMaskCosOutput 审核马赛克相关参数.
AuditingMaskImages 审核马赛克相关参数.
AuditingMaskInfo 审核马赛克信息.
AuditingMaskInfo 审核马赛克信息.
AuditingMaskLiveOutput 审核马赛克相关参数.
AuditingMaskInfo 审核马赛克信息.
AuthorizationTransport 给请求增加 Authorization header.
AuthTime 用于生成签名所需的 q-sign-time 和 q-key-time 相关参数.
No description provided by the author
AutoTranslationBlockOptions 实时文字翻译.
AutoTranslationBlockResults 实时文字翻译选项.
BaseURL 访问各 API 所需的基础 URL.
No description provided by the author
No description provided by the author
BatchJobOperationCopy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BatchImageAuditingJobResult is the result of BatchImageAuditing.
BatchImageAuditingOptions is the option of BatchImageAuditing.
BatchInitiateRestoreObject.
No description provided by the author
No description provided by the author
BatchJobManifest.
No description provided by the author
BatchJobOperation.
No description provided by the author
BatchJobReport.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BatchProgressSummary.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BodyRecognition TODO.
Bucket is the meta info of Bucket.
No description provided by the author
BucketCORSRule is the rule of BucketCORS.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketGetCORSResult is the result of GetBucketCORS.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketGetLifecycleResult is the result of BucketGetLifecycle.
BucketGetLocationResult is the result of BucketGetLocation.
No description provided by the author
No description provided by the author
No description provided by the author
BucketGetOptions is the option of GetBucket.
BucketGetResult is the result of GetBucket.
BucketGetTaggingResult is the result of BucketGetTagging.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketInventoryDestination ...
BucketInventoryEncryption ...
BucketInventoryFilter ...
No description provided by the author
BucketInventoryOptionalFields ...
BucketInventorySchedule ...
BucketLifecycleAbortIncompleteMultipartUpload is the param of BucketLifecycleRule.
No description provided by the author
BucketLifecycleExpiration is the param of BucketLifecycleRule.
BucketLifecycleFilter is the param of BucketLifecycleRule.
No description provided by the author
BucketLifecycleRule is the rule of BucketLifecycle.
BucketLifecycleTransition is the param of BucketLifecycleRule.
BucketLoggingEnabled main struct of logging.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketPutACLOptions is the option of PutBucketACL.
BucketPutCORSOptions is the option of PutBucketCORS.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketPutInventoryOptions ...
BucketPutLifecycleOptions is the option of PutBucketLifecycle.
BucketPutLoggingOptions is the options of PutBucketLogging.
No description provided by the author
BucketPutOptions is same to the ACLHeaderOptions.
No description provided by the author
No description provided by the author
No description provided by the author
BucketPutTaggingOptions is the option of BucketPutTagging.
BucketPutVersionOptions is the options of PutBucketVersioning.
No description provided by the author
BucketReplicationRule is the main param of replication.
No description provided by the author
BucketTaggingTag is the tag of BucketTagging.
No description provided by the author
CarRecognition TODO.
No description provided by the author
CASJobParameters support three way: Standard(in 35 hours), Expedited(quick way, in 15 mins), Bulk(in 5-12 hours_.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Client is a client manages communication with the COS API.
ClipConfig TODO.
No description provided by the author
ColorEnhance TODO.
CompleteMultipartUploadOptions is the option of CompleteMultipartUpload.
CompleteMultipartUploadResult is the result CompleteMultipartUpload.
ConcatFragment TODO.
ConcatTemplate TODO.
No description provided by the author
Container TODO.
No description provided by the author
CopyPartResult is the result CopyPart.
No description provided by the author
No description provided by the author
CosImageInspectProcessResult 黑产检测同步接口结果.
CreateASRJobsOptions TODO.
CreateASRJobsResult TODO.
CreateAsrVocabularyTableOptions TODO.
CreateAsrVocabularyTableResult TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreateImageSearchBucketOptions 开通以图搜图选项.
CreateInventoryTriggerJobOptions TODO.
CreateInventoryTriggerJobResult TODO.
CreateMediaAnimationTemplateOptions TODO.
CreateMediaConcatTemplateOptions TODO.
CreateMediaJobsOptions TODO.
CreateMediaJobsResult TODO.
CreateMediaPicProcessTemplateOptions TODO.
No description provided by the author
No description provided by the author
CreateMediaSmartcoverTemplateOptions TODO.
CreateMediaSnapshotTemplateOptions TODO.
CreateMediaSpeechRecognitionTemplateOptions TODO.
CreateMediaSuperResolutionTemplateOptions TODO.
CreateMediaTemplateResult TODO.
CreateMediaTranscodeProTemplateOptions TODO.
CreateMediaTranscodeTemplateOptions TODO.
CreateMediaTtsTemplateOptions TODO.
CreateMediaVideoMontageTemplateOptions TODO.
CreateMediaVideoProcessTemplateOptions TODO.
CreateMediaVoiceSeparateTemplateOptions TODO.
CreateMediaWatermarkTemplateOptions TODO.
CreateMediaWorkflowOptions TODO.
CreateMediaWorkflowResult TODO.
CreateMultiGeneratePlayListJobsOptions TODO.
CreateMultiMediaJobsOptions TODO.
CreateMultiMediaJobsResult TODO.
CreateNoiseReductionTemplateOptions TODO.
CreateOCRTemplateOptions TODO.
CreatePicJobsOptions TODO.
CreateVideoEnhanceTemplateOptions TODO.
CreateVideoTargetRecTemplateOptions TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
通过sts访问.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeleteMediaTemplateResult TODO.
DeleteMediaWorkflowResult TODO.
No description provided by the author
DelImageOptions 删除图库图片选项.
DelogoParam TODO.
DescribeMediaProcessBucketsResult TODO.
DescribeMediaProcessBucketsResult TODO.
DescribeAsrVocabularyTableResult TODO.
DescribeAsrVocabularyTablesOptions TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DescribeFileProcessBucketsResult TODO.
DescribeInventoryTriggerJobResult TODO.
DescribeInventoryTriggerJobsOptions TODO.
DescribeInventoryTriggerJobsResult TODO.
DescribeMediaJobsOptions TODO.
DescribeMediaJobsResult TODO.
DescribeMediaProcessBucketsOptions TODO.
DescribeMediaProcessBucketsResult TODO.
DescribeMediaProcessJobResult TODO.
DescribeMediaProcessQueuesOptions TODO.
DescribeMediaProcessQueuesResult TODO.
DescribeMediaTemplateOptions TODO.
DescribeMediaTemplateResult TODO.
DescribeMediaWorkflowOptions TODO.
DescribeMediaWorkflowResult TODO.
DescribeMutilASRJobResult TODO.
DescribeMutilMediaProcessJobResult TODO.
DescribeMediaProcessBucketsResult TODO.
DescribePosterproductionTemplateOptions TODO.
DescribeWorkflowExecutionResult TODO.
DescribeWorkflowExecutionsOptions TODO.
DescribeWorkflowExecutionsResult TODO.
No description provided by the author
No description provided by the author
No description provided by the author
DigitalWatermark TODO.
No description provided by the author
DnaConfig DNA任务配置.
DNADbConfig DNA 库详情.
DNADbFiles DNA 文件详情.
DnaResult DNA任务结果.
DnaResultAudio DNA任务结果.
DnaResultDetection DNA任务结果.
DnaResultDetection DNA任务结果.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DocumentAuditingJobConf is the config of PutDocumentAuditingJobOptions.
DocumentAuditingJobDetail is the detail of GetDocumentAuditingJobResult.
DocumentPageSegmentInfo.
DocumentPageSegmentResultResult.
DocumentResultInfo.
No description provided by the author
EffectConfig TODO.
Encryption is user defined information.
No description provided by the author
No description provided by the author
No description provided by the author
ErrorResponse 包含 API 返回的错误信息 https://www.qcloud.com/document/product/436/7730.
ExtFilter TODO.
ExtractDigitalWatermark TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FaceRecognition TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FillConcat 填充拼接.
FillConcatInput 填充拼接输入.
FrameEnhance TODO.
FreezeConf is auto freeze options.
GenerateMediaInfoOptions TODO.
GenerateMediaInfoOptions TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetAudioAuditingJobResult is the result of GetAudioAuditingJob.
No description provided by the author
GetDnaDbFilesOptions 获取 DNA 库中文件列表参数.
GetDnaDbFilesResult 查询 DNA 库列表结果.
GetDnaDbOptions 查询 DNA 库列表参数.
GetDnaDbResult 查询 DNA 库列表结果.
GetDocumentAuditingJobResult is the result of GetDocumentAuditingJob.
No description provided by the author
GetFileHashOptions is the option of GetFileHash.
GetFileHashResult is the result of GetFileHash.
No description provided by the author
GetImageAuditingJobResult is the result of GetImageAuditingJob.
No description provided by the author
GetMediaInfoResult TODO.
GetPrivateM3U8Options TODO.
No description provided by the author
No description provided by the author
GetSnapshotOptions TODO.
No description provided by the author
No description provided by the author
GetTextAuditingJobResult is the result of GetTextAuditingJob.
GetVideoAuditingJobResult is the result of GetVideoAuditingJob.
GetVideoAuditingJobSnapshot is the snapshot result of AuditingJobDetail.
GetVirusDetectJobResult is the result of GetVirusDetectJob.
GetWebpageAuditingJobResult is the result of GetWebpageAuditingJob.
No description provided by the author
No description provided by the author
HlsEncrypt TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Image TODO.
ImageAuditingInputOptions is the option of BatchImageAuditingOptions.
ImageAuditingJobConf is the config of BatchImageAuditingOptions.
ImageAuditingResult is the result of BatchImageAuditingJobResult.
ImageInspect 黑产检测.
ImageInspectResult 黑产检测结果.
ImageInspectProcessResult 黑产检测结果.
ImageInspectResult 黑产检测结果.
ImageOCRDetection TODO.
ImageOCRTemplate TODO.
ImageOCRTextDetections TODO.
ImageOCRTextItemPolygon TODO.
ImageOCRTextPolygon TODO.
ImageOCRTextWordPolygon TODO.
ImageOCRTextWords TODO.
No description provided by the author
ImageQualityOptions is the option of ImageQualityWithOpt.
No description provided by the author
ImageRecognitionOptions is the option of ImageAuditing.
ImageRecognitionResult is the result of ImageRecognition/ImageAuditing.
ImageRepairOptions 图像修复选项.
No description provided by the author
ImageSearchOptions 图片搜索接口选项.
ImageSearchResult 图片搜索接口结果.
No description provided by the author
No description provided by the author
No description provided by the author
InitiateMultipartUploadOptions is the option of InitateMultipartUpload.
InitiateMultipartUploadResult is the result of InitateMultipartUpload.
No description provided by the author
InventoryTriggerJob TODO.
InventoryTriggerJobDetail TODO.
InventoryTriggerJobInput TODO.
InventoryTriggerJobOperation TODO.
InventoryTriggerJobOperationJobParam TODO.
InventoryTriggerJobOperationTimeInterval TODO.
ItemPolygon TODO.
JobInput TODO.
JobOutput TODO.
jobs.
JobsNotifyBody TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LanguageResult 语种识别结果.
LibResult.
LicenseRecognitionResult TODO.
No description provided by the author
ListBucketInventoryConfigResult result of ListBucketInventoryConfiguration.
No description provided by the author
ListMultipartUploadsOptions is the option of ListMultipartUploads.
ListMultipartUploadsResult is the result of ListMultipartUploads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Location.
MediaInfo TODO.
MediaProcessBucket TODO.
MediaProcessJobDetail TODO.
MediaProcessJobOperation TODO.
MediaProcessJobsNotifyBody TODO.
MediaProcessQueue TODO.
MediaProcessQueueNotifyConfig TODO.
MediaResult TODO.
MediaWorkflow TODO.
ModifyM3U8TokenOptions TODO.
MsSharpen TODO.
No description provided by the author
No description provided by the author
No description provided by the author
MultiUploadOptions is the option of the multiupload, ThreadPoolSize default is one.
Node TODO.
NodeHlsPackInfo TODO.
NodeInput TODO.
NodeOperation TODO.
NodeOutput TODO.
NodeSCF TODO.
NodeSDRtoHDR TODO.
NodeSegmentConfig TODO.
NodeSmartCover TODO.
NodeStreamPackConfigInfo TODO.
NoiseReduction TODO.
NotifyConfig TODO.
NotifyConfigCallBackMqConfig TODO.
Object is the meta info of the object.
ObjectCopyHeaderOptions is the head option of the Copy.
ObjectCopyOptions is the option of Copy, choose header or body.
ObjectCopyPartOptions is the options of copy-part.
ObjectCopyResult is the result of Copy.
ObjectDeleteMultiOptions is the option of DeleteMulti.
ObjectDeleteMultiResult is the result of DeleteMulti.
No description provided by the author
ObjectGetOptions is the option of GetObject.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectHeadOptions is the option of HeadObject.
ObjectListPartsOptions is the option of ListParts.
ObjectListPartsResult is the result of ListParts.
No description provided by the author
No description provided by the author
No description provided by the author
ObjectOptionsOptions is the option of object options.
ObjectPutACLOptions the options of put object acl.
ObjectPutHeaderOptions the options of header of the put object.
ObjectPutOptions the options of put object.
No description provided by the author
No description provided by the author
No description provided by the author
ObjectRestoreOptions is the option of object restore.
ObjectResult.
No description provided by the author
No description provided by the author
No description provided by the author
ObjectUploadPartOptions is the options of upload-part.
No description provided by the author
No description provided by the author
OcrResult.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Owner defines Bucket/Object's owner.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PetRecognition TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PicProcess TODO.
PicProcessJobOperation TODO.
No description provided by the author
PicProcessResult TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PosterProduction TODO.
海报合成 PosterproductionInput TODO.
PosterproductionTemplateOptions TODO.
PosterproductionTemplateResult TODO.
PosterproductionTemplateResult TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PutAudioAuditingJobOptions is the option of PutAudioAuditingJob.
PutBucketReplicationOptions is the options of PutBucketReplication.
PutDocumentAuditingJobOptions is the option of PutDocumentAuditingJob.
No description provided by the author
No description provided by the author
PutTextAuditingJobOptions is the option of PutTextAuditingJob.
PutVideoAuditingJobOptions is the option of PutVideoAuditingJob.
PutVideoAuditingJobResult is the result of PutVideoAuditingJob.
PutVideoAuditingJobSnapshot is the snapshot config of VideoAuditingJobConf.
PutVirusDetectJobOptions is the option of PutVirusDetectJob.
PutWebpageAuditingJobOptions is the option of PutWebpageAuditingJob.
No description provided by the author
QualityEstimate TODO.
QualityEstimate TODO.
No description provided by the author
No description provided by the author
RecognitionInfo is the result of auditing scene.
RecognizeLogoOptions Logo识别选项.
RecognizeLogoResults Logo识别结果.
No description provided by the author
ReplicationDestination is the sub struct of BucketReplicationRule.
ReportBadcaseOptions.
ReportBadcaseResult.
Response API 响应.
No description provided by the author
No description provided by the author
No description provided by the author
SceneChangeInfo 转场参数.
SDRtoHDR TODO.
No description provided by the author
No description provided by the author
Segment TODO.
SegmentVideoBody TODO.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceGetResult is the result of Get Service.
Snapshot TODO.
SoundHoundResult TODO.
SpeechRecognition TODO.
No description provided by the author
SpeechRecognitionResult TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SplitVideoInfoResult TODO.
SplitVideoParts TODO.
SpriteSnapshotConfig TODO.
No description provided by the author
StorageConf is live video storage config of PutVideoAuditingJobOptions.
StreamExtract TODO.
No description provided by the author
No description provided by the author
No description provided by the author
Subtitle TODO.
Subtitles TODO.
SuperResolution TODO.
Template TODO.
Text TODO.
TextAuditingJobConf is the config of PutAudioAuditingJobOptions.
TextAuditingJobDetail is the detail of GetTextAuditingJobResult.
No description provided by the author
TextLibResult.
TextRecognitionInfo.
TextSectionResult is the section result of TextAuditingJobDetail.
TimeInterval TODO.
Topology TODO.
Transcode TODO.
TranscodePro TODO.
TranscodeProAudio TODO.
TranscodeProVideo TODO.
TransConfig TODO.
Translation TODO.
TriggerWorkflowOptions TODO.
TriggerWorkflowResult TODO.
TtsConfig TODO.
TtsTpl TODO.
CreateAsrVocabularyTableOptions TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateMediaProcessQueueOptions TODO.
UpdateMediaProcessQueueResult TODO.
UserExtraInfo is user defined information.
No description provided by the author
UserListResults 命中账号黑白名单信息.
Video TODO.
VideoAuditingJobConf is the config of PutVideoAuditingJobOptions.
No description provided by the author
VideoEnhance TODO.
VideoMontage TODO.
VideoMontageVideo TODO.
VideoProcess TODO.
VideoStreamConfig TODO.
VideoSynthesis 视频合成.
VideoSynthesisSpliceInfo 视频合成输入.
VideoTag TODO.
VideoTagResult TODO.
VideoTagResultStreamData TODO.
VideoTagResultStreamDataData TODO.
VideoTagResultStreamDataDataActionTags TODO.
No description provided by the author
VideoTagResultStreamDataDataObjectTags TODO.
VideoTagResultStreamDataDataPersonTags TODO.
VideoTagResultStreamDataDataPersonTagsDetailPerSecond TODO.
VideoTagResultStreamDataDataPersonTags TODO.
VideoTagResultStreamDataDataPlaceTags TODO.
VideoTagResultStreamDataDataTags TODO.
VideoTargetRec TODO.
BodyInfo TODO.
VideoTargetRecLocation TODO.
VideoTargetRecResult TODO.
VirusDetectJobConf is the config of PutVirusDetectJobOptions.
VirusDetectJobDetail is the detail of GetVirusDetectJobResult.
VirusInfo.
VirusResults.
No description provided by the author
No description provided by the author
VocalScore 音乐评分.
VocalScore 音乐评分结果.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VoiceSeparate TODO.
VTRTranscode TODO.
VTRVideo TODO.
Watermark TODO.
WatermarkSlideConfig TODO.
WebpageAuditingJobConf is the config of PutWebpageAuditingJobOptions.
WebpageAuditingJobDetail is the detail of GetWebpageAuditingJobResult.
WebpageImageResult.
WebpageImageResults.
WebpageResultInfo.
WebpageTextResult.
WebpageTextResults.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WordsGeneralize TODO.
WordsGeneralizeResult TODO.
WordsGeneralizeResulteLable TODO.
WordsGeneralizeResulteToken TODO.
WorkflowExecution TODO.
WorkflowExecutionList TODO.
WorkflowExecutionNotifyBody TODO.
WorkflowNodeCondition TODO.
No description provided by the author
ZipPreviewResult 压缩包预览结果.

# Interfaces

No description provided by the author
No description provided by the author
用户自定义Listener需要实现该方法.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
BucketGetACLResult is same to the ACLXml.
No description provided by the author
No description provided by the author
No description provided by the author
BucketGetInventoryResult same struct to options.
BucketGetLoggingResult is the result of GetBucketLogging.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BucketGetVersionResult is the result of GetBucketVersioning.
No description provided by the author
BucketListInventoryConfiguartion same struct to options.
BucketService 相关 API.
No description provided by the author
CreateAIJobsOptions TODO.
CreateAIJobsResult TODO.
CreateJobsOptions 提交任务的公用结构体.
CreateJobsOptions 任务结果的公用结构体.
CreatePicJobsResult TODO.
DescribeJobsResult 删除模板结果的公用结构体.
DescribeAIJobResult TODO.
DescribeAIProcessBucketsOptions TODO.
DescribeASRProcessBucketsOptions TODO.
No description provided by the author
DescribeFileProcessBucketsOptions TODO.
No description provided by the author
DescribeJobsOptions 查询任务的公用选项.
DescribeJobsResult 查询任务结果的公用结构体.
DescribePicProcessBucketsOptions TODO.
DescribePicProcessJobResult TODO.
DescribePicProcessQueuesOptions TODO.
DescribePicProcessQueuesResult TODO.
DescribeJobsOptions 查询模板的公用选项.
DescribeJobsResult 查询模板结果的公用结构体.
No description provided by the author
No description provided by the author
GetBucketReplicationResult is the result of GetBucketReplication.
No description provided by the author
No description provided by the author
Initiator same to the Owner struct.
No description provided by the author
ObjectGetACLResult is the result of GetObjectACL.
No description provided by the author
ObjectList can used for sort the parts which needs in complete upload part sort.Sort(cos.ObjectList(opt.Parts)).
ObjectService 相关 API.
No description provided by the author
No description provided by the author
No description provided by the author
PutAudioAuditingJobResult is the result of PutAudioAuditingJob.
PutDocumentAuditingJobResult is the result of PutDocumentAuditingJob.
PutTextAuditingJobResult is the result of PutTextAuditingJob.
PutVirusDetectJobResult is the result of PutVirusDetectJob.
PutWebpageAuditingJobResult is the result of PutWebpageAuditingJob.
Service 相关 API.
No description provided by the author