personretrieval

package
v0.0.0-...-f3e39e2 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_person_retrieval_proto protoreflect.FileDescriptor
View Source
var NewPersonRetrievalClientProxy = func(opts ...client.Option) PersonRetrievalClientProxy {
	return &PersonRetrievalClientProxyImpl{client: client.DefaultClient, opts: opts}
}
View Source
var PersonRetrievalServer_ServiceDesc = server.ServiceDesc{
	ServiceName: "trpc.media.personretrieval.PersonRetrieval",
	HandlerType: ((*PersonRetrievalService)(nil)),
	Methods: []server.Method{
		{
			Name: "/CreatePersonRetrievalTask",
			Func: PersonRetrievalService_CreatePersonRetrievalTask_Handler,
		},
		{
			Name: "/DescribePersonRetrievalTaskData",
			Func: PersonRetrievalService_DescribePersonRetrievalTaskData_Handler,
		},
		{
			Name: "/RetrievalImage",
			Func: PersonRetrievalService_RetrievalImage_Handler,
		},
		{
			Name: "/trpc.media.personretrieval.PersonRetrieval/CreatePersonRetrievalTask",
			Func: PersonRetrievalService_CreatePersonRetrievalTask_Handler,
		},
		{
			Name: "/trpc.media.personretrieval.PersonRetrieval/DescribePersonRetrievalTaskData",
			Func: PersonRetrievalService_DescribePersonRetrievalTaskData_Handler,
		},
		{
			Name: "/trpc.media.personretrieval.PersonRetrieval/RetrievalImage",
			Func: PersonRetrievalService_RetrievalImage_Handler,
		},
	},
}

PersonRetrievalServer_ServiceDesc descriptor for server.RegisterService.

Functions

func PersonRetrievalService_CreatePersonRetrievalTask_Handler

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

func PersonRetrievalService_DescribePersonRetrievalTaskData_Handler

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

func PersonRetrievalService_RetrievalImage_Handler

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

func RegisterPersonRetrievalService

func RegisterPersonRetrievalService(s server.Service, svr PersonRetrievalService)

RegisterPersonRetrievalService registers service.

Types

type AppearMedia

type AppearMedia struct {
	MediaId         string       `protobuf:"bytes,1,opt,name=MediaId,proto3" json:"MediaId,omitempty"`
	BusinessMediaID string       `protobuf:"bytes,2,opt,name=BusinessMediaID,proto3" json:"BusinessMediaID,omitempty"`
	MediaURL        string       `protobuf:"bytes,3,opt,name=MediaURL,proto3" json:"MediaURL,omitempty"`
	StampInfoSet    []*StampInfo `protobuf:"bytes,4,rep,name=StampInfoSet,proto3" json:"StampInfoSet,omitempty"`
	// contains filtered or unexported fields
}

func (*AppearMedia) Descriptor deprecated

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

Deprecated: Use AppearMedia.ProtoReflect.Descriptor instead.

func (*AppearMedia) GetBusinessMediaID

func (x *AppearMedia) GetBusinessMediaID() string

func (*AppearMedia) GetMediaId

func (x *AppearMedia) GetMediaId() string

func (*AppearMedia) GetMediaURL

func (x *AppearMedia) GetMediaURL() string

func (*AppearMedia) GetStampInfoSet

func (x *AppearMedia) GetStampInfoSet() []*StampInfo

func (*AppearMedia) ProtoMessage

func (*AppearMedia) ProtoMessage()

func (*AppearMedia) ProtoReflect

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

func (*AppearMedia) Reset

func (x *AppearMedia) Reset()

func (*AppearMedia) String

func (x *AppearMedia) String() string

type CreatePersonRetrievalTaskRequest

type CreatePersonRetrievalTaskRequest struct {
	MediaId     string `protobuf:"bytes,1,opt,name=MediaId,proto3" json:"MediaId,omitempty"`
	TaskName    string `protobuf:"bytes,2,opt,name=TaskName,proto3" json:"TaskName,omitempty"`
	CallbackURL string `protobuf:"bytes,3,opt,name=CallbackURL,proto3" json:"CallbackURL,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePersonRetrievalTaskRequest) Descriptor deprecated

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

Deprecated: Use CreatePersonRetrievalTaskRequest.ProtoReflect.Descriptor instead.

func (*CreatePersonRetrievalTaskRequest) GetCallbackURL

func (x *CreatePersonRetrievalTaskRequest) GetCallbackURL() string

func (*CreatePersonRetrievalTaskRequest) GetMediaId

func (x *CreatePersonRetrievalTaskRequest) GetMediaId() string

func (*CreatePersonRetrievalTaskRequest) GetTaskName

func (x *CreatePersonRetrievalTaskRequest) GetTaskName() string

func (*CreatePersonRetrievalTaskRequest) ProtoMessage

func (*CreatePersonRetrievalTaskRequest) ProtoMessage()

func (*CreatePersonRetrievalTaskRequest) ProtoReflect

func (*CreatePersonRetrievalTaskRequest) Reset

func (*CreatePersonRetrievalTaskRequest) String

type CreatePersonRetrievalTaskResponse

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

func (*CreatePersonRetrievalTaskResponse) Descriptor deprecated

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

Deprecated: Use CreatePersonRetrievalTaskResponse.ProtoReflect.Descriptor instead.

func (*CreatePersonRetrievalTaskResponse) GetTaskId

func (*CreatePersonRetrievalTaskResponse) ProtoMessage

func (*CreatePersonRetrievalTaskResponse) ProtoMessage()

func (*CreatePersonRetrievalTaskResponse) ProtoReflect

func (*CreatePersonRetrievalTaskResponse) Reset

func (*CreatePersonRetrievalTaskResponse) String

type DescribePersonRetrievalTaskDataRequest

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

func (*DescribePersonRetrievalTaskDataRequest) Descriptor deprecated

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

Deprecated: Use DescribePersonRetrievalTaskDataRequest.ProtoReflect.Descriptor instead.

func (*DescribePersonRetrievalTaskDataRequest) GetNameSet

func (*DescribePersonRetrievalTaskDataRequest) GetTaskId

func (*DescribePersonRetrievalTaskDataRequest) ProtoMessage

func (*DescribePersonRetrievalTaskDataRequest) ProtoReflect

func (*DescribePersonRetrievalTaskDataRequest) Reset

func (*DescribePersonRetrievalTaskDataRequest) String

type DescribePersonRetrievalTaskDataResponse

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

func (*DescribePersonRetrievalTaskDataResponse) Descriptor deprecated

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

Deprecated: Use DescribePersonRetrievalTaskDataResponse.ProtoReflect.Descriptor instead.

func (*DescribePersonRetrievalTaskDataResponse) GetTaskData

func (*DescribePersonRetrievalTaskDataResponse) GetTaskInfo

func (*DescribePersonRetrievalTaskDataResponse) GetWebMediaURL

func (x *DescribePersonRetrievalTaskDataResponse) GetWebMediaURL() string

func (*DescribePersonRetrievalTaskDataResponse) ProtoMessage

func (*DescribePersonRetrievalTaskDataResponse) ProtoReflect

func (*DescribePersonRetrievalTaskDataResponse) Reset

func (*DescribePersonRetrievalTaskDataResponse) String

type DetailStampInfo

type DetailStampInfo struct {
	StartFrameIndex string       `protobuf:"bytes,1,opt,name=StartFrameIndex,proto3" json:"StartFrameIndex,omitempty"` //人脸出现起始帧号
	EndFrameIndex   string       `protobuf:"bytes,2,opt,name=EndFrameIndex,proto3" json:"EndFrameIndex,omitempty"`     //人脸出现的终止帧号
	DetailFrames    []*FrameInfo `protobuf:"bytes,3,rep,name=DetailFrames,proto3" json:"DetailFrames,omitempty"`       //人脸出现的位置信息
	// contains filtered or unexported fields
}

func (*DetailStampInfo) Descriptor deprecated

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

Deprecated: Use DetailStampInfo.ProtoReflect.Descriptor instead.

func (*DetailStampInfo) GetDetailFrames

func (x *DetailStampInfo) GetDetailFrames() []*FrameInfo

func (*DetailStampInfo) GetEndFrameIndex

func (x *DetailStampInfo) GetEndFrameIndex() string

func (*DetailStampInfo) GetStartFrameIndex

func (x *DetailStampInfo) GetStartFrameIndex() string

func (*DetailStampInfo) ProtoMessage

func (*DetailStampInfo) ProtoMessage()

func (*DetailStampInfo) ProtoReflect

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

func (*DetailStampInfo) Reset

func (x *DetailStampInfo) Reset()

func (*DetailStampInfo) String

func (x *DetailStampInfo) String() string

type FaceInfo

type FaceInfo struct {
	Name               string             `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Job                string             `protobuf:"bytes,2,opt,name=Job,proto3" json:"Job,omitempty"`
	Label              string             `protobuf:"bytes,3,opt,name=Label,proto3" json:"Label,omitempty"`
	StampInfoSet       []*StampInfo       `protobuf:"bytes,4,rep,name=StampInfoSet,proto3" json:"StampInfoSet,omitempty"`
	ImageMediaId       string             `protobuf:"bytes,5,opt,name=ImageMediaId,proto3" json:"ImageMediaId,omitempty"`
	FaceId             string             `protobuf:"bytes,6,opt,name=FaceId,proto3" json:"FaceId,omitempty"`
	IsUnknown          int32              `protobuf:"varint,7,opt,name=IsUnknown,proto3" json:"IsUnknown,omitempty"`
	PutLibraryAllowed  bool               `protobuf:"varint,8,opt,name=PutLibraryAllowed,proto3" json:"PutLibraryAllowed,omitempty"`
	SecondLabel        string             `protobuf:"bytes,9,opt,name=SecondLabel,proto3" json:"SecondLabel,omitempty"`
	AttachPersonId     string             `protobuf:"bytes,10,opt,name=AttachPersonId,proto3" json:"AttachPersonId,omitempty"`
	DetailStampInfoSet []*DetailStampInfo `protobuf:"bytes,11,rep,name=DetailStampInfoSet,proto3" json:"DetailStampInfoSet,omitempty"`
	Sensitive          int32              `protobuf:"varint,12,opt,name=Sensitive,proto3" json:"Sensitive,omitempty"`
	Confidence         float32            `protobuf:"fixed32,13,opt,name=Confidence,proto3" json:"Confidence,omitempty"`
	// contains filtered or unexported fields
}

func (*FaceInfo) Descriptor deprecated

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

Deprecated: Use FaceInfo.ProtoReflect.Descriptor instead.

func (*FaceInfo) GetAttachPersonId

func (x *FaceInfo) GetAttachPersonId() string

func (*FaceInfo) GetConfidence

func (x *FaceInfo) GetConfidence() float32

func (*FaceInfo) GetDetailStampInfoSet

func (x *FaceInfo) GetDetailStampInfoSet() []*DetailStampInfo

func (*FaceInfo) GetFaceId

func (x *FaceInfo) GetFaceId() string

func (*FaceInfo) GetImageMediaId

func (x *FaceInfo) GetImageMediaId() string

func (*FaceInfo) GetIsUnknown

func (x *FaceInfo) GetIsUnknown() int32

func (*FaceInfo) GetJob

func (x *FaceInfo) GetJob() string

func (*FaceInfo) GetLabel

func (x *FaceInfo) GetLabel() string

func (*FaceInfo) GetName

func (x *FaceInfo) GetName() string

func (*FaceInfo) GetPutLibraryAllowed

func (x *FaceInfo) GetPutLibraryAllowed() bool

func (*FaceInfo) GetSecondLabel

func (x *FaceInfo) GetSecondLabel() string

func (*FaceInfo) GetSensitive

func (x *FaceInfo) GetSensitive() int32

func (*FaceInfo) GetStampInfoSet

func (x *FaceInfo) GetStampInfoSet() []*StampInfo

func (*FaceInfo) ProtoMessage

func (*FaceInfo) ProtoMessage()

func (*FaceInfo) ProtoReflect

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

func (*FaceInfo) Reset

func (x *FaceInfo) Reset()

func (*FaceInfo) String

func (x *FaceInfo) String() string

type FrameInfo

type FrameInfo struct {
	Rect       *apicommon.Rect `protobuf:"bytes,1,opt,name=Rect,proto3" json:"Rect,omitempty"`
	FrameIndex string          `protobuf:"bytes,2,opt,name=FrameIndex,proto3" json:"FrameIndex,omitempty"` // 人脸出现的帧号
	Quality    float32         `protobuf:"fixed32,3,opt,name=Quality,proto3" json:"Quality,omitempty"`     //质量总分
	// contains filtered or unexported fields
}

func (*FrameInfo) Descriptor deprecated

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

Deprecated: Use FrameInfo.ProtoReflect.Descriptor instead.

func (*FrameInfo) GetFrameIndex

func (x *FrameInfo) GetFrameIndex() string

func (*FrameInfo) GetQuality

func (x *FrameInfo) GetQuality() float32

func (*FrameInfo) GetRect

func (x *FrameInfo) GetRect() *apicommon.Rect

func (*FrameInfo) ProtoMessage

func (*FrameInfo) ProtoMessage()

func (*FrameInfo) ProtoReflect

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

func (*FrameInfo) Reset

func (x *FrameInfo) Reset()

func (*FrameInfo) String

func (x *FrameInfo) String() string

type PersonRetrievalClientProxy

type PersonRetrievalClientProxy interface {
	CreatePersonRetrievalTask(ctx context.Context, req *CreatePersonRetrievalTaskRequest, opts ...client.Option) (rsp *CreatePersonRetrievalTaskResponse, err error) // @alias=/CreatePersonRetrievalTask

	DescribePersonRetrievalTaskData(ctx context.Context, req *DescribePersonRetrievalTaskDataRequest, opts ...client.Option) (rsp *DescribePersonRetrievalTaskDataResponse, err error) // @alias=/DescribePersonRetrievalTaskData

	RetrievalImage(ctx context.Context, req *RetrievalImageRequest, opts ...client.Option) (rsp *RetrievalImageResponse, err error) // @alias=/RetrievalImage
}

PersonRetrievalClientProxy defines service client proxy

type PersonRetrievalClientProxyImpl

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

func (*PersonRetrievalClientProxyImpl) CreatePersonRetrievalTask

func (*PersonRetrievalClientProxyImpl) DescribePersonRetrievalTaskData

func (*PersonRetrievalClientProxyImpl) RetrievalImage

type PersonRetrievalService

type PersonRetrievalService interface {
	CreatePersonRetrievalTask(ctx context.Context, req *CreatePersonRetrievalTaskRequest, rsp *CreatePersonRetrievalTaskResponse) (err error) // @alias=/CreatePersonRetrievalTask

	DescribePersonRetrievalTaskData(ctx context.Context, req *DescribePersonRetrievalTaskDataRequest, rsp *DescribePersonRetrievalTaskDataResponse) (err error) // @alias=/DescribePersonRetrievalTaskData

	RetrievalImage(ctx context.Context, req *RetrievalImageRequest, rsp *RetrievalImageResponse) (err error) // @alias=/RetrievalImage
}

PersonRetrievalService defines service.

type PersonRetrievalTaskData

type PersonRetrievalTaskData struct {
	FaceInfoSet []*FaceInfo `protobuf:"bytes,1,rep,name=FaceInfoSet,proto3" json:"FaceInfoSet,omitempty"`
	TotalCount  uint32      `protobuf:"varint,2,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*PersonRetrievalTaskData) Descriptor deprecated

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

Deprecated: Use PersonRetrievalTaskData.ProtoReflect.Descriptor instead.

func (*PersonRetrievalTaskData) GetFaceInfoSet

func (x *PersonRetrievalTaskData) GetFaceInfoSet() []*FaceInfo

func (*PersonRetrievalTaskData) GetTotalCount

func (x *PersonRetrievalTaskData) GetTotalCount() uint32

func (*PersonRetrievalTaskData) ProtoMessage

func (*PersonRetrievalTaskData) ProtoMessage()

func (*PersonRetrievalTaskData) ProtoReflect

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

func (*PersonRetrievalTaskData) Reset

func (x *PersonRetrievalTaskData) Reset()

func (*PersonRetrievalTaskData) String

func (x *PersonRetrievalTaskData) String() string

type RetrievalImageFaces

type RetrievalImageFaces struct {
	Name              string          `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Job               string          `protobuf:"bytes,2,opt,name=Job,proto3" json:"Job,omitempty"`
	Label             string          `protobuf:"bytes,3,opt,name=Label,proto3" json:"Label,omitempty"`
	SecondLabel       string          `protobuf:"bytes,4,opt,name=SecondLabel,proto3" json:"SecondLabel,omitempty"`
	ImageURL          string          `protobuf:"bytes,5,opt,name=ImageURL,proto3" json:"ImageURL,omitempty"`
	FaceId            string          `protobuf:"bytes,6,opt,name=FaceId,proto3" json:"FaceId,omitempty"`
	IsUnknown         int32           `protobuf:"varint,7,opt,name=IsUnknown,proto3" json:"IsUnknown,omitempty"`
	PutLibraryAllowed bool            `protobuf:"varint,8,opt,name=PutLibraryAllowed,proto3" json:"PutLibraryAllowed,omitempty"`
	AppearMediaSet    []*AppearMedia  `protobuf:"bytes,9,rep,name=AppearMediaSet,proto3" json:"AppearMediaSet,omitempty"`
	AttachPersonId    string          `protobuf:"bytes,10,opt,name=AttachPersonId,proto3" json:"AttachPersonId,omitempty"`
	Rect              *apicommon.Rect `protobuf:"bytes,11,opt,name=Rect,proto3" json:"Rect,omitempty"`
	Sensitive         int32           `protobuf:"varint,12,opt,name=Sensitive,proto3" json:"Sensitive,omitempty"`
	Quality           float32         `protobuf:"fixed32,13,opt,name=Quality,proto3" json:"Quality,omitempty"`
	Confidence        float32         `protobuf:"fixed32,14,opt,name=Confidence,proto3" json:"Confidence,omitempty"`
	GroupIdSet        []string        `protobuf:"bytes,15,rep,name=GroupIdSet,proto3" json:"GroupIdSet,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrievalImageFaces) Descriptor deprecated

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

Deprecated: Use RetrievalImageFaces.ProtoReflect.Descriptor instead.

func (*RetrievalImageFaces) GetAppearMediaSet

func (x *RetrievalImageFaces) GetAppearMediaSet() []*AppearMedia

func (*RetrievalImageFaces) GetAttachPersonId

func (x *RetrievalImageFaces) GetAttachPersonId() string

func (*RetrievalImageFaces) GetConfidence

func (x *RetrievalImageFaces) GetConfidence() float32

func (*RetrievalImageFaces) GetFaceId

func (x *RetrievalImageFaces) GetFaceId() string

func (*RetrievalImageFaces) GetGroupIdSet

func (x *RetrievalImageFaces) GetGroupIdSet() []string

func (*RetrievalImageFaces) GetImageURL

func (x *RetrievalImageFaces) GetImageURL() string

func (*RetrievalImageFaces) GetIsUnknown

func (x *RetrievalImageFaces) GetIsUnknown() int32

func (*RetrievalImageFaces) GetJob

func (x *RetrievalImageFaces) GetJob() string

func (*RetrievalImageFaces) GetLabel

func (x *RetrievalImageFaces) GetLabel() string

func (*RetrievalImageFaces) GetName

func (x *RetrievalImageFaces) GetName() string

func (*RetrievalImageFaces) GetPutLibraryAllowed

func (x *RetrievalImageFaces) GetPutLibraryAllowed() bool

func (*RetrievalImageFaces) GetQuality

func (x *RetrievalImageFaces) GetQuality() float32

func (*RetrievalImageFaces) GetRect

func (x *RetrievalImageFaces) GetRect() *apicommon.Rect

func (*RetrievalImageFaces) GetSecondLabel

func (x *RetrievalImageFaces) GetSecondLabel() string

func (*RetrievalImageFaces) GetSensitive

func (x *RetrievalImageFaces) GetSensitive() int32

func (*RetrievalImageFaces) ProtoMessage

func (*RetrievalImageFaces) ProtoMessage()

func (*RetrievalImageFaces) ProtoReflect

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

func (*RetrievalImageFaces) Reset

func (x *RetrievalImageFaces) Reset()

func (*RetrievalImageFaces) String

func (x *RetrievalImageFaces) String() string

type RetrievalImageRequest

type RetrievalImageRequest struct {
	Image                   []byte   `protobuf:"bytes,1,opt,name=Image,proto3" json:"Image,omitempty"`
	IsUnknownGroupEnable    bool     `protobuf:"varint,2,opt,name=IsUnknownGroupEnable,proto3" json:"IsUnknownGroupEnable,omitempty"`
	IsPublicGroupEnable     bool     `protobuf:"varint,3,opt,name=IsPublicGroupEnable,proto3" json:"IsPublicGroupEnable,omitempty"`
	IsUserDefineGroupEnable bool     `protobuf:"varint,4,opt,name=IsUserDefineGroupEnable,proto3" json:"IsUserDefineGroupEnable,omitempty"`
	UserDefineGroupSet      []uint32 `protobuf:"varint,5,rep,packed,name=UserDefineGroupSet,proto3" json:"UserDefineGroupSet,omitempty"`
	IsTimestampEnable       bool     `protobuf:"varint,6,opt,name=IsTimestampEnable,proto3" json:"IsTimestampEnable,omitempty"`
	IsAppearMediaEnable     bool     `protobuf:"varint,7,opt,name=IsAppearMediaEnable,proto3" json:"IsAppearMediaEnable,omitempty"`
	LocalImagePath          string   `protobuf:"bytes,8,opt,name=LocalImagePath,proto3" json:"LocalImagePath,omitempty"` // 内部使用
	// contains filtered or unexported fields
}

func (*RetrievalImageRequest) Descriptor deprecated

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

Deprecated: Use RetrievalImageRequest.ProtoReflect.Descriptor instead.

func (*RetrievalImageRequest) GetImage

func (x *RetrievalImageRequest) GetImage() []byte

func (*RetrievalImageRequest) GetIsAppearMediaEnable

func (x *RetrievalImageRequest) GetIsAppearMediaEnable() bool

func (*RetrievalImageRequest) GetIsPublicGroupEnable

func (x *RetrievalImageRequest) GetIsPublicGroupEnable() bool

func (*RetrievalImageRequest) GetIsTimestampEnable

func (x *RetrievalImageRequest) GetIsTimestampEnable() bool

func (*RetrievalImageRequest) GetIsUnknownGroupEnable

func (x *RetrievalImageRequest) GetIsUnknownGroupEnable() bool

func (*RetrievalImageRequest) GetIsUserDefineGroupEnable

func (x *RetrievalImageRequest) GetIsUserDefineGroupEnable() bool

func (*RetrievalImageRequest) GetLocalImagePath

func (x *RetrievalImageRequest) GetLocalImagePath() string

func (*RetrievalImageRequest) GetUserDefineGroupSet

func (x *RetrievalImageRequest) GetUserDefineGroupSet() []uint32

func (*RetrievalImageRequest) ProtoMessage

func (*RetrievalImageRequest) ProtoMessage()

func (*RetrievalImageRequest) ProtoReflect

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

func (*RetrievalImageRequest) Reset

func (x *RetrievalImageRequest) Reset()

func (*RetrievalImageRequest) String

func (x *RetrievalImageRequest) String() string

type RetrievalImageResponse

type RetrievalImageResponse struct {
	FaceSet    []*RetrievalImageFaces `protobuf:"bytes,1,rep,name=FaceSet,proto3" json:"FaceSet,omitempty"`
	TotalCount uint32                 `protobuf:"varint,2,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrievalImageResponse) Descriptor deprecated

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

Deprecated: Use RetrievalImageResponse.ProtoReflect.Descriptor instead.

func (*RetrievalImageResponse) GetFaceSet

func (x *RetrievalImageResponse) GetFaceSet() []*RetrievalImageFaces

func (*RetrievalImageResponse) GetTotalCount

func (x *RetrievalImageResponse) GetTotalCount() uint32

func (*RetrievalImageResponse) ProtoMessage

func (*RetrievalImageResponse) ProtoMessage()

func (*RetrievalImageResponse) ProtoReflect

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

func (*RetrievalImageResponse) Reset

func (x *RetrievalImageResponse) Reset()

func (*RetrievalImageResponse) String

func (x *RetrievalImageResponse) String() string

type StampInfo

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

func (*StampInfo) Descriptor deprecated

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

Deprecated: Use StampInfo.ProtoReflect.Descriptor instead.

func (*StampInfo) GetEndTimeStamp

func (x *StampInfo) GetEndTimeStamp() string

func (*StampInfo) GetStartTimeStamp

func (x *StampInfo) GetStartTimeStamp() string

func (*StampInfo) ProtoMessage

func (*StampInfo) ProtoMessage()

func (*StampInfo) ProtoReflect

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

func (*StampInfo) Reset

func (x *StampInfo) Reset()

func (*StampInfo) String

func (x *StampInfo) String() string

type UnimplementedPersonRetrieval

type UnimplementedPersonRetrieval struct{}

func (*UnimplementedPersonRetrieval) CreatePersonRetrievalTask

func (*UnimplementedPersonRetrieval) DescribePersonRetrievalTaskData

func (*UnimplementedPersonRetrieval) RetrievalImage

Jump to

Keyboard shortcuts

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