Selaa lähdekoodia

Supported Meida complex for IMM.

sdk-team 6 vuotta sitten
vanhempi
commit
3826027e99

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-08-30 Version: 1.60.128
+- Supported Meida complex for IMM.
+
 2019-08-30 Version: 1.60.127
 - Add api for getTrace and searchTracelist.
 

+ 108 - 0
services/imm/create_media_complex_task.go

@@ -0,0 +1,108 @@
+package imm
+
+//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.
+
+import (
+	"github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests"
+	"github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses"
+)
+
+// CreateMediaComplexTask invokes the imm.CreateMediaComplexTask API synchronously
+// api document: https://help.aliyun.com/api/imm/createmediacomplextask.html
+func (client *Client) CreateMediaComplexTask(request *CreateMediaComplexTaskRequest) (response *CreateMediaComplexTaskResponse, err error) {
+	response = CreateCreateMediaComplexTaskResponse()
+	err = client.DoAction(request, response)
+	return
+}
+
+// CreateMediaComplexTaskWithChan invokes the imm.CreateMediaComplexTask API asynchronously
+// api document: https://help.aliyun.com/api/imm/createmediacomplextask.html
+// asynchronous document: https://help.aliyun.com/document_detail/66220.html
+func (client *Client) CreateMediaComplexTaskWithChan(request *CreateMediaComplexTaskRequest) (<-chan *CreateMediaComplexTaskResponse, <-chan error) {
+	responseChan := make(chan *CreateMediaComplexTaskResponse, 1)
+	errChan := make(chan error, 1)
+	err := client.AddAsyncTask(func() {
+		defer close(responseChan)
+		defer close(errChan)
+		response, err := client.CreateMediaComplexTask(request)
+		if err != nil {
+			errChan <- err
+		} else {
+			responseChan <- response
+		}
+	})
+	if err != nil {
+		errChan <- err
+		close(responseChan)
+		close(errChan)
+	}
+	return responseChan, errChan
+}
+
+// CreateMediaComplexTaskWithCallback invokes the imm.CreateMediaComplexTask API asynchronously
+// api document: https://help.aliyun.com/api/imm/createmediacomplextask.html
+// asynchronous document: https://help.aliyun.com/document_detail/66220.html
+func (client *Client) CreateMediaComplexTaskWithCallback(request *CreateMediaComplexTaskRequest, callback func(response *CreateMediaComplexTaskResponse, err error)) <-chan int {
+	result := make(chan int, 1)
+	err := client.AddAsyncTask(func() {
+		var response *CreateMediaComplexTaskResponse
+		var err error
+		defer close(result)
+		response, err = client.CreateMediaComplexTask(request)
+		callback(response, err)
+		result <- 1
+	})
+	if err != nil {
+		defer close(result)
+		callback(nil, err)
+		result <- 0
+	}
+	return result
+}
+
+// CreateMediaComplexTaskRequest is the request struct for api CreateMediaComplexTask
+type CreateMediaComplexTaskRequest struct {
+	*requests.RpcRequest
+	NotifyTopicName string `position:"Query" name:"NotifyTopicName"`
+	NotifyEndpoint  string `position:"Query" name:"NotifyEndpoint"`
+	Project         string `position:"Query" name:"Project"`
+	Parameters      string `position:"Query" name:"Parameters"`
+}
+
+// CreateMediaComplexTaskResponse is the response struct for api CreateMediaComplexTask
+type CreateMediaComplexTaskResponse struct {
+	*responses.BaseResponse
+	RequestId string `json:"RequestId" xml:"RequestId"`
+	TaskId    string `json:"TaskId" xml:"TaskId"`
+	TaskType  string `json:"TaskType" xml:"TaskType"`
+}
+
+// CreateCreateMediaComplexTaskRequest creates a request to invoke CreateMediaComplexTask API
+func CreateCreateMediaComplexTaskRequest() (request *CreateMediaComplexTaskRequest) {
+	request = &CreateMediaComplexTaskRequest{
+		RpcRequest: &requests.RpcRequest{},
+	}
+	request.InitWithApiInfo("imm", "2017-09-06", "CreateMediaComplexTask", "imm", "openAPI")
+	return
+}
+
+// CreateCreateMediaComplexTaskResponse creates a response to parse from CreateMediaComplexTask response
+func CreateCreateMediaComplexTaskResponse() (response *CreateMediaComplexTaskResponse) {
+	response = &CreateMediaComplexTaskResponse{
+		BaseResponse: &responses.BaseResponse{},
+	}
+	return
+}

+ 26 - 24
services/imm/find_images.go

@@ -76,30 +76,32 @@ func (client *Client) FindImagesWithCallback(request *FindImagesRequest, callbac
 // FindImagesRequest is the request struct for api FindImages
 type FindImagesRequest struct {
 	*requests.RpcRequest
-	Gender           string           `position:"Query" name:"Gender"`
-	Project          string           `position:"Query" name:"Project"`
-	ExternalId       string           `position:"Query" name:"ExternalId"`
-	ImageSizeRange   string           `position:"Query" name:"ImageSizeRange"`
-	RemarksBPrefix   string           `position:"Query" name:"RemarksBPrefix"`
-	LocationBoundary string           `position:"Query" name:"LocationBoundary"`
-	ImageTimeRange   string           `position:"Query" name:"ImageTimeRange"`
-	OCRContentsMatch string           `position:"Query" name:"OCRContentsMatch"`
-	Limit            requests.Integer `position:"Query" name:"Limit"`
-	RemarksDPrefix   string           `position:"Query" name:"RemarksDPrefix"`
-	SourceType       string           `position:"Query" name:"SourceType"`
-	AgeRange         string           `position:"Query" name:"AgeRange"`
-	Order            string           `position:"Query" name:"Order"`
-	RemarksAPrefix   string           `position:"Query" name:"RemarksAPrefix"`
-	GroupId          string           `position:"Query" name:"GroupId"`
-	OrderBy          string           `position:"Query" name:"OrderBy"`
-	TagNames         string           `position:"Query" name:"TagNames"`
-	SourceUriPrefix  string           `position:"Query" name:"SourceUriPrefix"`
-	Emotion          string           `position:"Query" name:"Emotion"`
-	Marker           string           `position:"Query" name:"Marker"`
-	RemarksCPrefix   string           `position:"Query" name:"RemarksCPrefix"`
-	CreateTimeRange  string           `position:"Query" name:"CreateTimeRange"`
-	SetId            string           `position:"Query" name:"SetId"`
-	ModifyTimeRange  string           `position:"Query" name:"ModifyTimeRange"`
+	Gender               string           `position:"Query" name:"Gender"`
+	Project              string           `position:"Query" name:"Project"`
+	ExternalId           string           `position:"Query" name:"ExternalId"`
+	FacesModifyTimeRange string           `position:"Query" name:"FacesModifyTimeRange"`
+	ImageSizeRange       string           `position:"Query" name:"ImageSizeRange"`
+	RemarksBPrefix       string           `position:"Query" name:"RemarksBPrefix"`
+	LocationBoundary     string           `position:"Query" name:"LocationBoundary"`
+	ImageTimeRange       string           `position:"Query" name:"ImageTimeRange"`
+	OCRContentsMatch     string           `position:"Query" name:"OCRContentsMatch"`
+	Limit                requests.Integer `position:"Query" name:"Limit"`
+	RemarksDPrefix       string           `position:"Query" name:"RemarksDPrefix"`
+	TagsModifyTimeRange  string           `position:"Query" name:"TagsModifyTimeRange"`
+	SourceType           string           `position:"Query" name:"SourceType"`
+	AgeRange             string           `position:"Query" name:"AgeRange"`
+	Order                string           `position:"Query" name:"Order"`
+	RemarksAPrefix       string           `position:"Query" name:"RemarksAPrefix"`
+	GroupId              string           `position:"Query" name:"GroupId"`
+	OrderBy              string           `position:"Query" name:"OrderBy"`
+	TagNames             string           `position:"Query" name:"TagNames"`
+	SourceUriPrefix      string           `position:"Query" name:"SourceUriPrefix"`
+	Emotion              string           `position:"Query" name:"Emotion"`
+	Marker               string           `position:"Query" name:"Marker"`
+	RemarksCPrefix       string           `position:"Query" name:"RemarksCPrefix"`
+	CreateTimeRange      string           `position:"Query" name:"CreateTimeRange"`
+	SetId                string           `position:"Query" name:"SetId"`
+	ModifyTimeRange      string           `position:"Query" name:"ModifyTimeRange"`
 }
 
 // FindImagesResponse is the response struct for api FindImages

+ 7 - 6
services/imm/find_similar_faces.go

@@ -76,12 +76,13 @@ func (client *Client) FindSimilarFacesWithCallback(request *FindSimilarFacesRequ
 // FindSimilarFacesRequest is the request struct for api FindSimilarFaces
 type FindSimilarFacesRequest struct {
 	*requests.RpcRequest
-	ImageUri      string           `position:"Query" name:"ImageUri"`
-	MinSimilarity requests.Float   `position:"Query" name:"MinSimilarity"`
-	Limit         requests.Integer `position:"Query" name:"Limit"`
-	Project       string           `position:"Query" name:"Project"`
-	SetId         string           `position:"Query" name:"SetId"`
-	FaceId        string           `position:"Query" name:"FaceId"`
+	ImageUri       string           `position:"Query" name:"ImageUri"`
+	MinSimilarity  requests.Float   `position:"Query" name:"MinSimilarity"`
+	ResponseFormat string           `position:"Query" name:"ResponseFormat"`
+	Limit          requests.Integer `position:"Query" name:"Limit"`
+	Project        string           `position:"Query" name:"Project"`
+	SetId          string           `position:"Query" name:"SetId"`
+	FaceId         string           `position:"Query" name:"FaceId"`
 }
 
 // FindSimilarFacesResponse is the response struct for api FindSimilarFaces

+ 17 - 16
services/imm/struct_faces_item.go

@@ -17,20 +17,21 @@ package imm
 
 // FacesItem is a nested struct in imm response
 type FacesItem struct {
-	FaceConfidence       float64        `json:"FaceConfidence" xml:"FaceConfidence"`
-	EmotionConfidence    float64        `json:"EmotionConfidence" xml:"EmotionConfidence"`
-	ImageUri             string         `json:"ImageUri" xml:"ImageUri"`
-	Similarity           float64        `json:"Similarity" xml:"Similarity"`
-	FaceQuality          float64        `json:"FaceQuality" xml:"FaceQuality"`
-	Attractive           float64        `json:"Attractive" xml:"Attractive"`
-	AttractiveConfidence float64        `json:"AttractiveConfidence" xml:"AttractiveConfidence"`
-	Age                  int            `json:"Age" xml:"Age"`
-	AgeConfidence        float64        `json:"AgeConfidence" xml:"AgeConfidence"`
-	Gender               string         `json:"Gender" xml:"Gender"`
-	GenderConfidence     float64        `json:"GenderConfidence" xml:"GenderConfidence"`
-	Emotion              string         `json:"Emotion" xml:"Emotion"`
-	FaceId               string         `json:"FaceId" xml:"FaceId"`
-	GroupId              string         `json:"GroupId" xml:"GroupId"`
-	FaceAttributes       FaceAttributes `json:"FaceAttributes" xml:"FaceAttributes"`
-	EmotionDetails       EmotionDetails `json:"EmotionDetails" xml:"EmotionDetails"`
+	FaceConfidence       float64            `json:"FaceConfidence" xml:"FaceConfidence"`
+	EmotionConfidence    float64            `json:"EmotionConfidence" xml:"EmotionConfidence"`
+	ImageUri             string             `json:"ImageUri" xml:"ImageUri"`
+	Similarity           float64            `json:"Similarity" xml:"Similarity"`
+	FaceQuality          float64            `json:"FaceQuality" xml:"FaceQuality"`
+	Attractive           float64            `json:"Attractive" xml:"Attractive"`
+	AttractiveConfidence float64            `json:"AttractiveConfidence" xml:"AttractiveConfidence"`
+	Age                  int                `json:"Age" xml:"Age"`
+	AgeConfidence        float64            `json:"AgeConfidence" xml:"AgeConfidence"`
+	Gender               string             `json:"Gender" xml:"Gender"`
+	GenderConfidence     float64            `json:"GenderConfidence" xml:"GenderConfidence"`
+	Emotion              string             `json:"Emotion" xml:"Emotion"`
+	FaceId               string             `json:"FaceId" xml:"FaceId"`
+	GroupId              string             `json:"GroupId" xml:"GroupId"`
+	FaceAttributes       FaceAttributes     `json:"FaceAttributes" xml:"FaceAttributes"`
+	EmotionDetails       EmotionDetails     `json:"EmotionDetails" xml:"EmotionDetails"`
+	SimilarFaces         []SimilarFacesItem `json:"SimilarFaces" xml:"SimilarFaces"`
 }

+ 21 - 0
services/imm/struct_similar_faces.go

@@ -0,0 +1,21 @@
+package imm
+
+//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.
+
+// SimilarFaces is a nested struct in imm response
+type SimilarFaces struct {
+	SimilarFacesItem []SimilarFacesItem `json:"SimilarFacesItem" xml:"SimilarFacesItem"`
+}

+ 24 - 0
services/imm/struct_similar_faces_item.go

@@ -0,0 +1,24 @@
+package imm
+
+//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.
+
+// SimilarFacesItem is a nested struct in imm response
+type SimilarFacesItem struct {
+	FaceId         string         `json:"FaceId" xml:"FaceId"`
+	ImageUri       string         `json:"ImageUri" xml:"ImageUri"`
+	Similarity     float64        `json:"Similarity" xml:"Similarity"`
+	FaceAttributes FaceAttributes `json:"FaceAttributes" xml:"FaceAttributes"`
+}