Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateViTemplateRequestInfo ¶
type CreateViTemplateRequestInfo struct {
/* 模板名称。长度不超过128个字符。UTF-8编码。
*/
TemplateName string `json:"templateName"`
/* 截图间隔 (Optional) */
ShotInterval int `json:"shotInterval"`
/* 间隔类型:time, percent (Optional) */
ShotIntervalType string `json:"shotIntervalType"`
/* 截图格式:png, jpg (Optional) */
ShotFormat string `json:"shotFormat"`
/* 截图帧类型:any, key (Optional) */
ShotFrameType string `json:"shotFrameType"`
/* 截图宽度 (Optional) */
ShotWidth int `json:"shotWidth"`
/* 截图高度 (Optional) */
ShotHeight int `json:"shotHeight"`
/* 截图填充类型:stretch, gauss, black, white (Optional) */
ShotFillType string `json:"shotFillType"`
/* 审查配置,JSON格式 */
InspectItems string `json:"inspectItems"`
}
type SimpleResponse ¶
type SimpleResponse struct {
/* Request ID (Optional) */
RequestId string `json:"requestId"`
}
type SubmitViJobRequestInfo ¶
type SubmitViJobRequestInfo struct {
/* 视频审查模板ID */
TemplateId string `json:"templateId"`
/* 对象存储区域,输入和输入同区域 */
Region string `json:"region"`
/* 输入空间 (Optional) */
InputBucket string `json:"inputBucket"`
/* 输入文件 (Optional) */
InputFileKey string `json:"inputFileKey"`
/* 输入空间 (Optional) */
OutputBucket string `json:"outputBucket"`
/* 输入路径 (Optional) */
OutputFilePath string `json:"outputFilePath"`
}
type UpdateViTemplateRequestInfo ¶
type UpdateViTemplateRequestInfo struct {
/* 模板名称。长度不超过128个字符。UTF-8编码。
(Optional) */
TemplateName string `json:"templateName"`
/* 截图间隔 (Optional) */
ShotInterval int `json:"shotInterval"`
/* 间隔类型:time, percent (Optional) */
ShotIntervalType string `json:"shotIntervalType"`
/* 截图格式:png, jpg (Optional) */
ShotFormat string `json:"shotFormat"`
/* 截图帧类型:any, key (Optional) */
ShotFrameType string `json:"shotFrameType"`
/* 截图宽度 (Optional) */
ShotWidth int `json:"shotWidth"`
/* 截图高度 (Optional) */
ShotHeight int `json:"shotHeight"`
/* 截图填充类型:stretch, gauss, black, white (Optional) */
ShotFillType string `json:"shotFillType"`
/* 审查配置,JSON格式 (Optional) */
InspectItems string `json:"inspectItems"`
}
type ViJobSummary ¶
type ViJobSummary struct {
/* 作业ID (Optional) */
JobId string `json:"jobId"`
/* 模板ID (Optional) */
TemplateId string `json:"templateId"`
/* 对象存储区域,输入和输入同区域 (Optional) */
Region string `json:"region"`
/* 输入空间 (Optional) */
InputBucket string `json:"inputBucket"`
/* 输入文件 (Optional) */
InputFileKey string `json:"inputFileKey"`
/* 输入空间 (Optional) */
OutputBucket string `json:"outputBucket"`
/* 输入路径 (Optional) */
OutputFilePath string `json:"outputFilePath"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 更新时间 (Optional) */
UpdateTime string `json:"updateTime"`
}
type ViTemplateInfo ¶
type ViTemplateInfo struct {
/* 模板ID (Optional) */
TemplateId string `json:"templateId"`
/* 模板名称。长度不超过128个字符。UTF-8编码。
(Optional) */
TemplateName string `json:"templateName"`
/* 截图间隔 (Optional) */
ShotInterval int `json:"shotInterval"`
/* 间隔类型:time, percent (Optional) */
ShotIntervalType string `json:"shotIntervalType"`
/* 截图格式:png, jpg (Optional) */
ShotFormat string `json:"shotFormat"`
/* 截图帧类型:any, key (Optional) */
ShotFrameType string `json:"shotFrameType"`
/* 截图宽度 (Optional) */
ShotWidth int `json:"shotWidth"`
/* 截图高度 (Optional) */
ShotHeight int `json:"shotHeight"`
/* 截图填充类型:stretch, gauss, black, white (Optional) */
ShotFillType string `json:"shotFillType"`
/* 审查配置,JSON格式 (Optional) */
InspectItems string `json:"inspectItems"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
}
type ViTemplatePageInfo ¶
type ViTemplatePageInfo struct {
/* 当前页码 (Optional) */
PageNumber int `json:"pageNumber"`
/* 每页数量 (Optional) */
PageSize int `json:"pageSize"`
/* 查询总数 (Optional) */
TotalElements int `json:"totalElements"`
/* 总页数 (Optional) */
TotalPages int `json:"totalPages"`
/* 分页内容 (Optional) */
Content []ViTemplateInfo `json:"content"`
}
Click to show internal directories.
Click to hide internal directories.