model

package
v0.0.73 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetectExtentionByIdCardImageRequest

type DetectExtentionByIdCardImageRequest struct {
	Body *IvsExtentionByIdCardImageRequestBody `json:"body,omitempty"`
}

Request Object

func (DetectExtentionByIdCardImageRequest) String

type DetectExtentionByIdCardImageResponse

type DetectExtentionByIdCardImageResponse struct {
	Meta *Meta `json:"meta,omitempty"`

	Result         *IvsExtentionByIdCardImageResponseBodyResult `json:"result,omitempty"`
	HttpStatusCode int                                          `json:"-"`
}

Response Object

func (DetectExtentionByIdCardImageResponse) String

type DetectExtentionByNameAndIdRequest

type DetectExtentionByNameAndIdRequest struct {
	Body *IvsExtentionByNameAndIdRequestBody `json:"body,omitempty"`
}

Request Object

func (DetectExtentionByNameAndIdRequest) String

type DetectExtentionByNameAndIdResponse

type DetectExtentionByNameAndIdResponse struct {
	Meta *Meta `json:"meta,omitempty"`

	Result         *IvsExtentionByNameAndIdResponseBodyResult `json:"result,omitempty"`
	HttpStatusCode int                                        `json:"-"`
}

Response Object

func (DetectExtentionByNameAndIdResponse) String

type DetectStandardByIdCardImageRequest

type DetectStandardByIdCardImageRequest struct {
	Body *IvsStandardByIdCardImageRequestBody `json:"body,omitempty"`
}

Request Object

func (DetectStandardByIdCardImageRequest) String

type DetectStandardByIdCardImageResponse

type DetectStandardByIdCardImageResponse struct {
	Meta *Meta `json:"meta,omitempty"`

	Result         *IvsStandardByIdCardImageResponseBodyResult `json:"result,omitempty"`
	HttpStatusCode int                                         `json:"-"`
}

Response Object

func (DetectStandardByIdCardImageResponse) String

type DetectStandardByNameAndIdRequest

type DetectStandardByNameAndIdRequest struct {
	Body *IvsStandardByNameAndIdRequestBody `json:"body,omitempty"`
}

Request Object

func (DetectStandardByNameAndIdRequest) String

type DetectStandardByNameAndIdResponse

type DetectStandardByNameAndIdResponse struct {
	Meta *Meta `json:"meta,omitempty"`

	Result         *IvsStandardByNameAndIdResponseBodyResult `json:"result,omitempty"`
	HttpStatusCode int                                       `json:"-"`
}

Response Object

func (DetectStandardByNameAndIdResponse) String

type ExtentionReqDataByIdCardImage

type ExtentionReqDataByIdCardImage struct {
	IdcardImage1 string `json:"idcard_image1"`

	IdcardImage2 *string `json:"idcard_image2,omitempty"`
}

func (ExtentionReqDataByIdCardImage) String

type ExtentionReqDataByNameAndId

type ExtentionReqDataByNameAndId struct {
	VerificationName string `json:"verification_name"`

	VerificationId string `json:"verification_id"`
}

func (ExtentionReqDataByNameAndId) String

type ExtentionRespDataByIdCardImage

type ExtentionRespDataByIdCardImage struct {
	VerificationResult *string `json:"verification_result,omitempty"`

	VerificationMessage *string `json:"verification_message,omitempty"`

	VerificationCode *int32 `json:"verification_code,omitempty"`

	IdcardResult *IdcardResult `json:"idcard_result,omitempty"`
}

func (ExtentionRespDataByIdCardImage) String

type ExtentionRespDataByNameAndId

type ExtentionRespDataByNameAndId struct {
	VerificationResult *string `json:"verification_result,omitempty"`

	VerificationMessage *string `json:"verification_message,omitempty"`

	VerificationCode *int32 `json:"verification_code,omitempty"`
}

func (ExtentionRespDataByNameAndId) String

type IdcardResult

type IdcardResult struct {
	Name *string `json:"name,omitempty"`

	Number *string `json:"number,omitempty"`

	Sex *string `json:"sex,omitempty"`

	Birth *string `json:"birth,omitempty"`

	Ethnicity *string `json:"ethnicity,omitempty"`

	Address *string `json:"address,omitempty"`

	Issue *string `json:"issue,omitempty"`

	ValidFrom *string `json:"valid_from,omitempty"`

	ValidTo *string `json:"valid_to,omitempty"`
}

func (IdcardResult) String

func (o IdcardResult) String() string

type IvsExtentionByIdCardImageRequestBody

type IvsExtentionByIdCardImageRequestBody struct {
	Meta *Meta `json:"meta"`

	Data *IvsExtentionByIdCardImageRequestBodyData `json:"data"`
}

func (IvsExtentionByIdCardImageRequestBody) String

type IvsExtentionByIdCardImageRequestBodyData

type IvsExtentionByIdCardImageRequestBodyData struct {
	ReqData *[]ExtentionReqDataByIdCardImage `json:"req_data,omitempty"`
}

请求消息的数据部分。

func (IvsExtentionByIdCardImageRequestBodyData) String

type IvsExtentionByIdCardImageResponseBodyResult

type IvsExtentionByIdCardImageResponseBodyResult struct {
	ServiceName *string `json:"service_name,omitempty"`

	Count *int32 `json:"count,omitempty"`

	RespData *[]ExtentionRespDataByIdCardImage `json:"resp_data,omitempty"`
}

调用返回结果。

func (IvsExtentionByIdCardImageResponseBodyResult) String

type IvsExtentionByNameAndIdRequestBody

type IvsExtentionByNameAndIdRequestBody struct {
	Meta *Meta `json:"meta"`

	Data *IvsExtentionByNameAndIdRequestBodyData `json:"data"`
}

func (IvsExtentionByNameAndIdRequestBody) String

type IvsExtentionByNameAndIdRequestBodyData

type IvsExtentionByNameAndIdRequestBodyData struct {
	ReqData *[]ExtentionReqDataByNameAndId `json:"req_data,omitempty"`
}

请求消息的数据部分。

func (IvsExtentionByNameAndIdRequestBodyData) String

type IvsExtentionByNameAndIdResponseBodyResult

type IvsExtentionByNameAndIdResponseBodyResult struct {
	ServiceName *string `json:"service_name,omitempty"`

	Count *int32 `json:"count,omitempty"`

	RespData *[]ExtentionRespDataByNameAndId `json:"resp_data,omitempty"`
}

调用返回结果。

func (IvsExtentionByNameAndIdResponseBodyResult) String

type IvsStandardByIdCardImageRequestBody

type IvsStandardByIdCardImageRequestBody struct {
	Meta *Meta `json:"meta"`

	Data *IvsStandardByIdCardImageRequestBodyData `json:"data"`
}

func (IvsStandardByIdCardImageRequestBody) String

type IvsStandardByIdCardImageRequestBodyData

type IvsStandardByIdCardImageRequestBodyData struct {
	ReqData *[]ReqDataByIdCardImage `json:"req_data,omitempty"`
}

请求消息的数据部分。

func (IvsStandardByIdCardImageRequestBodyData) String

type IvsStandardByIdCardImageResponseBodyResult

type IvsStandardByIdCardImageResponseBodyResult struct {
	ServiceName *string `json:"service_name,omitempty"`

	Count *int32 `json:"count,omitempty"`

	RespData *[]RespDataByIdCardImage `json:"resp_data,omitempty"`
}

调用返回结果。

func (IvsStandardByIdCardImageResponseBodyResult) String

type IvsStandardByNameAndIdRequestBody

type IvsStandardByNameAndIdRequestBody struct {
	Meta *Meta `json:"meta"`

	Data *IvsStandardByNameAndIdRequestBodyData `json:"data"`
}

func (IvsStandardByNameAndIdRequestBody) String

type IvsStandardByNameAndIdRequestBodyData

type IvsStandardByNameAndIdRequestBodyData struct {
	ReqData *[]StandardReqDataByNameAndId `json:"req_data,omitempty"`
}

请求消息的数据部分。

func (IvsStandardByNameAndIdRequestBodyData) String

type IvsStandardByNameAndIdResponseBodyResult

type IvsStandardByNameAndIdResponseBodyResult struct {
	ServiceName *string `json:"service_name,omitempty"`

	Count *int32 `json:"count,omitempty"`

	RespData *[]StandardRespDataByNameAndId `json:"resp_data,omitempty"`
}

调用返回结果。

func (IvsStandardByNameAndIdResponseBodyResult) String

type Meta

type Meta struct {
	Uuid *string `json:"uuid,omitempty"`
}

func (Meta) String

func (o Meta) String() string

type ReqDataByIdCardImage

type ReqDataByIdCardImage struct {
	IdcardImage1 string `json:"idcard_image1"`

	IdcardImage2 *string `json:"idcard_image2,omitempty"`

	FaceImage string `json:"face_image"`
}

func (ReqDataByIdCardImage) String

func (o ReqDataByIdCardImage) String() string

type RespDataByIdCardImage

type RespDataByIdCardImage struct {
	VerificationResult *string `json:"verification_result,omitempty"`

	VerificationMessage *string `json:"verification_message,omitempty"`

	VerificationCode *int32 `json:"verification_code,omitempty"`

	Similarity *string `json:"similarity,omitempty"`

	IdcardResult *IdcardResult `json:"idcard_result,omitempty"`
}

func (RespDataByIdCardImage) String

func (o RespDataByIdCardImage) String() string

type StandardReqDataByNameAndId

type StandardReqDataByNameAndId struct {
	VerificationName string `json:"verification_name"`

	VerificationId string `json:"verification_id"`

	FaceImage string `json:"face_image"`
}

func (StandardReqDataByNameAndId) String

type StandardRespDataByNameAndId

type StandardRespDataByNameAndId struct {
	VerificationResult *string `json:"verification_result,omitempty"`

	VerificationMessage *string `json:"verification_message,omitempty"`

	VerificationCode *int32 `json:"verification_code,omitempty"`

	Similarity *string `json:"similarity,omitempty"`
}

func (StandardRespDataByNameAndId) String

Jump to

Keyboard shortcuts

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