aitaganalyse

package
v0.0.0-...-1ceb281 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TagClass_name = map[int32]string{
		0: "TAGCLASS_INVALID",
		1: "TAGCLASS_NLP",
		2: "TAGCLASS_IMAGEFRAME",
	}
	TagClass_value = map[string]int32{
		"TAGCLASS_INVALID":    0,
		"TAGCLASS_NLP":        1,
		"TAGCLASS_IMAGEFRAME": 2,
	}
)

Enum value maps for TagClass.

View Source
var AiTagAnalyseServer_ServiceDesc = server.ServiceDesc{
	ServiceName: "trpc.media.aitaganalyse.AiTagAnalyse",
	HandlerType: ((*AiTagAnalyseService)(nil)),
	Methods: []server.Method{
		{
			Name: "/DescribeL1L2Labels",
			Func: AiTagAnalyseService_DescribeL1L2Labels_Handler,
		},
		{
			Name: "/CreateTag",
			Func: AiTagAnalyseService_CreateTag_Handler,
		},
		{
			Name: "/ImportTag",
			Func: AiTagAnalyseService_ImportTag_Handler,
		},
		{
			Name: "/DeleteTag",
			Func: AiTagAnalyseService_DeleteTag_Handler,
		},
		{
			Name: "/ModifyTag",
			Func: AiTagAnalyseService_ModifyTag_Handler,
		},
		{
			Name: "/DescribeTags",
			Func: AiTagAnalyseService_DescribeTags_Handler,
		},
		{
			Name: "/CreateTagAnalysisTask",
			Func: AiTagAnalyseService_CreateTagAnalysisTask_Handler,
		},
		{
			Name: "/DescribeTagAnalysisTaskData",
			Func: AiTagAnalyseService_DescribeTagAnalysisTaskData_Handler,
		},
		{
			Name: "/DescribeTagFiles",
			Func: AiTagAnalyseService_DescribeTagFiles_Handler,
		},
		{
			Name: "/DeleteTagFiles",
			Func: AiTagAnalyseService_DeleteTagFiles_Handler,
		},
		{
			Name: "/GetTagFileUrl",
			Func: AiTagAnalyseService_GetTagFileUrl_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/DescribeL1L2Labels",
			Func: AiTagAnalyseService_DescribeL1L2Labels_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/CreateTag",
			Func: AiTagAnalyseService_CreateTag_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/ImportTag",
			Func: AiTagAnalyseService_ImportTag_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/DeleteTag",
			Func: AiTagAnalyseService_DeleteTag_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/ModifyTag",
			Func: AiTagAnalyseService_ModifyTag_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/DescribeTags",
			Func: AiTagAnalyseService_DescribeTags_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/CreateTagAnalysisTask",
			Func: AiTagAnalyseService_CreateTagAnalysisTask_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/DescribeTagAnalysisTaskData",
			Func: AiTagAnalyseService_DescribeTagAnalysisTaskData_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/DescribeTagFiles",
			Func: AiTagAnalyseService_DescribeTagFiles_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/DeleteTagFiles",
			Func: AiTagAnalyseService_DeleteTagFiles_Handler,
		},
		{
			Name: "/trpc.media.aitaganalyse.AiTagAnalyse/GetTagFileUrl",
			Func: AiTagAnalyseService_GetTagFileUrl_Handler,
		},
	},
}

AiTagAnalyseServer_ServiceDesc descriptor for server.RegisterService.

View Source
var File_ai_tag_analyse_proto protoreflect.FileDescriptor
View Source
var NewAiTagAnalyseClientProxy = func(opts ...client.Option) AiTagAnalyseClientProxy {
	return &AiTagAnalyseClientProxyImpl{client: client.DefaultClient, opts: opts}
}

Functions

func AiTagAnalyseService_CreateTagAnalysisTask_Handler

func AiTagAnalyseService_CreateTagAnalysisTask_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_CreateTag_Handler

func AiTagAnalyseService_CreateTag_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_DeleteTagFiles_Handler

func AiTagAnalyseService_DeleteTagFiles_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_DeleteTag_Handler

func AiTagAnalyseService_DeleteTag_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_DescribeL1L2Labels_Handler

func AiTagAnalyseService_DescribeL1L2Labels_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_DescribeTagAnalysisTaskData_Handler

func AiTagAnalyseService_DescribeTagAnalysisTaskData_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_DescribeTagFiles_Handler

func AiTagAnalyseService_DescribeTagFiles_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_DescribeTags_Handler

func AiTagAnalyseService_DescribeTags_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_GetTagFileUrl_Handler

func AiTagAnalyseService_GetTagFileUrl_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_ImportTag_Handler

func AiTagAnalyseService_ImportTag_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func AiTagAnalyseService_ModifyTag_Handler

func AiTagAnalyseService_ModifyTag_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func RegisterAiTagAnalyseService

func RegisterAiTagAnalyseService(s server.Service, svr AiTagAnalyseService)

RegisterAiTagAnalyseService registers service.

Types

type AITagAnalysisTaskData

type AITagAnalysisTaskData struct {
	TagTaskData      *videostructure.AITagTaskData      `protobuf:"bytes,1,opt,name=TagTaskData,proto3" json:"TagTaskData,omitempty"`
	TagAudioTaskData *videostructure.AITagAudioTaskData `protobuf:"bytes,2,opt,name=TagAudioTaskData,proto3" json:"TagAudioTaskData,omitempty"`
	TagImageTaskData *videostructure.AITagImageTaskData `protobuf:"bytes,3,opt,name=TagImageTaskData,proto3" json:"TagImageTaskData,omitempty"`
	TagTextTaskData  *videostructure.AITagTextTaskData  `protobuf:"bytes,4,opt,name=TagTextTaskData,proto3" json:"TagTextTaskData,omitempty"`
	CatalogTaskData  *videostructure.AICatalogTaskData  `protobuf:"bytes,5,opt,name=CatalogTaskData,proto3" json:"CatalogTaskData,omitempty"`
	CutTaskData      *videostructure.AICutTaskData      `protobuf:"bytes,6,opt,name=CutTaskData,proto3" json:"CutTaskData,omitempty"`
	// contains filtered or unexported fields
}

func (*AITagAnalysisTaskData) Descriptor deprecated

func (*AITagAnalysisTaskData) Descriptor() ([]byte, []int)

Deprecated: Use AITagAnalysisTaskData.ProtoReflect.Descriptor instead.

func (*AITagAnalysisTaskData) GetCatalogTaskData

func (x *AITagAnalysisTaskData) GetCatalogTaskData() *videostructure.AICatalogTaskData

func (*AITagAnalysisTaskData) GetCutTaskData

func (x *AITagAnalysisTaskData) GetCutTaskData() *videostructure.AICutTaskData

func (*AITagAnalysisTaskData) GetTagAudioTaskData

func (x *AITagAnalysisTaskData) GetTagAudioTaskData() *videostructure.AITagAudioTaskData

func (*AITagAnalysisTaskData) GetTagImageTaskData

func (x *AITagAnalysisTaskData) GetTagImageTaskData() *videostructure.AITagImageTaskData

func (*AITagAnalysisTaskData) GetTagTaskData

func (x *AITagAnalysisTaskData) GetTagTaskData() *videostructure.AITagTaskData

func (*AITagAnalysisTaskData) GetTagTextTaskData

func (x *AITagAnalysisTaskData) GetTagTextTaskData() *videostructure.AITagTextTaskData

func (*AITagAnalysisTaskData) ProtoMessage

func (*AITagAnalysisTaskData) ProtoMessage()

func (*AITagAnalysisTaskData) ProtoReflect

func (x *AITagAnalysisTaskData) ProtoReflect() protoreflect.Message

func (*AITagAnalysisTaskData) Reset

func (x *AITagAnalysisTaskData) Reset()

func (*AITagAnalysisTaskData) String

func (x *AITagAnalysisTaskData) String() string

type AiTagAnalyseClientProxy

type AiTagAnalyseClientProxy interface {
	DescribeL1L2Labels(ctx context.Context, req *CommonRequest, opts ...client.Option) (rsp *DescribeL1L2LabelsResponse, err error) // @alias=/DescribeL1L2Labels

	CreateTag(ctx context.Context, req *CreateTagRequest, opts ...client.Option) (rsp *CreateTagResponse, err error) // @alias=/CreateTag

	ImportTag(ctx context.Context, req *ImportTagRequest, opts ...client.Option) (rsp *ImportTagResponse, err error) // @alias=/ImportTag

	DeleteTag(ctx context.Context, req *DeleteTagRequest, opts ...client.Option) (rsp *DeleteTagResponse, err error) // @alias=/DeleteTag

	ModifyTag(ctx context.Context, req *ModifyTagRequest, opts ...client.Option) (rsp *ModifyTagResponse, err error) // @alias=/ModifyTag

	DescribeTags(ctx context.Context, req *DescribeTagsRequest, opts ...client.Option) (rsp *DescribeTagsResponse, err error) // @alias=/DescribeTags

	CreateTagAnalysisTask(ctx context.Context, req *CreateTagAnalysisTaskRequest, opts ...client.Option) (rsp *CreateTagAnalysisTaskResponse, err error) // @alias=/CreateTagAnalysisTask

	DescribeTagAnalysisTaskData(ctx context.Context, req *DescribeTagAnalysisTaskDataRequest, opts ...client.Option) (rsp *DescribeTagAnalysisTaskDataResponse, err error) // @alias=/DescribeTagAnalysisTaskData

	DescribeTagFiles(ctx context.Context, req *DescribeTagFilesRequest, opts ...client.Option) (rsp *DescribeTagFilesResponse, err error) // @alias=/DescribeTagFiles

	DeleteTagFiles(ctx context.Context, req *DeleteTagFilesRequest, opts ...client.Option) (rsp *DeleteTagFilesResponse, err error) // @alias=/DeleteTagFiles

	GetTagFileUrl(ctx context.Context, req *TagFileUrlRequest, opts ...client.Option) (rsp *TagFileUrlResponse, err error) // @alias=/GetTagFileUrl
}

AiTagAnalyseClientProxy defines service client proxy

type AiTagAnalyseClientProxyImpl

type AiTagAnalyseClientProxyImpl struct {
	// contains filtered or unexported fields
}

func (*AiTagAnalyseClientProxyImpl) CreateTag

func (*AiTagAnalyseClientProxyImpl) CreateTagAnalysisTask

func (*AiTagAnalyseClientProxyImpl) DeleteTag

func (*AiTagAnalyseClientProxyImpl) DeleteTagFiles

func (*AiTagAnalyseClientProxyImpl) DescribeL1L2Labels

func (*AiTagAnalyseClientProxyImpl) DescribeTagAnalysisTaskData

func (*AiTagAnalyseClientProxyImpl) DescribeTagFiles

func (*AiTagAnalyseClientProxyImpl) DescribeTags

func (*AiTagAnalyseClientProxyImpl) GetTagFileUrl

func (*AiTagAnalyseClientProxyImpl) ImportTag

func (*AiTagAnalyseClientProxyImpl) ModifyTag

type AiTagAnalyseService

type AiTagAnalyseService interface {
	DescribeL1L2Labels(ctx context.Context, req *CommonRequest, rsp *DescribeL1L2LabelsResponse) (err error) // @alias=/DescribeL1L2Labels

	CreateTag(ctx context.Context, req *CreateTagRequest, rsp *CreateTagResponse) (err error) // @alias=/CreateTag

	ImportTag(ctx context.Context, req *ImportTagRequest, rsp *ImportTagResponse) (err error) // @alias=/ImportTag

	DeleteTag(ctx context.Context, req *DeleteTagRequest, rsp *DeleteTagResponse) (err error) // @alias=/DeleteTag

	ModifyTag(ctx context.Context, req *ModifyTagRequest, rsp *ModifyTagResponse) (err error) // @alias=/ModifyTag

	DescribeTags(ctx context.Context, req *DescribeTagsRequest, rsp *DescribeTagsResponse) (err error) // @alias=/DescribeTags

	CreateTagAnalysisTask(ctx context.Context, req *CreateTagAnalysisTaskRequest, rsp *CreateTagAnalysisTaskResponse) (err error) // @alias=/CreateTagAnalysisTask

	DescribeTagAnalysisTaskData(ctx context.Context, req *DescribeTagAnalysisTaskDataRequest, rsp *DescribeTagAnalysisTaskDataResponse) (err error) // @alias=/DescribeTagAnalysisTaskData

	DescribeTagFiles(ctx context.Context, req *DescribeTagFilesRequest, rsp *DescribeTagFilesResponse) (err error) // @alias=/DescribeTagFiles

	DeleteTagFiles(ctx context.Context, req *DeleteTagFilesRequest, rsp *DeleteTagFilesResponse) (err error) // @alias=/DeleteTagFiles

	GetTagFileUrl(ctx context.Context, req *TagFileUrlRequest, rsp *TagFileUrlResponse) (err error) // @alias=/GetTagFileUrl
}

AiTagAnalyseService defines service.

type CommonRequest

type CommonRequest struct {
	// contains filtered or unexported fields
}

func (*CommonRequest) Descriptor deprecated

func (*CommonRequest) Descriptor() ([]byte, []int)

Deprecated: Use CommonRequest.ProtoReflect.Descriptor instead.

func (*CommonRequest) ProtoMessage

func (*CommonRequest) ProtoMessage()

func (*CommonRequest) ProtoReflect

func (x *CommonRequest) ProtoReflect() protoreflect.Message

func (*CommonRequest) Reset

func (x *CommonRequest) Reset()

func (*CommonRequest) String

func (x *CommonRequest) String() string

type CreateTagAnalysisTaskRequest

type CreateTagAnalysisTaskRequest struct {
	ImportTaskIds []string `protobuf:"bytes,3,rep,name=ImportTaskIds,proto3" json:"ImportTaskIds,omitempty"`
	CallbackURL   string   `protobuf:"bytes,6,opt,name=CallbackURL,proto3" json:"CallbackURL,omitempty"`
	// contains filtered or unexported fields
}

CreateTagAnalysisTask

func (*CreateTagAnalysisTaskRequest) Descriptor deprecated

func (*CreateTagAnalysisTaskRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTagAnalysisTaskRequest.ProtoReflect.Descriptor instead.

func (*CreateTagAnalysisTaskRequest) GetCallbackURL

func (x *CreateTagAnalysisTaskRequest) GetCallbackURL() string

func (*CreateTagAnalysisTaskRequest) GetImportTaskIds

func (x *CreateTagAnalysisTaskRequest) GetImportTaskIds() []string

func (*CreateTagAnalysisTaskRequest) ProtoMessage

func (*CreateTagAnalysisTaskRequest) ProtoMessage()

func (*CreateTagAnalysisTaskRequest) ProtoReflect

func (*CreateTagAnalysisTaskRequest) Reset

func (x *CreateTagAnalysisTaskRequest) Reset()

func (*CreateTagAnalysisTaskRequest) String

type CreateTagAnalysisTaskResponse

type CreateTagAnalysisTaskResponse struct {
	TaskSet []*TaskItem `protobuf:"bytes,3,rep,name=TaskSet,proto3" json:"TaskSet,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTagAnalysisTaskResponse) Descriptor deprecated

func (*CreateTagAnalysisTaskResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTagAnalysisTaskResponse.ProtoReflect.Descriptor instead.

func (*CreateTagAnalysisTaskResponse) GetTaskSet

func (x *CreateTagAnalysisTaskResponse) GetTaskSet() []*TaskItem

func (*CreateTagAnalysisTaskResponse) ProtoMessage

func (*CreateTagAnalysisTaskResponse) ProtoMessage()

func (*CreateTagAnalysisTaskResponse) ProtoReflect

func (*CreateTagAnalysisTaskResponse) Reset

func (x *CreateTagAnalysisTaskResponse) Reset()

func (*CreateTagAnalysisTaskResponse) String

type CreateTagRequest

type CreateTagRequest struct {
	Tag *TagOperation `protobuf:"bytes,1,opt,name=Tag,proto3" json:"Tag,omitempty"`
	// contains filtered or unexported fields
}

CreateTag

func (*CreateTagRequest) Descriptor deprecated

func (*CreateTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTagRequest.ProtoReflect.Descriptor instead.

func (*CreateTagRequest) GetTag

func (x *CreateTagRequest) GetTag() *TagOperation

func (*CreateTagRequest) ProtoMessage

func (*CreateTagRequest) ProtoMessage()

func (*CreateTagRequest) ProtoReflect

func (x *CreateTagRequest) ProtoReflect() protoreflect.Message

func (*CreateTagRequest) Reset

func (x *CreateTagRequest) Reset()

func (*CreateTagRequest) String

func (x *CreateTagRequest) String() string

type CreateTagResponse

type CreateTagResponse struct {
	TagId string `protobuf:"bytes,1,opt,name=TagId,proto3" json:"TagId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTagResponse) Descriptor deprecated

func (*CreateTagResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTagResponse.ProtoReflect.Descriptor instead.

func (*CreateTagResponse) GetTagId

func (x *CreateTagResponse) GetTagId() string

func (*CreateTagResponse) ProtoMessage

func (*CreateTagResponse) ProtoMessage()

func (*CreateTagResponse) ProtoReflect

func (x *CreateTagResponse) ProtoReflect() protoreflect.Message

func (*CreateTagResponse) Reset

func (x *CreateTagResponse) Reset()

func (*CreateTagResponse) String

func (x *CreateTagResponse) String() string

type DeleteTagFilesRequest

type DeleteTagFilesRequest struct {
	FileKey string `protobuf:"bytes,3,opt,name=FileKey,proto3" json:"FileKey,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTagFilesRequest) Descriptor deprecated

func (*DeleteTagFilesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTagFilesRequest.ProtoReflect.Descriptor instead.

func (*DeleteTagFilesRequest) GetFileKey

func (x *DeleteTagFilesRequest) GetFileKey() string

func (*DeleteTagFilesRequest) ProtoMessage

func (*DeleteTagFilesRequest) ProtoMessage()

func (*DeleteTagFilesRequest) ProtoReflect

func (x *DeleteTagFilesRequest) ProtoReflect() protoreflect.Message

func (*DeleteTagFilesRequest) Reset

func (x *DeleteTagFilesRequest) Reset()

func (*DeleteTagFilesRequest) String

func (x *DeleteTagFilesRequest) String() string

type DeleteTagFilesResponse

type DeleteTagFilesResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteTagFilesResponse) Descriptor deprecated

func (*DeleteTagFilesResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTagFilesResponse.ProtoReflect.Descriptor instead.

func (*DeleteTagFilesResponse) ProtoMessage

func (*DeleteTagFilesResponse) ProtoMessage()

func (*DeleteTagFilesResponse) ProtoReflect

func (x *DeleteTagFilesResponse) ProtoReflect() protoreflect.Message

func (*DeleteTagFilesResponse) Reset

func (x *DeleteTagFilesResponse) Reset()

func (*DeleteTagFilesResponse) String

func (x *DeleteTagFilesResponse) String() string

type DeleteTagRequest

type DeleteTagRequest struct {
	TagId string `protobuf:"bytes,1,opt,name=TagId,proto3" json:"TagId,omitempty"`
	// contains filtered or unexported fields
}

DeleteTag

func (*DeleteTagRequest) Descriptor deprecated

func (*DeleteTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTagRequest.ProtoReflect.Descriptor instead.

func (*DeleteTagRequest) GetTagId

func (x *DeleteTagRequest) GetTagId() string

func (*DeleteTagRequest) ProtoMessage

func (*DeleteTagRequest) ProtoMessage()

func (*DeleteTagRequest) ProtoReflect

func (x *DeleteTagRequest) ProtoReflect() protoreflect.Message

func (*DeleteTagRequest) Reset

func (x *DeleteTagRequest) Reset()

func (*DeleteTagRequest) String

func (x *DeleteTagRequest) String() string

type DeleteTagResponse

type DeleteTagResponse struct {
	TagId string `protobuf:"bytes,1,opt,name=TagId,proto3" json:"TagId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTagResponse) Descriptor deprecated

func (*DeleteTagResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTagResponse.ProtoReflect.Descriptor instead.

func (*DeleteTagResponse) GetTagId

func (x *DeleteTagResponse) GetTagId() string

func (*DeleteTagResponse) ProtoMessage

func (*DeleteTagResponse) ProtoMessage()

func (*DeleteTagResponse) ProtoReflect

func (x *DeleteTagResponse) ProtoReflect() protoreflect.Message

func (*DeleteTagResponse) Reset

func (x *DeleteTagResponse) Reset()

func (*DeleteTagResponse) String

func (x *DeleteTagResponse) String() string

type DescribeL1L2LabelsResponse

type DescribeL1L2LabelsResponse struct {
	LabelSet []*L1Label `protobuf:"bytes,3,rep,name=LabelSet,proto3" json:"LabelSet,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeL1L2LabelsResponse) Descriptor deprecated

func (*DescribeL1L2LabelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeL1L2LabelsResponse.ProtoReflect.Descriptor instead.

func (*DescribeL1L2LabelsResponse) GetLabelSet

func (x *DescribeL1L2LabelsResponse) GetLabelSet() []*L1Label

func (*DescribeL1L2LabelsResponse) ProtoMessage

func (*DescribeL1L2LabelsResponse) ProtoMessage()

func (*DescribeL1L2LabelsResponse) ProtoReflect

func (*DescribeL1L2LabelsResponse) Reset

func (x *DescribeL1L2LabelsResponse) Reset()

func (*DescribeL1L2LabelsResponse) String

func (x *DescribeL1L2LabelsResponse) String() string

type DescribeTagAnalysisTaskDataRequest

type DescribeTagAnalysisTaskDataRequest struct {
	TaskId         string `protobuf:"bytes,3,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
	TagDisplayType string `protobuf:"bytes,6,opt,name=TagDisplayType,proto3" json:"TagDisplayType,omitempty"`
	// contains filtered or unexported fields
}

DescribeTagAnalysisTaskDataRequest

func (*DescribeTagAnalysisTaskDataRequest) Descriptor deprecated

func (*DescribeTagAnalysisTaskDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeTagAnalysisTaskDataRequest.ProtoReflect.Descriptor instead.

func (*DescribeTagAnalysisTaskDataRequest) GetTagDisplayType

func (x *DescribeTagAnalysisTaskDataRequest) GetTagDisplayType() string

func (*DescribeTagAnalysisTaskDataRequest) GetTaskId

func (*DescribeTagAnalysisTaskDataRequest) ProtoMessage

func (*DescribeTagAnalysisTaskDataRequest) ProtoMessage()

func (*DescribeTagAnalysisTaskDataRequest) ProtoReflect

func (*DescribeTagAnalysisTaskDataRequest) Reset

func (*DescribeTagAnalysisTaskDataRequest) String

type DescribeTagAnalysisTaskDataResponse

type DescribeTagAnalysisTaskDataResponse struct {
	TaskData *AITagAnalysisTaskData `protobuf:"bytes,2,opt,name=TaskData,proto3" json:"TaskData,omitempty"`
	TaskInfo *apicommon.TaskInfo    `protobuf:"bytes,3,opt,name=TaskInfo,proto3" json:"TaskInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeTagAnalysisTaskDataResponse) Descriptor deprecated

func (*DescribeTagAnalysisTaskDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeTagAnalysisTaskDataResponse.ProtoReflect.Descriptor instead.

func (*DescribeTagAnalysisTaskDataResponse) GetTaskData

func (*DescribeTagAnalysisTaskDataResponse) GetTaskInfo

func (*DescribeTagAnalysisTaskDataResponse) ProtoMessage

func (*DescribeTagAnalysisTaskDataResponse) ProtoMessage()

func (*DescribeTagAnalysisTaskDataResponse) ProtoReflect

func (*DescribeTagAnalysisTaskDataResponse) Reset

func (*DescribeTagAnalysisTaskDataResponse) String

type DescribeTagFilesRequest

type DescribeTagFilesRequest struct {
	PageNumber uint32       `protobuf:"varint,3,opt,name=PageNumber,proto3" json:"PageNumber,omitempty"`
	PageSize   uint32       `protobuf:"varint,4,opt,name=PageSize,proto3" json:"PageSize,omitempty"`
	FilterSet  []*TagFilter `protobuf:"bytes,5,rep,name=FilterSet,proto3" json:"FilterSet,omitempty"`
	Sort       *SortBy      `protobuf:"bytes,6,opt,name=Sort,proto3" json:"Sort,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeTagFilesRequest) Descriptor deprecated

func (*DescribeTagFilesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeTagFilesRequest.ProtoReflect.Descriptor instead.

func (*DescribeTagFilesRequest) GetFilterSet

func (x *DescribeTagFilesRequest) GetFilterSet() []*TagFilter

func (*DescribeTagFilesRequest) GetPageNumber

func (x *DescribeTagFilesRequest) GetPageNumber() uint32

func (*DescribeTagFilesRequest) GetPageSize

func (x *DescribeTagFilesRequest) GetPageSize() uint32

func (*DescribeTagFilesRequest) GetSort

func (x *DescribeTagFilesRequest) GetSort() *SortBy

func (*DescribeTagFilesRequest) ProtoMessage

func (*DescribeTagFilesRequest) ProtoMessage()

func (*DescribeTagFilesRequest) ProtoReflect

func (x *DescribeTagFilesRequest) ProtoReflect() protoreflect.Message

func (*DescribeTagFilesRequest) Reset

func (x *DescribeTagFilesRequest) Reset()

func (*DescribeTagFilesRequest) String

func (x *DescribeTagFilesRequest) String() string

type DescribeTagFilesResponse

type DescribeTagFilesResponse struct {
	TotalCount int32      `protobuf:"varint,3,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
	TagFileSet []*TagFile `protobuf:"bytes,4,rep,name=TagFileSet,proto3" json:"TagFileSet,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeTagFilesResponse) Descriptor deprecated

func (*DescribeTagFilesResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeTagFilesResponse.ProtoReflect.Descriptor instead.

func (*DescribeTagFilesResponse) GetTagFileSet

func (x *DescribeTagFilesResponse) GetTagFileSet() []*TagFile

func (*DescribeTagFilesResponse) GetTotalCount

func (x *DescribeTagFilesResponse) GetTotalCount() int32

func (*DescribeTagFilesResponse) ProtoMessage

func (*DescribeTagFilesResponse) ProtoMessage()

func (*DescribeTagFilesResponse) ProtoReflect

func (x *DescribeTagFilesResponse) ProtoReflect() protoreflect.Message

func (*DescribeTagFilesResponse) Reset

func (x *DescribeTagFilesResponse) Reset()

func (*DescribeTagFilesResponse) String

func (x *DescribeTagFilesResponse) String() string

type DescribeTagsRequest

type DescribeTagsRequest struct {
	PageNumber uint32       `protobuf:"varint,3,opt,name=PageNumber,proto3" json:"PageNumber,omitempty"`
	PageSize   uint32       `protobuf:"varint,4,opt,name=PageSize,proto3" json:"PageSize,omitempty"`
	FilterSet  []*TagFilter `protobuf:"bytes,5,rep,name=FilterSet,proto3" json:"FilterSet,omitempty"`
	Sort       *SortBy      `protobuf:"bytes,6,opt,name=Sort,proto3" json:"Sort,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeTagsRequest) Descriptor deprecated

func (*DescribeTagsRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeTagsRequest.ProtoReflect.Descriptor instead.

func (*DescribeTagsRequest) GetFilterSet

func (x *DescribeTagsRequest) GetFilterSet() []*TagFilter

func (*DescribeTagsRequest) GetPageNumber

func (x *DescribeTagsRequest) GetPageNumber() uint32

func (*DescribeTagsRequest) GetPageSize

func (x *DescribeTagsRequest) GetPageSize() uint32

func (*DescribeTagsRequest) GetSort

func (x *DescribeTagsRequest) GetSort() *SortBy

func (*DescribeTagsRequest) ProtoMessage

func (*DescribeTagsRequest) ProtoMessage()

func (*DescribeTagsRequest) ProtoReflect

func (x *DescribeTagsRequest) ProtoReflect() protoreflect.Message

func (*DescribeTagsRequest) Reset

func (x *DescribeTagsRequest) Reset()

func (*DescribeTagsRequest) String

func (x *DescribeTagsRequest) String() string

type DescribeTagsResponse

type DescribeTagsResponse struct {
	TotalCount int32           `protobuf:"varint,3,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
	TagSet     []*TagOperation `protobuf:"bytes,4,rep,name=TagSet,proto3" json:"TagSet,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeTagsResponse) Descriptor deprecated

func (*DescribeTagsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeTagsResponse.ProtoReflect.Descriptor instead.

func (*DescribeTagsResponse) GetTagSet

func (x *DescribeTagsResponse) GetTagSet() []*TagOperation

func (*DescribeTagsResponse) GetTotalCount

func (x *DescribeTagsResponse) GetTotalCount() int32

func (*DescribeTagsResponse) ProtoMessage

func (*DescribeTagsResponse) ProtoMessage()

func (*DescribeTagsResponse) ProtoReflect

func (x *DescribeTagsResponse) ProtoReflect() protoreflect.Message

func (*DescribeTagsResponse) Reset

func (x *DescribeTagsResponse) Reset()

func (*DescribeTagsResponse) String

func (x *DescribeTagsResponse) String() string

type ImportTagRequest

type ImportTagRequest struct {
	FileName          string `protobuf:"bytes,3,opt,name=FileName,proto3" json:"FileName,omitempty"`
	FileKey           string `protobuf:"bytes,4,opt,name=FileKey,proto3" json:"FileKey,omitempty"`
	L1LabelName       string `protobuf:"bytes,5,opt,name=L1LabelName,proto3" json:"L1LabelName,omitempty"`
	L2LabelName       string `protobuf:"bytes,6,opt,name=L2LabelName,proto3" json:"L2LabelName,omitempty"`
	TagType           string `protobuf:"bytes,7,opt,name=TagType,proto3" json:"TagType,omitempty"`
	FilterLevel       string `protobuf:"bytes,8,opt,name=FilterLevel,proto3" json:"FilterLevel,omitempty"`
	Category          string `protobuf:"bytes,9,opt,name=Category,proto3" json:"Category,omitempty"`
	DeprecatedFileKey string `protobuf:"bytes,12,opt,name=DeprecatedFileKey,proto3" json:"DeprecatedFileKey,omitempty"`
	// contains filtered or unexported fields
}

ImportTag

func (*ImportTagRequest) Descriptor deprecated

func (*ImportTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportTagRequest.ProtoReflect.Descriptor instead.

func (*ImportTagRequest) GetCategory

func (x *ImportTagRequest) GetCategory() string

func (*ImportTagRequest) GetDeprecatedFileKey

func (x *ImportTagRequest) GetDeprecatedFileKey() string

func (*ImportTagRequest) GetFileKey

func (x *ImportTagRequest) GetFileKey() string

func (*ImportTagRequest) GetFileName

func (x *ImportTagRequest) GetFileName() string

func (*ImportTagRequest) GetFilterLevel

func (x *ImportTagRequest) GetFilterLevel() string

func (*ImportTagRequest) GetL1LabelName

func (x *ImportTagRequest) GetL1LabelName() string

func (*ImportTagRequest) GetL2LabelName

func (x *ImportTagRequest) GetL2LabelName() string

func (*ImportTagRequest) GetTagType

func (x *ImportTagRequest) GetTagType() string

func (*ImportTagRequest) ProtoMessage

func (*ImportTagRequest) ProtoMessage()

func (*ImportTagRequest) ProtoReflect

func (x *ImportTagRequest) ProtoReflect() protoreflect.Message

func (*ImportTagRequest) Reset

func (x *ImportTagRequest) Reset()

func (*ImportTagRequest) String

func (x *ImportTagRequest) String() string

type ImportTagResponse

type ImportTagResponse struct {
	Id string `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportTagResponse) Descriptor deprecated

func (*ImportTagResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportTagResponse.ProtoReflect.Descriptor instead.

func (*ImportTagResponse) GetId

func (x *ImportTagResponse) GetId() string

func (*ImportTagResponse) ProtoMessage

func (*ImportTagResponse) ProtoMessage()

func (*ImportTagResponse) ProtoReflect

func (x *ImportTagResponse) ProtoReflect() protoreflect.Message

func (*ImportTagResponse) Reset

func (x *ImportTagResponse) Reset()

func (*ImportTagResponse) String

func (x *ImportTagResponse) String() string

type KafkaTagAnalyseResult

type KafkaTagAnalyseResult struct {
	SnippetResultSet []*SnippetResult `protobuf:"bytes,1,rep,name=SnippetResultSet,proto3" json:"SnippetResultSet,omitempty"`
	// contains filtered or unexported fields
}

func (*KafkaTagAnalyseResult) Descriptor deprecated

func (*KafkaTagAnalyseResult) Descriptor() ([]byte, []int)

Deprecated: Use KafkaTagAnalyseResult.ProtoReflect.Descriptor instead.

func (*KafkaTagAnalyseResult) GetSnippetResultSet

func (x *KafkaTagAnalyseResult) GetSnippetResultSet() []*SnippetResult

func (*KafkaTagAnalyseResult) ProtoMessage

func (*KafkaTagAnalyseResult) ProtoMessage()

func (*KafkaTagAnalyseResult) ProtoReflect

func (x *KafkaTagAnalyseResult) ProtoReflect() protoreflect.Message

func (*KafkaTagAnalyseResult) Reset

func (x *KafkaTagAnalyseResult) Reset()

func (*KafkaTagAnalyseResult) String

func (x *KafkaTagAnalyseResult) String() string

type L1Label

type L1Label struct {
	LabelName  string     `protobuf:"bytes,1,opt,name=LabelName,proto3" json:"LabelName,omitempty"`
	L2LabelSet []*L2Label `protobuf:"bytes,2,rep,name=L2LabelSet,proto3" json:"L2LabelSet,omitempty"`
	// contains filtered or unexported fields
}

func (*L1Label) Descriptor deprecated

func (*L1Label) Descriptor() ([]byte, []int)

Deprecated: Use L1Label.ProtoReflect.Descriptor instead.

func (*L1Label) GetL2LabelSet

func (x *L1Label) GetL2LabelSet() []*L2Label

func (*L1Label) GetLabelName

func (x *L1Label) GetLabelName() string

func (*L1Label) ProtoMessage

func (*L1Label) ProtoMessage()

func (*L1Label) ProtoReflect

func (x *L1Label) ProtoReflect() protoreflect.Message

func (*L1Label) Reset

func (x *L1Label) Reset()

func (*L1Label) String

func (x *L1Label) String() string

type L2Label

type L2Label struct {
	LabelName string `protobuf:"bytes,2,opt,name=LabelName,proto3" json:"LabelName,omitempty"`
	// contains filtered or unexported fields
}

func (*L2Label) Descriptor deprecated

func (*L2Label) Descriptor() ([]byte, []int)

Deprecated: Use L2Label.ProtoReflect.Descriptor instead.

func (*L2Label) GetLabelName

func (x *L2Label) GetLabelName() string

func (*L2Label) ProtoMessage

func (*L2Label) ProtoMessage()

func (*L2Label) ProtoReflect

func (x *L2Label) ProtoReflect() protoreflect.Message

func (*L2Label) Reset

func (x *L2Label) Reset()

func (*L2Label) String

func (x *L2Label) String() string

type ModifyTagRequest

type ModifyTagRequest struct {
	Tag *TagOperation `protobuf:"bytes,1,opt,name=Tag,proto3" json:"Tag,omitempty"`
	// contains filtered or unexported fields
}

ModifyTag

func (*ModifyTagRequest) Descriptor deprecated

func (*ModifyTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use ModifyTagRequest.ProtoReflect.Descriptor instead.

func (*ModifyTagRequest) GetTag

func (x *ModifyTagRequest) GetTag() *TagOperation

func (*ModifyTagRequest) ProtoMessage

func (*ModifyTagRequest) ProtoMessage()

func (*ModifyTagRequest) ProtoReflect

func (x *ModifyTagRequest) ProtoReflect() protoreflect.Message

func (*ModifyTagRequest) Reset

func (x *ModifyTagRequest) Reset()

func (*ModifyTagRequest) String

func (x *ModifyTagRequest) String() string

type ModifyTagResponse

type ModifyTagResponse struct {
	TagId string `protobuf:"bytes,1,opt,name=TagId,proto3" json:"TagId,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyTagResponse) Descriptor deprecated

func (*ModifyTagResponse) Descriptor() ([]byte, []int)

Deprecated: Use ModifyTagResponse.ProtoReflect.Descriptor instead.

func (*ModifyTagResponse) GetTagId

func (x *ModifyTagResponse) GetTagId() string

func (*ModifyTagResponse) ProtoMessage

func (*ModifyTagResponse) ProtoMessage()

func (*ModifyTagResponse) ProtoReflect

func (x *ModifyTagResponse) ProtoReflect() protoreflect.Message

func (*ModifyTagResponse) Reset

func (x *ModifyTagResponse) Reset()

func (*ModifyTagResponse) String

func (x *ModifyTagResponse) String() string

type SnippetResult

type SnippetResult struct {
	StartTime   float32  `protobuf:"fixed32,1,opt,name=StartTime,proto3" json:"StartTime,omitempty"`
	EndTime     float32  `protobuf:"fixed32,2,opt,name=EndTime,proto3" json:"EndTime,omitempty"`
	L1LabelName string   `protobuf:"bytes,3,opt,name=L1LabelName,proto3" json:"L1LabelName,omitempty"`
	L2LabelName string   `protobuf:"bytes,4,opt,name=L2LabelName,proto3" json:"L2LabelName,omitempty"`
	Tag         string   `protobuf:"bytes,5,opt,name=Tag,proto3" json:"Tag,omitempty"`
	TagClass    TagClass `protobuf:"varint,6,opt,name=TagClass,proto3,enum=trpc.media.aitaganalyse.TagClass" json:"TagClass,omitempty"`
	// contains filtered or unexported fields
}

func (*SnippetResult) Descriptor deprecated

func (*SnippetResult) Descriptor() ([]byte, []int)

Deprecated: Use SnippetResult.ProtoReflect.Descriptor instead.

func (*SnippetResult) GetEndTime

func (x *SnippetResult) GetEndTime() float32

func (*SnippetResult) GetL1LabelName

func (x *SnippetResult) GetL1LabelName() string

func (*SnippetResult) GetL2LabelName

func (x *SnippetResult) GetL2LabelName() string

func (*SnippetResult) GetStartTime

func (x *SnippetResult) GetStartTime() float32

func (*SnippetResult) GetTag

func (x *SnippetResult) GetTag() string

func (*SnippetResult) GetTagClass

func (x *SnippetResult) GetTagClass() TagClass

func (*SnippetResult) ProtoMessage

func (*SnippetResult) ProtoMessage()

func (*SnippetResult) ProtoReflect

func (x *SnippetResult) ProtoReflect() protoreflect.Message

func (*SnippetResult) Reset

func (x *SnippetResult) Reset()

func (*SnippetResult) String

func (x *SnippetResult) String() string

type SortBy

type SortBy struct {
	By      string `protobuf:"bytes,1,opt,name=By,proto3" json:"By,omitempty"`
	Descend bool   `protobuf:"varint,2,opt,name=Descend,proto3" json:"Descend,omitempty"`
	// contains filtered or unexported fields
}

func (*SortBy) Descriptor deprecated

func (*SortBy) Descriptor() ([]byte, []int)

Deprecated: Use SortBy.ProtoReflect.Descriptor instead.

func (*SortBy) GetBy

func (x *SortBy) GetBy() string

func (*SortBy) GetDescend

func (x *SortBy) GetDescend() bool

func (*SortBy) ProtoMessage

func (*SortBy) ProtoMessage()

func (*SortBy) ProtoReflect

func (x *SortBy) ProtoReflect() protoreflect.Message

func (*SortBy) Reset

func (x *SortBy) Reset()

func (*SortBy) String

func (x *SortBy) String() string

type TagClass

type TagClass int32
const (
	TagClass_TAGCLASS_INVALID    TagClass = 0
	TagClass_TAGCLASS_NLP        TagClass = 1
	TagClass_TAGCLASS_IMAGEFRAME TagClass = 2
)

func (TagClass) Descriptor

func (TagClass) Descriptor() protoreflect.EnumDescriptor

func (TagClass) Enum

func (x TagClass) Enum() *TagClass

func (TagClass) EnumDescriptor deprecated

func (TagClass) EnumDescriptor() ([]byte, []int)

Deprecated: Use TagClass.Descriptor instead.

func (TagClass) Number

func (x TagClass) Number() protoreflect.EnumNumber

func (TagClass) String

func (x TagClass) String() string

func (TagClass) Type

type TagFile

type TagFile struct {
	Name              string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	FileKey           string `protobuf:"bytes,2,opt,name=FileKey,proto3" json:"FileKey,omitempty"`
	L1LabelName       string `protobuf:"bytes,3,opt,name=L1LabelName,proto3" json:"L1LabelName,omitempty"`
	L2LabelName       string `protobuf:"bytes,4,opt,name=L2LabelName,proto3" json:"L2LabelName,omitempty"`
	TagType           string `protobuf:"bytes,5,opt,name=TagType,proto3" json:"TagType,omitempty"`
	CreateTime        string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
	UpdatedTime       string `protobuf:"bytes,7,opt,name=UpdatedTime,proto3" json:"UpdatedTime,omitempty"`
	Category          string `protobuf:"bytes,8,opt,name=Category,proto3" json:"Category,omitempty"`
	DeprecatedFileKey string `protobuf:"bytes,9,opt,name=DeprecatedFileKey,proto3" json:"DeprecatedFileKey,omitempty"`
	Id                string `protobuf:"bytes,10,opt,name=Id,proto3" json:"Id,omitempty"`
	// contains filtered or unexported fields
}

func (*TagFile) Descriptor deprecated

func (*TagFile) Descriptor() ([]byte, []int)

Deprecated: Use TagFile.ProtoReflect.Descriptor instead.

func (*TagFile) GetCategory

func (x *TagFile) GetCategory() string

func (*TagFile) GetCreateTime

func (x *TagFile) GetCreateTime() string

func (*TagFile) GetDeprecatedFileKey

func (x *TagFile) GetDeprecatedFileKey() string

func (*TagFile) GetFileKey

func (x *TagFile) GetFileKey() string

func (*TagFile) GetId

func (x *TagFile) GetId() string

func (*TagFile) GetL1LabelName

func (x *TagFile) GetL1LabelName() string

func (*TagFile) GetL2LabelName

func (x *TagFile) GetL2LabelName() string

func (*TagFile) GetName

func (x *TagFile) GetName() string

func (*TagFile) GetTagType

func (x *TagFile) GetTagType() string

func (*TagFile) GetUpdatedTime

func (x *TagFile) GetUpdatedTime() string

func (*TagFile) ProtoMessage

func (*TagFile) ProtoMessage()

func (*TagFile) ProtoReflect

func (x *TagFile) ProtoReflect() protoreflect.Message

func (*TagFile) Reset

func (x *TagFile) Reset()

func (*TagFile) String

func (x *TagFile) String() string

type TagFileUrlRequest

type TagFileUrlRequest struct {
	FileKey string `protobuf:"bytes,3,opt,name=FileKey,proto3" json:"FileKey,omitempty"`
	// contains filtered or unexported fields
}

func (*TagFileUrlRequest) Descriptor deprecated

func (*TagFileUrlRequest) Descriptor() ([]byte, []int)

Deprecated: Use TagFileUrlRequest.ProtoReflect.Descriptor instead.

func (*TagFileUrlRequest) GetFileKey

func (x *TagFileUrlRequest) GetFileKey() string

func (*TagFileUrlRequest) ProtoMessage

func (*TagFileUrlRequest) ProtoMessage()

func (*TagFileUrlRequest) ProtoReflect

func (x *TagFileUrlRequest) ProtoReflect() protoreflect.Message

func (*TagFileUrlRequest) Reset

func (x *TagFileUrlRequest) Reset()

func (*TagFileUrlRequest) String

func (x *TagFileUrlRequest) String() string

type TagFileUrlResponse

type TagFileUrlResponse struct {
	Url string `protobuf:"bytes,3,opt,name=Url,proto3" json:"Url,omitempty"`
	// contains filtered or unexported fields
}

func (*TagFileUrlResponse) Descriptor deprecated

func (*TagFileUrlResponse) Descriptor() ([]byte, []int)

Deprecated: Use TagFileUrlResponse.ProtoReflect.Descriptor instead.

func (*TagFileUrlResponse) GetUrl

func (x *TagFileUrlResponse) GetUrl() string

func (*TagFileUrlResponse) ProtoMessage

func (*TagFileUrlResponse) ProtoMessage()

func (*TagFileUrlResponse) ProtoReflect

func (x *TagFileUrlResponse) ProtoReflect() protoreflect.Message

func (*TagFileUrlResponse) Reset

func (x *TagFileUrlResponse) Reset()

func (*TagFileUrlResponse) String

func (x *TagFileUrlResponse) String() string

type TagFilter

type TagFilter struct {
	Name   string   `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Values []string `protobuf:"bytes,2,rep,name=Values,proto3" json:"Values,omitempty"`
	// contains filtered or unexported fields
}

DescribeTags

func (*TagFilter) Descriptor deprecated

func (*TagFilter) Descriptor() ([]byte, []int)

Deprecated: Use TagFilter.ProtoReflect.Descriptor instead.

func (*TagFilter) GetName

func (x *TagFilter) GetName() string

func (*TagFilter) GetValues

func (x *TagFilter) GetValues() []string

func (*TagFilter) ProtoMessage

func (*TagFilter) ProtoMessage()

func (*TagFilter) ProtoReflect

func (x *TagFilter) ProtoReflect() protoreflect.Message

func (*TagFilter) Reset

func (x *TagFilter) Reset()

func (*TagFilter) String

func (x *TagFilter) String() string

type TagOperation

type TagOperation struct {
	TagId       string `protobuf:"bytes,1,opt,name=TagId,proto3" json:"TagId,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	FilterLevel string `protobuf:"bytes,3,opt,name=FilterLevel,proto3" json:"FilterLevel,omitempty"`
	Category    string `protobuf:"bytes,4,opt,name=Category,proto3" json:"Category,omitempty"`
	L1LabelName string `protobuf:"bytes,5,opt,name=L1LabelName,proto3" json:"L1LabelName,omitempty"`
	L2LabelName string `protobuf:"bytes,6,opt,name=L2LabelName,proto3" json:"L2LabelName,omitempty"`
	TagType     string `protobuf:"bytes,7,opt,name=TagType,proto3" json:"TagType,omitempty"`
	FileKey     string `protobuf:"bytes,8,opt,name=FileKey,proto3" json:"FileKey,omitempty"`
	CreateTime  string `protobuf:"bytes,9,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
	UpdatedTime string `protobuf:"bytes,10,opt,name=UpdatedTime,proto3" json:"UpdatedTime,omitempty"`
	// contains filtered or unexported fields
}

func (*TagOperation) Descriptor deprecated

func (*TagOperation) Descriptor() ([]byte, []int)

Deprecated: Use TagOperation.ProtoReflect.Descriptor instead.

func (*TagOperation) GetCategory

func (x *TagOperation) GetCategory() string

func (*TagOperation) GetCreateTime

func (x *TagOperation) GetCreateTime() string

func (*TagOperation) GetFileKey

func (x *TagOperation) GetFileKey() string

func (*TagOperation) GetFilterLevel

func (x *TagOperation) GetFilterLevel() string

func (*TagOperation) GetL1LabelName

func (x *TagOperation) GetL1LabelName() string

func (*TagOperation) GetL2LabelName

func (x *TagOperation) GetL2LabelName() string

func (*TagOperation) GetName

func (x *TagOperation) GetName() string

func (*TagOperation) GetTagId

func (x *TagOperation) GetTagId() string

func (*TagOperation) GetTagType

func (x *TagOperation) GetTagType() string

func (*TagOperation) GetUpdatedTime

func (x *TagOperation) GetUpdatedTime() string

func (*TagOperation) ProtoMessage

func (*TagOperation) ProtoMessage()

func (*TagOperation) ProtoReflect

func (x *TagOperation) ProtoReflect() protoreflect.Message

func (*TagOperation) Reset

func (x *TagOperation) Reset()

func (*TagOperation) String

func (x *TagOperation) String() string

type TaskItem

type TaskItem struct {
	ImportTaskId string `protobuf:"bytes,1,opt,name=ImportTaskId,proto3" json:"ImportTaskId,omitempty"`
	TaskId       string `protobuf:"bytes,2,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
	ErrMsg       string `protobuf:"bytes,3,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskItem) Descriptor deprecated

func (*TaskItem) Descriptor() ([]byte, []int)

Deprecated: Use TaskItem.ProtoReflect.Descriptor instead.

func (*TaskItem) GetErrMsg

func (x *TaskItem) GetErrMsg() string

func (*TaskItem) GetImportTaskId

func (x *TaskItem) GetImportTaskId() string

func (*TaskItem) GetTaskId

func (x *TaskItem) GetTaskId() string

func (*TaskItem) ProtoMessage

func (*TaskItem) ProtoMessage()

func (*TaskItem) ProtoReflect

func (x *TaskItem) ProtoReflect() protoreflect.Message

func (*TaskItem) Reset

func (x *TaskItem) Reset()

func (*TaskItem) String

func (x *TaskItem) String() string

type UnimplementedAiTagAnalyse

type UnimplementedAiTagAnalyse struct{}

func (*UnimplementedAiTagAnalyse) CreateTag

func (*UnimplementedAiTagAnalyse) CreateTagAnalysisTask

func (*UnimplementedAiTagAnalyse) DeleteTag

func (*UnimplementedAiTagAnalyse) DeleteTagFiles

func (*UnimplementedAiTagAnalyse) DescribeL1L2Labels

func (*UnimplementedAiTagAnalyse) DescribeTagAnalysisTaskData

func (*UnimplementedAiTagAnalyse) DescribeTagFiles

func (*UnimplementedAiTagAnalyse) DescribeTags

func (*UnimplementedAiTagAnalyse) GetTagFileUrl

func (*UnimplementedAiTagAnalyse) ImportTag

func (*UnimplementedAiTagAnalyse) ModifyTag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL