From b81986eeaf66143f068ff9ef7cd324bea2142b46 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 22 Apr 2024 09:36:46 +0000 Subject: [PATCH] Generated 2019-12-30 for facebody. --- ChangeLog.txt | 4 ++++ services/facebody/struct_data.go | 1 + services/facebody/struct_landmark_score.go | 21 +++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 services/facebody/struct_landmark_score.go diff --git a/ChangeLog.txt b/ChangeLog.txt index ae6f8d315..16a112396 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2024-04-22 Version: v1.62.721 +- Generated 2019-12-30 for `facebody`. +- Update DetectFace. + 2024-04-22 Version: v1.62.720 - Generated 2019-05-06 for `sae`. undefined diff --git a/services/facebody/struct_data.go b/services/facebody/struct_data.go index 3eb9bcec9..d0fd64d2a 100644 --- a/services/facebody/struct_data.go +++ b/services/facebody/struct_data.go @@ -78,6 +78,7 @@ type Data struct { Landmarks []float64 `json:"Landmarks" xml:"Landmarks"` FaceRectangles []int `json:"FaceRectangles" xml:"FaceRectangles"` RectAList []int `json:"RectAList" xml:"RectAList"` + LandmarkScore []float64 `json:"LandmarkScore" xml:"LandmarkScore"` FaceProbabilityList []float64 `json:"FaceProbabilityList" xml:"FaceProbabilityList"` Pupils []string `json:"Pupils" xml:"Pupils"` LandmarksAList []int64 `json:"LandmarksAList" xml:"LandmarksAList"` diff --git a/services/facebody/struct_landmark_score.go b/services/facebody/struct_landmark_score.go new file mode 100644 index 000000000..fa648ee25 --- /dev/null +++ b/services/facebody/struct_landmark_score.go @@ -0,0 +1,21 @@ +package facebody + +//Licensed under the Apache License, Version 2.0 (the "License"); +//you may not use this file except in compliance with the License. +//You may obtain a copy of the License at +// +//http://www.apache.org/licenses/LICENSE-2.0 +// +//Unless required by applicable law or agreed to in writing, software +//distributed under the License is distributed on an "AS IS" BASIS, +//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//See the License for the specific language governing permissions and +//limitations under the License. +// +// Code generated by Alibaba Cloud SDK Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +// LandmarkScore is a nested struct in facebody response +type LandmarkScore struct { + LandmarkScore []float64 `json:"LandmarkScore" xml:"LandmarkScore"` +}