v1

package
v1.1.42 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Code generated by lark suite oapi sdk gen

Code generated by lark suite oapi sdk gen

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FaceVerifyCropFaceImageReqCall

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

func (*FaceVerifyCropFaceImageReqCall) Do

func (*FaceVerifyCropFaceImageReqCall) SetRawImage

func (rc *FaceVerifyCropFaceImageReqCall) SetRawImage(rawImage *request.File)

type FaceVerifyCropFaceImageResult

type FaceVerifyCropFaceImageResult struct {
	FaceImage string `json:"face_image,omitempty"`
}

type FaceVerifyQueryAuthResultReqCall

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

func (*FaceVerifyQueryAuthResultReqCall) Do

func (*FaceVerifyQueryAuthResultReqCall) SetEmployeeId

func (rc *FaceVerifyQueryAuthResultReqCall) SetEmployeeId(employeeId string)

func (*FaceVerifyQueryAuthResultReqCall) SetOpenId

func (rc *FaceVerifyQueryAuthResultReqCall) SetOpenId(openId string)

func (*FaceVerifyQueryAuthResultReqCall) SetReqOrderNo

func (rc *FaceVerifyQueryAuthResultReqCall) SetReqOrderNo(reqOrderNo string)

type FaceVerifyQueryAuthResultResult

type FaceVerifyQueryAuthResultResult struct {
	AuthState     int `json:"auth_state,omitempty"`
	AuthTimpstamp int `json:"auth_timpstamp,omitempty"`
}

type FaceVerifyService

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

func (*FaceVerifyService) CropFaceImage

func (faceVerifys *FaceVerifyService) CropFaceImage(ctx *core.Context, optFns ...request.OptFn) *FaceVerifyCropFaceImageReqCall

func (*FaceVerifyService) QueryAuthResult

func (faceVerifys *FaceVerifyService) QueryAuthResult(ctx *core.Context, optFns ...request.OptFn) *FaceVerifyQueryAuthResultReqCall

func (*FaceVerifyService) UploadFaceImage

func (faceVerifys *FaceVerifyService) UploadFaceImage(ctx *core.Context, optFns ...request.OptFn) *FaceVerifyUploadFaceImageReqCall

type FaceVerifyUploadFaceImageReqCall

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

func (*FaceVerifyUploadFaceImageReqCall) Do

func (*FaceVerifyUploadFaceImageReqCall) SetEmployeeId

func (rc *FaceVerifyUploadFaceImageReqCall) SetEmployeeId(employeeId string)

func (*FaceVerifyUploadFaceImageReqCall) SetImage

func (rc *FaceVerifyUploadFaceImageReqCall) SetImage(image *request.File)

func (*FaceVerifyUploadFaceImageReqCall) SetOpenId

func (rc *FaceVerifyUploadFaceImageReqCall) SetOpenId(openId string)

type FaceVerifyUploadFaceImageResult

type FaceVerifyUploadFaceImageResult struct {
	FaceUid string `json:"face_uid,omitempty"`
}

type Service

type Service struct {
	FaceVerifys *FaceVerifyService
	// contains filtered or unexported fields
}

func NewService

func NewService(conf *config.Config) *Service

Jump to

Keyboard shortcuts

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