Documentation ¶
Index ¶
- Variables
- type DetectRect
- func (*DetectRect) Descriptor() ([]byte, []int)deprecated
- func (x *DetectRect) GetX1() float64
- func (x *DetectRect) GetX2() float64
- func (x *DetectRect) GetY1() float64
- func (x *DetectRect) GetY2() float64
- func (*DetectRect) ProtoMessage()
- func (x *DetectRect) ProtoReflect() protoreflect.Message
- func (x *DetectRect) Reset()
- func (x *DetectRect) String() string
- type InputPath
- func (*InputPath) Descriptor() ([]byte, []int)deprecated
- func (x *InputPath) GetFileId() string
- func (x *InputPath) GetTosBucket() string
- func (x *InputPath) GetType() string
- func (x *InputPath) GetVodSpaceName() string
- func (*InputPath) ProtoMessage()
- func (x *InputPath) ProtoReflect() protoreflect.Message
- func (x *InputPath) Reset()
- func (x *InputPath) String() string
- type JobExecution
- func (*JobExecution) Descriptor() ([]byte, []int)deprecated
- func (x *JobExecution) GetCreatedAt() string
- func (x *JobExecution) GetEnableLowPriority() string
- func (x *JobExecution) GetFinishedAt() string
- func (x *JobExecution) GetInputPath() *InputPath
- func (x *JobExecution) GetJobId() string
- func (x *JobExecution) GetJobSource() string
- func (x *JobExecution) GetOutput() []*JobOutput
- func (x *JobExecution) GetStatus() string
- func (x *JobExecution) GetTemplateId() string
- func (*JobExecution) ProtoMessage()
- func (x *JobExecution) ProtoReflect() protoreflect.Message
- func (x *JobExecution) Reset()
- func (x *JobExecution) String() string
- type JobOutput
- func (*JobOutput) Descriptor() ([]byte, []int)deprecated
- func (x *JobOutput) GetActivityId() string
- func (x *JobOutput) GetCode() string
- func (x *JobOutput) GetEndTime() string
- func (x *JobOutput) GetFileMessageId() string
- func (x *JobOutput) GetProperties() string
- func (x *JobOutput) GetStartTime() string
- func (x *JobOutput) GetStatus() string
- func (x *JobOutput) GetTaskType() string
- func (x *JobOutput) GetTemplateId() string
- func (x *JobOutput) GetTemplateName() string
- func (*JobOutput) ProtoMessage()
- func (x *JobOutput) ProtoReflect() protoreflect.Message
- func (x *JobOutput) Reset()
- func (x *JobOutput) String() string
- type OCR
- type OutputOverrideParams
- func (*OutputOverrideParams) Descriptor() ([]byte, []int)deprecated
- func (x *OutputOverrideParams) GetActivityId() []string
- func (x *OutputOverrideParams) GetOutputPath() *OutputPath
- func (*OutputOverrideParams) ProtoMessage()
- func (x *OutputOverrideParams) ProtoReflect() protoreflect.Message
- func (x *OutputOverrideParams) Reset()
- func (x *OutputOverrideParams) String() string
- type OutputPath
- func (*OutputPath) Descriptor() ([]byte, []int)deprecated
- func (x *OutputPath) GetFileName() string
- func (x *OutputPath) GetTosBucket() string
- func (x *OutputPath) GetType() string
- func (x *OutputPath) GetVodSpaceName() string
- func (*OutputPath) ProtoMessage()
- func (x *OutputPath) ProtoReflect() protoreflect.Message
- func (x *OutputPath) Reset()
- func (x *OutputPath) String() string
- type OverrideParams
- func (*OverrideParams) Descriptor() ([]byte, []int)deprecated
- func (x *OverrideParams) GetOutput() []*OutputOverrideParams
- func (x *OverrideParams) GetSmartErase() []*SmartEraseOverrideParams
- func (*OverrideParams) ProtoMessage()
- func (x *OverrideParams) ProtoReflect() protoreflect.Message
- func (x *OverrideParams) Reset()
- func (x *OverrideParams) String() string
- type Params
- type SmartEraseOverrideParams
- func (*SmartEraseOverrideParams) Descriptor() ([]byte, []int)deprecated
- func (x *SmartEraseOverrideParams) GetActivityId() []string
- func (x *SmartEraseOverrideParams) GetOCR() *OCR
- func (x *SmartEraseOverrideParams) GetWatermark() *Watermark
- func (*SmartEraseOverrideParams) ProtoMessage()
- func (x *SmartEraseOverrideParams) ProtoReflect() protoreflect.Message
- func (x *SmartEraseOverrideParams) Reset()
- func (x *SmartEraseOverrideParams) String() string
- type Watermark
Constants ¶
This section is empty.
Variables ¶
View Source
var File_imp_business_imp_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DetectRect ¶ added in v1.0.162
type DetectRect struct { X1 float64 `protobuf:"fixed64,1,opt,name=X1,proto3" json:"X1,omitempty"` Y1 float64 `protobuf:"fixed64,2,opt,name=Y1,proto3" json:"Y1,omitempty"` X2 float64 `protobuf:"fixed64,3,opt,name=X2,proto3" json:"X2,omitempty"` Y2 float64 `protobuf:"fixed64,4,opt,name=Y2,proto3" json:"Y2,omitempty"` // contains filtered or unexported fields }
func (*DetectRect) Descriptor
deprecated
added in
v1.0.162
func (*DetectRect) Descriptor() ([]byte, []int)
Deprecated: Use DetectRect.ProtoReflect.Descriptor instead.
func (*DetectRect) GetX1 ¶ added in v1.0.162
func (x *DetectRect) GetX1() float64
func (*DetectRect) GetX2 ¶ added in v1.0.162
func (x *DetectRect) GetX2() float64
func (*DetectRect) GetY1 ¶ added in v1.0.162
func (x *DetectRect) GetY1() float64
func (*DetectRect) GetY2 ¶ added in v1.0.162
func (x *DetectRect) GetY2() float64
func (*DetectRect) ProtoMessage ¶ added in v1.0.162
func (*DetectRect) ProtoMessage()
func (*DetectRect) ProtoReflect ¶ added in v1.0.162
func (x *DetectRect) ProtoReflect() protoreflect.Message
func (*DetectRect) Reset ¶ added in v1.0.162
func (x *DetectRect) Reset()
func (*DetectRect) String ¶ added in v1.0.162
func (x *DetectRect) String() string
type InputPath ¶
type InputPath struct { Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` // 可选:VOD TOS TosBucket string `protobuf:"bytes,2,opt,name=TosBucket,proto3" json:"TosBucket,omitempty"` VodSpaceName string `protobuf:"bytes,3,opt,name=VodSpaceName,proto3" json:"VodSpaceName,omitempty"` FileId string `protobuf:"bytes,4,opt,name=FileId,proto3" json:"FileId,omitempty"` // contains filtered or unexported fields }
func (*InputPath) Descriptor
deprecated
func (*InputPath) GetTosBucket ¶
func (*InputPath) GetVodSpaceName ¶
func (*InputPath) ProtoMessage ¶
func (*InputPath) ProtoMessage()
func (*InputPath) ProtoReflect ¶
func (x *InputPath) ProtoReflect() protoreflect.Message
type JobExecution ¶
type JobExecution struct { JobId string `protobuf:"bytes,1,opt,name=JobId,proto3" json:"JobId,omitempty"` // 工作流执行id InputPath *InputPath `protobuf:"bytes,2,opt,name=InputPath,proto3" json:"InputPath,omitempty"` // 输入文件info Output []*JobOutput `protobuf:"bytes,3,rep,name=Output,proto3" json:"Output,omitempty"` // 任务节点info Status string `protobuf:"bytes,4,opt,name=Status,proto3" json:"Status,omitempty"` // 工作流状态 CreatedAt string `protobuf:"bytes,5,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` FinishedAt string `protobuf:"bytes,6,opt,name=FinishedAt,proto3" json:"FinishedAt,omitempty"` TemplateId string `protobuf:"bytes,7,opt,name=TemplateId,proto3" json:"TemplateId,omitempty"` // 工作流模板id EnableLowPriority string `protobuf:"bytes,8,opt,name=EnableLowPriority,proto3" json:"EnableLowPriority,omitempty"` // 是否开启闲时任务 JobSource string `protobuf:"bytes,9,opt,name=JobSource,proto3" json:"JobSource,omitempty"` // 任务来源 // contains filtered or unexported fields }
func (*JobExecution) Descriptor
deprecated
func (*JobExecution) Descriptor() ([]byte, []int)
Deprecated: Use JobExecution.ProtoReflect.Descriptor instead.
func (*JobExecution) GetCreatedAt ¶ added in v1.0.180
func (x *JobExecution) GetCreatedAt() string
func (*JobExecution) GetEnableLowPriority ¶
func (x *JobExecution) GetEnableLowPriority() string
func (*JobExecution) GetFinishedAt ¶
func (x *JobExecution) GetFinishedAt() string
func (*JobExecution) GetInputPath ¶
func (x *JobExecution) GetInputPath() *InputPath
func (*JobExecution) GetJobId ¶
func (x *JobExecution) GetJobId() string
func (*JobExecution) GetJobSource ¶
func (x *JobExecution) GetJobSource() string
func (*JobExecution) GetOutput ¶
func (x *JobExecution) GetOutput() []*JobOutput
func (*JobExecution) GetStatus ¶
func (x *JobExecution) GetStatus() string
func (*JobExecution) GetTemplateId ¶
func (x *JobExecution) GetTemplateId() string
func (*JobExecution) ProtoMessage ¶
func (*JobExecution) ProtoMessage()
func (*JobExecution) ProtoReflect ¶
func (x *JobExecution) ProtoReflect() protoreflect.Message
func (*JobExecution) Reset ¶
func (x *JobExecution) Reset()
func (*JobExecution) String ¶
func (x *JobExecution) String() string
type JobOutput ¶
type JobOutput struct { TemplateId string `protobuf:"bytes,1,opt,name=TemplateId,proto3" json:"TemplateId,omitempty"` // 任务模板id Properties string `protobuf:"bytes,2,opt,name=Properties,proto3" json:"Properties,omitempty"` // 任务输出info Code string `protobuf:"bytes,3,opt,name=Code,proto3" json:"Code,omitempty"` FileMessageId string `protobuf:"bytes,4,opt,name=FileMessageId,proto3" json:"FileMessageId,omitempty"` TaskType string `protobuf:"bytes,5,opt,name=TaskType,proto3" json:"TaskType,omitempty"` // 任务类型 Status string `protobuf:"bytes,6,opt,name=Status,proto3" json:"Status,omitempty"` // 任务状态 ActivityId string `protobuf:"bytes,7,opt,name=ActivityId,proto3" json:"ActivityId,omitempty"` StartTime string `protobuf:"bytes,8,opt,name=StartTime,proto3" json:"StartTime,omitempty"` EndTime string `protobuf:"bytes,9,opt,name=EndTime,proto3" json:"EndTime,omitempty"` TemplateName string `protobuf:"bytes,10,opt,name=TemplateName,proto3" json:"TemplateName,omitempty"` // contains filtered or unexported fields }
func (*JobOutput) Descriptor
deprecated
func (*JobOutput) GetActivityId ¶
func (*JobOutput) GetEndTime ¶
func (*JobOutput) GetFileMessageId ¶
func (*JobOutput) GetProperties ¶
func (*JobOutput) GetStartTime ¶
func (*JobOutput) GetTaskType ¶
func (*JobOutput) GetTemplateId ¶
func (*JobOutput) GetTemplateName ¶
func (*JobOutput) ProtoMessage ¶
func (*JobOutput) ProtoMessage()
func (*JobOutput) ProtoReflect ¶
func (x *JobOutput) ProtoReflect() protoreflect.Message
type OCR ¶ added in v1.0.162
type OCR struct { DetectRect []*DetectRect `protobuf:"bytes,1,rep,name=DetectRect,proto3" json:"DetectRect,omitempty"` // contains filtered or unexported fields }
func (*OCR) Descriptor
deprecated
added in
v1.0.162
func (*OCR) GetDetectRect ¶ added in v1.0.162
func (x *OCR) GetDetectRect() []*DetectRect
func (*OCR) ProtoMessage ¶ added in v1.0.162
func (*OCR) ProtoMessage()
func (*OCR) ProtoReflect ¶ added in v1.0.162
func (x *OCR) ProtoReflect() protoreflect.Message
type OutputOverrideParams ¶ added in v1.0.178
type OutputOverrideParams struct { ActivityId []string `protobuf:"bytes,1,rep,name=ActivityId,proto3" json:"ActivityId,omitempty"` OutputPath *OutputPath `protobuf:"bytes,2,opt,name=OutputPath,proto3" json:"OutputPath,omitempty"` // contains filtered or unexported fields }
func (*OutputOverrideParams) Descriptor
deprecated
added in
v1.0.178
func (*OutputOverrideParams) Descriptor() ([]byte, []int)
Deprecated: Use OutputOverrideParams.ProtoReflect.Descriptor instead.
func (*OutputOverrideParams) GetActivityId ¶ added in v1.0.178
func (x *OutputOverrideParams) GetActivityId() []string
func (*OutputOverrideParams) GetOutputPath ¶ added in v1.0.178
func (x *OutputOverrideParams) GetOutputPath() *OutputPath
func (*OutputOverrideParams) ProtoMessage ¶ added in v1.0.178
func (*OutputOverrideParams) ProtoMessage()
func (*OutputOverrideParams) ProtoReflect ¶ added in v1.0.178
func (x *OutputOverrideParams) ProtoReflect() protoreflect.Message
func (*OutputOverrideParams) Reset ¶ added in v1.0.178
func (x *OutputOverrideParams) Reset()
func (*OutputOverrideParams) String ¶ added in v1.0.178
func (x *OutputOverrideParams) String() string
type OutputPath ¶ added in v1.0.178
type OutputPath struct { Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` TosBucket string `protobuf:"bytes,2,opt,name=TosBucket,proto3" json:"TosBucket,omitempty"` VodSpaceName string `protobuf:"bytes,3,opt,name=VodSpaceName,proto3" json:"VodSpaceName,omitempty"` FileName string `protobuf:"bytes,4,opt,name=FileName,proto3" json:"FileName,omitempty"` // contains filtered or unexported fields }
func (*OutputPath) Descriptor
deprecated
added in
v1.0.178
func (*OutputPath) Descriptor() ([]byte, []int)
Deprecated: Use OutputPath.ProtoReflect.Descriptor instead.
func (*OutputPath) GetFileName ¶ added in v1.0.178
func (x *OutputPath) GetFileName() string
func (*OutputPath) GetTosBucket ¶ added in v1.0.178
func (x *OutputPath) GetTosBucket() string
func (*OutputPath) GetType ¶ added in v1.0.178
func (x *OutputPath) GetType() string
func (*OutputPath) GetVodSpaceName ¶ added in v1.0.178
func (x *OutputPath) GetVodSpaceName() string
func (*OutputPath) ProtoMessage ¶ added in v1.0.178
func (*OutputPath) ProtoMessage()
func (*OutputPath) ProtoReflect ¶ added in v1.0.178
func (x *OutputPath) ProtoReflect() protoreflect.Message
func (*OutputPath) Reset ¶ added in v1.0.178
func (x *OutputPath) Reset()
func (*OutputPath) String ¶ added in v1.0.178
func (x *OutputPath) String() string
type OverrideParams ¶ added in v1.0.162
type OverrideParams struct { SmartErase []*SmartEraseOverrideParams `protobuf:"bytes,1,rep,name=SmartErase,proto3" json:"SmartErase,omitempty"` Output []*OutputOverrideParams `protobuf:"bytes,2,rep,name=Output,proto3" json:"Output,omitempty"` // contains filtered or unexported fields }
func (*OverrideParams) Descriptor
deprecated
added in
v1.0.162
func (*OverrideParams) Descriptor() ([]byte, []int)
Deprecated: Use OverrideParams.ProtoReflect.Descriptor instead.
func (*OverrideParams) GetOutput ¶ added in v1.0.178
func (x *OverrideParams) GetOutput() []*OutputOverrideParams
func (*OverrideParams) GetSmartErase ¶ added in v1.0.162
func (x *OverrideParams) GetSmartErase() []*SmartEraseOverrideParams
func (*OverrideParams) ProtoMessage ¶ added in v1.0.162
func (*OverrideParams) ProtoMessage()
func (*OverrideParams) ProtoReflect ¶ added in v1.0.162
func (x *OverrideParams) ProtoReflect() protoreflect.Message
func (*OverrideParams) Reset ¶ added in v1.0.162
func (x *OverrideParams) Reset()
func (*OverrideParams) String ¶ added in v1.0.162
func (x *OverrideParams) String() string
type Params ¶ added in v1.0.162
type Params struct { OverrideParams *OverrideParams `protobuf:"bytes,1,opt,name=OverrideParams,proto3" json:"OverrideParams,omitempty"` // 动态参数 // contains filtered or unexported fields }
func (*Params) Descriptor
deprecated
added in
v1.0.162
func (*Params) GetOverrideParams ¶ added in v1.0.162
func (x *Params) GetOverrideParams() *OverrideParams
func (*Params) ProtoMessage ¶ added in v1.0.162
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶ added in v1.0.162
func (x *Params) ProtoReflect() protoreflect.Message
type SmartEraseOverrideParams ¶ added in v1.0.162
type SmartEraseOverrideParams struct { ActivityId []string `protobuf:"bytes,1,rep,name=ActivityId,proto3" json:"ActivityId,omitempty"` Watermark *Watermark `protobuf:"bytes,2,opt,name=Watermark,proto3" json:"Watermark,omitempty"` OCR *OCR `protobuf:"bytes,3,opt,name=OCR,proto3" json:"OCR,omitempty"` // contains filtered or unexported fields }
func (*SmartEraseOverrideParams) Descriptor
deprecated
added in
v1.0.162
func (*SmartEraseOverrideParams) Descriptor() ([]byte, []int)
Deprecated: Use SmartEraseOverrideParams.ProtoReflect.Descriptor instead.
func (*SmartEraseOverrideParams) GetActivityId ¶ added in v1.0.162
func (x *SmartEraseOverrideParams) GetActivityId() []string
func (*SmartEraseOverrideParams) GetOCR ¶ added in v1.0.162
func (x *SmartEraseOverrideParams) GetOCR() *OCR
func (*SmartEraseOverrideParams) GetWatermark ¶ added in v1.0.162
func (x *SmartEraseOverrideParams) GetWatermark() *Watermark
func (*SmartEraseOverrideParams) ProtoMessage ¶ added in v1.0.162
func (*SmartEraseOverrideParams) ProtoMessage()
func (*SmartEraseOverrideParams) ProtoReflect ¶ added in v1.0.162
func (x *SmartEraseOverrideParams) ProtoReflect() protoreflect.Message
func (*SmartEraseOverrideParams) Reset ¶ added in v1.0.162
func (x *SmartEraseOverrideParams) Reset()
func (*SmartEraseOverrideParams) String ¶ added in v1.0.162
func (x *SmartEraseOverrideParams) String() string
type Watermark ¶ added in v1.0.162
type Watermark struct { DetectRect []*DetectRect `protobuf:"bytes,1,rep,name=DetectRect,proto3" json:"DetectRect,omitempty"` // contains filtered or unexported fields }
func (*Watermark) Descriptor
deprecated
added in
v1.0.162
func (*Watermark) GetDetectRect ¶ added in v1.0.162
func (x *Watermark) GetDetectRect() []*DetectRect
func (*Watermark) ProtoMessage ¶ added in v1.0.162
func (*Watermark) ProtoMessage()
func (*Watermark) ProtoReflect ¶ added in v1.0.162
func (x *Watermark) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.