|
|
@@ -23,16 +23,18 @@ type Data struct {
|
|
|
FacePic string `json:"FacePic" xml:"FacePic"`
|
|
|
IdCardExpiry string `json:"IdCardExpiry" xml:"IdCardExpiry"`
|
|
|
AuditConclusions string `json:"AuditConclusions" xml:"AuditConclusions"`
|
|
|
+ IdCardStartDate string `json:"IdCardStartDate" xml:"IdCardStartDate"`
|
|
|
IdCardType string `json:"IdCardType" xml:"IdCardType"`
|
|
|
SimilarityScore float64 `json:"SimilarityScore" xml:"SimilarityScore"`
|
|
|
IdentificationNumber string `json:"IdentificationNumber" xml:"IdentificationNumber"`
|
|
|
Address string `json:"Address" xml:"Address"`
|
|
|
+ EthnicGroup string `json:"EthnicGroup" xml:"EthnicGroup"`
|
|
|
Sex string `json:"Sex" xml:"Sex"`
|
|
|
- ImgWidth int `json:"ImgWidth" xml:"ImgWidth"`
|
|
|
IdCardBackPic string `json:"IdCardBackPic" xml:"IdCardBackPic"`
|
|
|
+ ImgWidth int `json:"ImgWidth" xml:"ImgWidth"`
|
|
|
CloudauthPageUrl string `json:"CloudauthPageUrl" xml:"CloudauthPageUrl"`
|
|
|
- ImgHeight int `json:"ImgHeight" xml:"ImgHeight"`
|
|
|
StatusCode int `json:"StatusCode" xml:"StatusCode"`
|
|
|
+ ImgHeight int `json:"ImgHeight" xml:"ImgHeight"`
|
|
|
ConfidenceThresholds string `json:"ConfidenceThresholds" xml:"ConfidenceThresholds"`
|
|
|
StsToken StsToken `json:"StsToken" xml:"StsToken"`
|
|
|
VerifyToken VerifyToken `json:"VerifyToken" xml:"VerifyToken"`
|