green

package
v0.0.0-...-dd20015 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFacesRequest

type AddFacesRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

AddFacesRequest is the request struct for api AddFaces

func CreateAddFacesRequest

func CreateAddFacesRequest() (request *AddFacesRequest)

CreateAddFacesRequest creates a request to invoke AddFaces API

type AddFacesResponse

type AddFacesResponse struct {
	*responses.BaseResponse
}

AddFacesResponse is the response struct for api AddFaces

func CreateAddFacesResponse

func CreateAddFacesResponse() (response *AddFacesResponse)

CreateAddFacesResponse creates a response to parse from AddFaces response

type AddGroupsRequest

type AddGroupsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

AddGroupsRequest is the request struct for api AddGroups

func CreateAddGroupsRequest

func CreateAddGroupsRequest() (request *AddGroupsRequest)

CreateAddGroupsRequest creates a request to invoke AddGroups API

type AddGroupsResponse

type AddGroupsResponse struct {
	*responses.BaseResponse
}

AddGroupsResponse is the response struct for api AddGroups

func CreateAddGroupsResponse

func CreateAddGroupsResponse() (response *AddGroupsResponse)

CreateAddGroupsResponse creates a response to parse from AddGroups response

type AddPersonRequest

type AddPersonRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

AddPersonRequest is the request struct for api AddPerson

func CreateAddPersonRequest

func CreateAddPersonRequest() (request *AddPersonRequest)

CreateAddPersonRequest creates a request to invoke AddPerson API

type AddPersonResponse

type AddPersonResponse struct {
	*responses.BaseResponse
}

AddPersonResponse is the response struct for api AddPerson

func CreateAddPersonResponse

func CreateAddPersonResponse() (response *AddPersonResponse)

CreateAddPersonResponse creates a response to parse from AddPerson response

type AddSimilarityImageRequest

type AddSimilarityImageRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

AddSimilarityImageRequest is the request struct for api AddSimilarityImage

func CreateAddSimilarityImageRequest

func CreateAddSimilarityImageRequest() (request *AddSimilarityImageRequest)

CreateAddSimilarityImageRequest creates a request to invoke AddSimilarityImage API

type AddSimilarityImageResponse

type AddSimilarityImageResponse struct {
	*responses.BaseResponse
}

AddSimilarityImageResponse is the response struct for api AddSimilarityImage

func CreateAddSimilarityImageResponse

func CreateAddSimilarityImageResponse() (response *AddSimilarityImageResponse)

CreateAddSimilarityImageResponse creates a response to parse from AddSimilarityImage response

type AddVideoDnaGroupRequest

type AddVideoDnaGroupRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

AddVideoDnaGroupRequest is the request struct for api AddVideoDnaGroup

func CreateAddVideoDnaGroupRequest

func CreateAddVideoDnaGroupRequest() (request *AddVideoDnaGroupRequest)

CreateAddVideoDnaGroupRequest creates a request to invoke AddVideoDnaGroup API

type AddVideoDnaGroupResponse

type AddVideoDnaGroupResponse struct {
	*responses.BaseResponse
}

AddVideoDnaGroupResponse is the response struct for api AddVideoDnaGroup

func CreateAddVideoDnaGroupResponse

func CreateAddVideoDnaGroupResponse() (response *AddVideoDnaGroupResponse)

CreateAddVideoDnaGroupResponse creates a response to parse from AddVideoDnaGroup response

type AddVideoDnaRequest

type AddVideoDnaRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

AddVideoDnaRequest is the request struct for api AddVideoDna

func CreateAddVideoDnaRequest

func CreateAddVideoDnaRequest() (request *AddVideoDnaRequest)

CreateAddVideoDnaRequest creates a request to invoke AddVideoDna API

type AddVideoDnaResponse

type AddVideoDnaResponse struct {
	*responses.BaseResponse
}

AddVideoDnaResponse is the response struct for api AddVideoDna

func CreateAddVideoDnaResponse

func CreateAddVideoDnaResponse() (response *AddVideoDnaResponse)

CreateAddVideoDnaResponse creates a response to parse from AddVideoDna response

type Client

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) AddFaces

func (client *Client) AddFaces(request *AddFacesRequest) (response *AddFacesResponse, err error)

AddFaces invokes the green.AddFaces API synchronously api document: https://help.aliyun.com/api/green/addfaces.html

func (*Client) AddFacesWithCallback

func (client *Client) AddFacesWithCallback(request *AddFacesRequest, callback func(response *AddFacesResponse, err error)) <-chan int

AddFacesWithCallback invokes the green.AddFaces API asynchronously api document: https://help.aliyun.com/api/green/addfaces.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddFacesWithChan

func (client *Client) AddFacesWithChan(request *AddFacesRequest) (<-chan *AddFacesResponse, <-chan error)

AddFacesWithChan invokes the green.AddFaces API asynchronously api document: https://help.aliyun.com/api/green/addfaces.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddGroups

func (client *Client) AddGroups(request *AddGroupsRequest) (response *AddGroupsResponse, err error)

AddGroups invokes the green.AddGroups API synchronously api document: https://help.aliyun.com/api/green/addgroups.html

func (*Client) AddGroupsWithCallback

func (client *Client) AddGroupsWithCallback(request *AddGroupsRequest, callback func(response *AddGroupsResponse, err error)) <-chan int

AddGroupsWithCallback invokes the green.AddGroups API asynchronously api document: https://help.aliyun.com/api/green/addgroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddGroupsWithChan

func (client *Client) AddGroupsWithChan(request *AddGroupsRequest) (<-chan *AddGroupsResponse, <-chan error)

AddGroupsWithChan invokes the green.AddGroups API asynchronously api document: https://help.aliyun.com/api/green/addgroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddPerson

func (client *Client) AddPerson(request *AddPersonRequest) (response *AddPersonResponse, err error)

AddPerson invokes the green.AddPerson API synchronously api document: https://help.aliyun.com/api/green/addperson.html

func (*Client) AddPersonWithCallback

func (client *Client) AddPersonWithCallback(request *AddPersonRequest, callback func(response *AddPersonResponse, err error)) <-chan int

AddPersonWithCallback invokes the green.AddPerson API asynchronously api document: https://help.aliyun.com/api/green/addperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddPersonWithChan

func (client *Client) AddPersonWithChan(request *AddPersonRequest) (<-chan *AddPersonResponse, <-chan error)

AddPersonWithChan invokes the green.AddPerson API asynchronously api document: https://help.aliyun.com/api/green/addperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddSimilarityImage

func (client *Client) AddSimilarityImage(request *AddSimilarityImageRequest) (response *AddSimilarityImageResponse, err error)

AddSimilarityImage invokes the green.AddSimilarityImage API synchronously api document: https://help.aliyun.com/api/green/addsimilarityimage.html

func (*Client) AddSimilarityImageWithCallback

func (client *Client) AddSimilarityImageWithCallback(request *AddSimilarityImageRequest, callback func(response *AddSimilarityImageResponse, err error)) <-chan int

AddSimilarityImageWithCallback invokes the green.AddSimilarityImage API asynchronously api document: https://help.aliyun.com/api/green/addsimilarityimage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddSimilarityImageWithChan

func (client *Client) AddSimilarityImageWithChan(request *AddSimilarityImageRequest) (<-chan *AddSimilarityImageResponse, <-chan error)

AddSimilarityImageWithChan invokes the green.AddSimilarityImage API asynchronously api document: https://help.aliyun.com/api/green/addsimilarityimage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddVideoDna

func (client *Client) AddVideoDna(request *AddVideoDnaRequest) (response *AddVideoDnaResponse, err error)

AddVideoDna invokes the green.AddVideoDna API synchronously api document: https://help.aliyun.com/api/green/addvideodna.html

func (*Client) AddVideoDnaGroup

func (client *Client) AddVideoDnaGroup(request *AddVideoDnaGroupRequest) (response *AddVideoDnaGroupResponse, err error)

AddVideoDnaGroup invokes the green.AddVideoDnaGroup API synchronously api document: https://help.aliyun.com/api/green/addvideodnagroup.html

func (*Client) AddVideoDnaGroupWithCallback

func (client *Client) AddVideoDnaGroupWithCallback(request *AddVideoDnaGroupRequest, callback func(response *AddVideoDnaGroupResponse, err error)) <-chan int

AddVideoDnaGroupWithCallback invokes the green.AddVideoDnaGroup API asynchronously api document: https://help.aliyun.com/api/green/addvideodnagroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddVideoDnaGroupWithChan

func (client *Client) AddVideoDnaGroupWithChan(request *AddVideoDnaGroupRequest) (<-chan *AddVideoDnaGroupResponse, <-chan error)

AddVideoDnaGroupWithChan invokes the green.AddVideoDnaGroup API asynchronously api document: https://help.aliyun.com/api/green/addvideodnagroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddVideoDnaWithCallback

func (client *Client) AddVideoDnaWithCallback(request *AddVideoDnaRequest, callback func(response *AddVideoDnaResponse, err error)) <-chan int

AddVideoDnaWithCallback invokes the green.AddVideoDna API asynchronously api document: https://help.aliyun.com/api/green/addvideodna.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddVideoDnaWithChan

func (client *Client) AddVideoDnaWithChan(request *AddVideoDnaRequest) (<-chan *AddVideoDnaResponse, <-chan error)

AddVideoDnaWithChan invokes the green.AddVideoDna API asynchronously api document: https://help.aliyun.com/api/green/addvideodna.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFaces

func (client *Client) DeleteFaces(request *DeleteFacesRequest) (response *DeleteFacesResponse, err error)

DeleteFaces invokes the green.DeleteFaces API synchronously api document: https://help.aliyun.com/api/green/deletefaces.html

func (*Client) DeleteFacesWithCallback

func (client *Client) DeleteFacesWithCallback(request *DeleteFacesRequest, callback func(response *DeleteFacesResponse, err error)) <-chan int

DeleteFacesWithCallback invokes the green.DeleteFaces API asynchronously api document: https://help.aliyun.com/api/green/deletefaces.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFacesWithChan

func (client *Client) DeleteFacesWithChan(request *DeleteFacesRequest) (<-chan *DeleteFacesResponse, <-chan error)

DeleteFacesWithChan invokes the green.DeleteFaces API asynchronously api document: https://help.aliyun.com/api/green/deletefaces.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteGroups

func (client *Client) DeleteGroups(request *DeleteGroupsRequest) (response *DeleteGroupsResponse, err error)

DeleteGroups invokes the green.DeleteGroups API synchronously api document: https://help.aliyun.com/api/green/deletegroups.html

func (*Client) DeleteGroupsWithCallback

func (client *Client) DeleteGroupsWithCallback(request *DeleteGroupsRequest, callback func(response *DeleteGroupsResponse, err error)) <-chan int

DeleteGroupsWithCallback invokes the green.DeleteGroups API asynchronously api document: https://help.aliyun.com/api/green/deletegroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteGroupsWithChan

func (client *Client) DeleteGroupsWithChan(request *DeleteGroupsRequest) (<-chan *DeleteGroupsResponse, <-chan error)

DeleteGroupsWithChan invokes the green.DeleteGroups API asynchronously api document: https://help.aliyun.com/api/green/deletegroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeletePerson

func (client *Client) DeletePerson(request *DeletePersonRequest) (response *DeletePersonResponse, err error)

DeletePerson invokes the green.DeletePerson API synchronously api document: https://help.aliyun.com/api/green/deleteperson.html

func (*Client) DeletePersonWithCallback

func (client *Client) DeletePersonWithCallback(request *DeletePersonRequest, callback func(response *DeletePersonResponse, err error)) <-chan int

DeletePersonWithCallback invokes the green.DeletePerson API asynchronously api document: https://help.aliyun.com/api/green/deleteperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeletePersonWithChan

func (client *Client) DeletePersonWithChan(request *DeletePersonRequest) (<-chan *DeletePersonResponse, <-chan error)

DeletePersonWithChan invokes the green.DeletePerson API asynchronously api document: https://help.aliyun.com/api/green/deleteperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteSimilarityImage

func (client *Client) DeleteSimilarityImage(request *DeleteSimilarityImageRequest) (response *DeleteSimilarityImageResponse, err error)

DeleteSimilarityImage invokes the green.DeleteSimilarityImage API synchronously api document: https://help.aliyun.com/api/green/deletesimilarityimage.html

func (*Client) DeleteSimilarityImageWithCallback

func (client *Client) DeleteSimilarityImageWithCallback(request *DeleteSimilarityImageRequest, callback func(response *DeleteSimilarityImageResponse, err error)) <-chan int

DeleteSimilarityImageWithCallback invokes the green.DeleteSimilarityImage API asynchronously api document: https://help.aliyun.com/api/green/deletesimilarityimage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteSimilarityImageWithChan

func (client *Client) DeleteSimilarityImageWithChan(request *DeleteSimilarityImageRequest) (<-chan *DeleteSimilarityImageResponse, <-chan error)

DeleteSimilarityImageWithChan invokes the green.DeleteSimilarityImage API asynchronously api document: https://help.aliyun.com/api/green/deletesimilarityimage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteVideoDna

func (client *Client) DeleteVideoDna(request *DeleteVideoDnaRequest) (response *DeleteVideoDnaResponse, err error)

DeleteVideoDna invokes the green.DeleteVideoDna API synchronously api document: https://help.aliyun.com/api/green/deletevideodna.html

func (*Client) DeleteVideoDnaGroup

func (client *Client) DeleteVideoDnaGroup(request *DeleteVideoDnaGroupRequest) (response *DeleteVideoDnaGroupResponse, err error)

DeleteVideoDnaGroup invokes the green.DeleteVideoDnaGroup API synchronously api document: https://help.aliyun.com/api/green/deletevideodnagroup.html

func (*Client) DeleteVideoDnaGroupWithCallback

func (client *Client) DeleteVideoDnaGroupWithCallback(request *DeleteVideoDnaGroupRequest, callback func(response *DeleteVideoDnaGroupResponse, err error)) <-chan int

DeleteVideoDnaGroupWithCallback invokes the green.DeleteVideoDnaGroup API asynchronously api document: https://help.aliyun.com/api/green/deletevideodnagroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteVideoDnaGroupWithChan

func (client *Client) DeleteVideoDnaGroupWithChan(request *DeleteVideoDnaGroupRequest) (<-chan *DeleteVideoDnaGroupResponse, <-chan error)

DeleteVideoDnaGroupWithChan invokes the green.DeleteVideoDnaGroup API asynchronously api document: https://help.aliyun.com/api/green/deletevideodnagroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteVideoDnaWithCallback

func (client *Client) DeleteVideoDnaWithCallback(request *DeleteVideoDnaRequest, callback func(response *DeleteVideoDnaResponse, err error)) <-chan int

DeleteVideoDnaWithCallback invokes the green.DeleteVideoDna API asynchronously api document: https://help.aliyun.com/api/green/deletevideodna.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteVideoDnaWithChan

func (client *Client) DeleteVideoDnaWithChan(request *DeleteVideoDnaRequest) (<-chan *DeleteVideoDnaResponse, <-chan error)

DeleteVideoDnaWithChan invokes the green.DeleteVideoDna API asynchronously api document: https://help.aliyun.com/api/green/deletevideodna.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FileAsyncScan

func (client *Client) FileAsyncScan(request *FileAsyncScanRequest) (response *FileAsyncScanResponse, err error)

FileAsyncScan invokes the green.FileAsyncScan API synchronously api document: https://help.aliyun.com/api/green/fileasyncscan.html

func (*Client) FileAsyncScanResults

func (client *Client) FileAsyncScanResults(request *FileAsyncScanResultsRequest) (response *FileAsyncScanResultsResponse, err error)

FileAsyncScanResults invokes the green.FileAsyncScanResults API synchronously api document: https://help.aliyun.com/api/green/fileasyncscanresults.html

func (*Client) FileAsyncScanResultsWithCallback

func (client *Client) FileAsyncScanResultsWithCallback(request *FileAsyncScanResultsRequest, callback func(response *FileAsyncScanResultsResponse, err error)) <-chan int

FileAsyncScanResultsWithCallback invokes the green.FileAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/fileasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FileAsyncScanResultsWithChan

func (client *Client) FileAsyncScanResultsWithChan(request *FileAsyncScanResultsRequest) (<-chan *FileAsyncScanResultsResponse, <-chan error)

FileAsyncScanResultsWithChan invokes the green.FileAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/fileasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FileAsyncScanWithCallback

func (client *Client) FileAsyncScanWithCallback(request *FileAsyncScanRequest, callback func(response *FileAsyncScanResponse, err error)) <-chan int

FileAsyncScanWithCallback invokes the green.FileAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/fileasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FileAsyncScanWithChan

func (client *Client) FileAsyncScanWithChan(request *FileAsyncScanRequest) (<-chan *FileAsyncScanResponse, <-chan error)

FileAsyncScanWithChan invokes the green.FileAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/fileasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAddVideoDnaResults

func (client *Client) GetAddVideoDnaResults(request *GetAddVideoDnaResultsRequest) (response *GetAddVideoDnaResultsResponse, err error)

GetAddVideoDnaResults invokes the green.GetAddVideoDnaResults API synchronously api document: https://help.aliyun.com/api/green/getaddvideodnaresults.html

func (*Client) GetAddVideoDnaResultsWithCallback

func (client *Client) GetAddVideoDnaResultsWithCallback(request *GetAddVideoDnaResultsRequest, callback func(response *GetAddVideoDnaResultsResponse, err error)) <-chan int

GetAddVideoDnaResultsWithCallback invokes the green.GetAddVideoDnaResults API asynchronously api document: https://help.aliyun.com/api/green/getaddvideodnaresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAddVideoDnaResultsWithChan

func (client *Client) GetAddVideoDnaResultsWithChan(request *GetAddVideoDnaResultsRequest) (<-chan *GetAddVideoDnaResultsResponse, <-chan error)

GetAddVideoDnaResultsWithChan invokes the green.GetAddVideoDnaResults API asynchronously api document: https://help.aliyun.com/api/green/getaddvideodnaresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetFaces

func (client *Client) GetFaces(request *GetFacesRequest) (response *GetFacesResponse, err error)

GetFaces invokes the green.GetFaces API synchronously api document: https://help.aliyun.com/api/green/getfaces.html

func (*Client) GetFacesWithCallback

func (client *Client) GetFacesWithCallback(request *GetFacesRequest, callback func(response *GetFacesResponse, err error)) <-chan int

GetFacesWithCallback invokes the green.GetFaces API asynchronously api document: https://help.aliyun.com/api/green/getfaces.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetFacesWithChan

func (client *Client) GetFacesWithChan(request *GetFacesRequest) (<-chan *GetFacesResponse, <-chan error)

GetFacesWithChan invokes the green.GetFaces API asynchronously api document: https://help.aliyun.com/api/green/getfaces.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroups

func (client *Client) GetGroups(request *GetGroupsRequest) (response *GetGroupsResponse, err error)

GetGroups invokes the green.GetGroups API synchronously api document: https://help.aliyun.com/api/green/getgroups.html

func (*Client) GetGroupsWithCallback

func (client *Client) GetGroupsWithCallback(request *GetGroupsRequest, callback func(response *GetGroupsResponse, err error)) <-chan int

GetGroupsWithCallback invokes the green.GetGroups API asynchronously api document: https://help.aliyun.com/api/green/getgroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupsWithChan

func (client *Client) GetGroupsWithChan(request *GetGroupsRequest) (<-chan *GetGroupsResponse, <-chan error)

GetGroupsWithChan invokes the green.GetGroups API asynchronously api document: https://help.aliyun.com/api/green/getgroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPerson

func (client *Client) GetPerson(request *GetPersonRequest) (response *GetPersonResponse, err error)

GetPerson invokes the green.GetPerson API synchronously api document: https://help.aliyun.com/api/green/getperson.html

func (*Client) GetPersonWithCallback

func (client *Client) GetPersonWithCallback(request *GetPersonRequest, callback func(response *GetPersonResponse, err error)) <-chan int

GetPersonWithCallback invokes the green.GetPerson API asynchronously api document: https://help.aliyun.com/api/green/getperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPersonWithChan

func (client *Client) GetPersonWithChan(request *GetPersonRequest) (<-chan *GetPersonResponse, <-chan error)

GetPersonWithChan invokes the green.GetPerson API asynchronously api document: https://help.aliyun.com/api/green/getperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPersons

func (client *Client) GetPersons(request *GetPersonsRequest) (response *GetPersonsResponse, err error)

GetPersons invokes the green.GetPersons API synchronously api document: https://help.aliyun.com/api/green/getpersons.html

func (*Client) GetPersonsWithCallback

func (client *Client) GetPersonsWithCallback(request *GetPersonsRequest, callback func(response *GetPersonsResponse, err error)) <-chan int

GetPersonsWithCallback invokes the green.GetPersons API asynchronously api document: https://help.aliyun.com/api/green/getpersons.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPersonsWithChan

func (client *Client) GetPersonsWithChan(request *GetPersonsRequest) (<-chan *GetPersonsResponse, <-chan error)

GetPersonsWithChan invokes the green.GetPersons API asynchronously api document: https://help.aliyun.com/api/green/getpersons.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageAsyncScan

func (client *Client) ImageAsyncScan(request *ImageAsyncScanRequest) (response *ImageAsyncScanResponse, err error)

ImageAsyncScan invokes the green.ImageAsyncScan API synchronously api document: https://help.aliyun.com/api/green/imageasyncscan.html

func (*Client) ImageAsyncScanResults

func (client *Client) ImageAsyncScanResults(request *ImageAsyncScanResultsRequest) (response *ImageAsyncScanResultsResponse, err error)

ImageAsyncScanResults invokes the green.ImageAsyncScanResults API synchronously api document: https://help.aliyun.com/api/green/imageasyncscanresults.html

func (*Client) ImageAsyncScanResultsWithCallback

func (client *Client) ImageAsyncScanResultsWithCallback(request *ImageAsyncScanResultsRequest, callback func(response *ImageAsyncScanResultsResponse, err error)) <-chan int

ImageAsyncScanResultsWithCallback invokes the green.ImageAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/imageasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageAsyncScanResultsWithChan

func (client *Client) ImageAsyncScanResultsWithChan(request *ImageAsyncScanResultsRequest) (<-chan *ImageAsyncScanResultsResponse, <-chan error)

ImageAsyncScanResultsWithChan invokes the green.ImageAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/imageasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageAsyncScanWithCallback

func (client *Client) ImageAsyncScanWithCallback(request *ImageAsyncScanRequest, callback func(response *ImageAsyncScanResponse, err error)) <-chan int

ImageAsyncScanWithCallback invokes the green.ImageAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/imageasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageAsyncScanWithChan

func (client *Client) ImageAsyncScanWithChan(request *ImageAsyncScanRequest) (<-chan *ImageAsyncScanResponse, <-chan error)

ImageAsyncScanWithChan invokes the green.ImageAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/imageasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageScanFeedback

func (client *Client) ImageScanFeedback(request *ImageScanFeedbackRequest) (response *ImageScanFeedbackResponse, err error)

ImageScanFeedback invokes the green.ImageScanFeedback API synchronously api document: https://help.aliyun.com/api/green/imagescanfeedback.html

func (*Client) ImageScanFeedbackWithCallback

func (client *Client) ImageScanFeedbackWithCallback(request *ImageScanFeedbackRequest, callback func(response *ImageScanFeedbackResponse, err error)) <-chan int

ImageScanFeedbackWithCallback invokes the green.ImageScanFeedback API asynchronously api document: https://help.aliyun.com/api/green/imagescanfeedback.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageScanFeedbackWithChan

func (client *Client) ImageScanFeedbackWithChan(request *ImageScanFeedbackRequest) (<-chan *ImageScanFeedbackResponse, <-chan error)

ImageScanFeedbackWithChan invokes the green.ImageScanFeedback API asynchronously api document: https://help.aliyun.com/api/green/imagescanfeedback.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageSyncScan

func (client *Client) ImageSyncScan(request *ImageSyncScanRequest) (response *ImageSyncScanResponse, err error)

ImageSyncScan invokes the green.ImageSyncScan API synchronously api document: https://help.aliyun.com/api/green/imagesyncscan.html

func (*Client) ImageSyncScanWithCallback

func (client *Client) ImageSyncScanWithCallback(request *ImageSyncScanRequest, callback func(response *ImageSyncScanResponse, err error)) <-chan int

ImageSyncScanWithCallback invokes the green.ImageSyncScan API asynchronously api document: https://help.aliyun.com/api/green/imagesyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImageSyncScanWithChan

func (client *Client) ImageSyncScanWithChan(request *ImageSyncScanRequest) (<-chan *ImageSyncScanResponse, <-chan error)

ImageSyncScanWithChan invokes the green.ImageSyncScan API asynchronously api document: https://help.aliyun.com/api/green/imagesyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchPerson

func (client *Client) SearchPerson(request *SearchPersonRequest) (response *SearchPersonResponse, err error)

SearchPerson invokes the green.SearchPerson API synchronously api document: https://help.aliyun.com/api/green/searchperson.html

func (*Client) SearchPersonWithCallback

func (client *Client) SearchPersonWithCallback(request *SearchPersonRequest, callback func(response *SearchPersonResponse, err error)) <-chan int

SearchPersonWithCallback invokes the green.SearchPerson API asynchronously api document: https://help.aliyun.com/api/green/searchperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchPersonWithChan

func (client *Client) SearchPersonWithChan(request *SearchPersonRequest) (<-chan *SearchPersonResponse, <-chan error)

SearchPersonWithChan invokes the green.SearchPerson API asynchronously api document: https://help.aliyun.com/api/green/searchperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPerson

func (client *Client) SetPerson(request *SetPersonRequest) (response *SetPersonResponse, err error)

SetPerson invokes the green.SetPerson API synchronously api document: https://help.aliyun.com/api/green/setperson.html

func (*Client) SetPersonWithCallback

func (client *Client) SetPersonWithCallback(request *SetPersonRequest, callback func(response *SetPersonResponse, err error)) <-chan int

SetPersonWithCallback invokes the green.SetPerson API asynchronously api document: https://help.aliyun.com/api/green/setperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPersonWithChan

func (client *Client) SetPersonWithChan(request *SetPersonRequest) (<-chan *SetPersonResponse, <-chan error)

SetPersonWithChan invokes the green.SetPerson API asynchronously api document: https://help.aliyun.com/api/green/setperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TextFeedback

func (client *Client) TextFeedback(request *TextFeedbackRequest) (response *TextFeedbackResponse, err error)

TextFeedback invokes the green.TextFeedback API synchronously api document: https://help.aliyun.com/api/green/textfeedback.html

func (*Client) TextFeedbackWithCallback

func (client *Client) TextFeedbackWithCallback(request *TextFeedbackRequest, callback func(response *TextFeedbackResponse, err error)) <-chan int

TextFeedbackWithCallback invokes the green.TextFeedback API asynchronously api document: https://help.aliyun.com/api/green/textfeedback.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TextFeedbackWithChan

func (client *Client) TextFeedbackWithChan(request *TextFeedbackRequest) (<-chan *TextFeedbackResponse, <-chan error)

TextFeedbackWithChan invokes the green.TextFeedback API asynchronously api document: https://help.aliyun.com/api/green/textfeedback.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TextScan

func (client *Client) TextScan(request *TextScanRequest) (response *TextScanResponse, err error)

TextScan invokes the green.TextScan API synchronously api document: https://help.aliyun.com/api/green/textscan.html

func (*Client) TextScanWithCallback

func (client *Client) TextScanWithCallback(request *TextScanRequest, callback func(response *TextScanResponse, err error)) <-chan int

TextScanWithCallback invokes the green.TextScan API asynchronously api document: https://help.aliyun.com/api/green/textscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TextScanWithChan

func (client *Client) TextScanWithChan(request *TextScanRequest) (<-chan *TextScanResponse, <-chan error)

TextScanWithChan invokes the green.TextScan API asynchronously api document: https://help.aliyun.com/api/green/textscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UploadCredentials

func (client *Client) UploadCredentials(request *UploadCredentialsRequest) (response *UploadCredentialsResponse, err error)

UploadCredentials invokes the green.UploadCredentials API synchronously api document: https://help.aliyun.com/api/green/uploadcredentials.html

func (*Client) UploadCredentialsWithCallback

func (client *Client) UploadCredentialsWithCallback(request *UploadCredentialsRequest, callback func(response *UploadCredentialsResponse, err error)) <-chan int

UploadCredentialsWithCallback invokes the green.UploadCredentials API asynchronously api document: https://help.aliyun.com/api/green/uploadcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UploadCredentialsWithChan

func (client *Client) UploadCredentialsWithChan(request *UploadCredentialsRequest) (<-chan *UploadCredentialsResponse, <-chan error)

UploadCredentialsWithChan invokes the green.UploadCredentials API asynchronously api document: https://help.aliyun.com/api/green/uploadcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoAsyncScan

func (client *Client) VideoAsyncScan(request *VideoAsyncScanRequest) (response *VideoAsyncScanResponse, err error)

VideoAsyncScan invokes the green.VideoAsyncScan API synchronously api document: https://help.aliyun.com/api/green/videoasyncscan.html

func (*Client) VideoAsyncScanResults

func (client *Client) VideoAsyncScanResults(request *VideoAsyncScanResultsRequest) (response *VideoAsyncScanResultsResponse, err error)

VideoAsyncScanResults invokes the green.VideoAsyncScanResults API synchronously api document: https://help.aliyun.com/api/green/videoasyncscanresults.html

func (*Client) VideoAsyncScanResultsWithCallback

func (client *Client) VideoAsyncScanResultsWithCallback(request *VideoAsyncScanResultsRequest, callback func(response *VideoAsyncScanResultsResponse, err error)) <-chan int

VideoAsyncScanResultsWithCallback invokes the green.VideoAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/videoasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoAsyncScanResultsWithChan

func (client *Client) VideoAsyncScanResultsWithChan(request *VideoAsyncScanResultsRequest) (<-chan *VideoAsyncScanResultsResponse, <-chan error)

VideoAsyncScanResultsWithChan invokes the green.VideoAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/videoasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoAsyncScanWithCallback

func (client *Client) VideoAsyncScanWithCallback(request *VideoAsyncScanRequest, callback func(response *VideoAsyncScanResponse, err error)) <-chan int

VideoAsyncScanWithCallback invokes the green.VideoAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/videoasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoAsyncScanWithChan

func (client *Client) VideoAsyncScanWithChan(request *VideoAsyncScanRequest) (<-chan *VideoAsyncScanResponse, <-chan error)

VideoAsyncScanWithChan invokes the green.VideoAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/videoasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoFeedback

func (client *Client) VideoFeedback(request *VideoFeedbackRequest) (response *VideoFeedbackResponse, err error)

VideoFeedback invokes the green.VideoFeedback API synchronously api document: https://help.aliyun.com/api/green/videofeedback.html

func (*Client) VideoFeedbackWithCallback

func (client *Client) VideoFeedbackWithCallback(request *VideoFeedbackRequest, callback func(response *VideoFeedbackResponse, err error)) <-chan int

VideoFeedbackWithCallback invokes the green.VideoFeedback API asynchronously api document: https://help.aliyun.com/api/green/videofeedback.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoFeedbackWithChan

func (client *Client) VideoFeedbackWithChan(request *VideoFeedbackRequest) (<-chan *VideoFeedbackResponse, <-chan error)

VideoFeedbackWithChan invokes the green.VideoFeedback API asynchronously api document: https://help.aliyun.com/api/green/videofeedback.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoSyncScan

func (client *Client) VideoSyncScan(request *VideoSyncScanRequest) (response *VideoSyncScanResponse, err error)

VideoSyncScan invokes the green.VideoSyncScan API synchronously api document: https://help.aliyun.com/api/green/videosyncscan.html

func (*Client) VideoSyncScanWithCallback

func (client *Client) VideoSyncScanWithCallback(request *VideoSyncScanRequest, callback func(response *VideoSyncScanResponse, err error)) <-chan int

VideoSyncScanWithCallback invokes the green.VideoSyncScan API asynchronously api document: https://help.aliyun.com/api/green/videosyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VideoSyncScanWithChan

func (client *Client) VideoSyncScanWithChan(request *VideoSyncScanRequest) (<-chan *VideoSyncScanResponse, <-chan error)

VideoSyncScanWithChan invokes the green.VideoSyncScan API asynchronously api document: https://help.aliyun.com/api/green/videosyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceAsyncScan

func (client *Client) VoiceAsyncScan(request *VoiceAsyncScanRequest) (response *VoiceAsyncScanResponse, err error)

VoiceAsyncScan invokes the green.VoiceAsyncScan API synchronously api document: https://help.aliyun.com/api/green/voiceasyncscan.html

func (*Client) VoiceAsyncScanResults

func (client *Client) VoiceAsyncScanResults(request *VoiceAsyncScanResultsRequest) (response *VoiceAsyncScanResultsResponse, err error)

VoiceAsyncScanResults invokes the green.VoiceAsyncScanResults API synchronously api document: https://help.aliyun.com/api/green/voiceasyncscanresults.html

func (*Client) VoiceAsyncScanResultsWithCallback

func (client *Client) VoiceAsyncScanResultsWithCallback(request *VoiceAsyncScanResultsRequest, callback func(response *VoiceAsyncScanResultsResponse, err error)) <-chan int

VoiceAsyncScanResultsWithCallback invokes the green.VoiceAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/voiceasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceAsyncScanResultsWithChan

func (client *Client) VoiceAsyncScanResultsWithChan(request *VoiceAsyncScanResultsRequest) (<-chan *VoiceAsyncScanResultsResponse, <-chan error)

VoiceAsyncScanResultsWithChan invokes the green.VoiceAsyncScanResults API asynchronously api document: https://help.aliyun.com/api/green/voiceasyncscanresults.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceAsyncScanWithCallback

func (client *Client) VoiceAsyncScanWithCallback(request *VoiceAsyncScanRequest, callback func(response *VoiceAsyncScanResponse, err error)) <-chan int

VoiceAsyncScanWithCallback invokes the green.VoiceAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/voiceasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceAsyncScanWithChan

func (client *Client) VoiceAsyncScanWithChan(request *VoiceAsyncScanRequest) (<-chan *VoiceAsyncScanResponse, <-chan error)

VoiceAsyncScanWithChan invokes the green.VoiceAsyncScan API asynchronously api document: https://help.aliyun.com/api/green/voiceasyncscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceCancelScan

func (client *Client) VoiceCancelScan(request *VoiceCancelScanRequest) (response *VoiceCancelScanResponse, err error)

VoiceCancelScan invokes the green.VoiceCancelScan API synchronously api document: https://help.aliyun.com/api/green/voicecancelscan.html

func (*Client) VoiceCancelScanWithCallback

func (client *Client) VoiceCancelScanWithCallback(request *VoiceCancelScanRequest, callback func(response *VoiceCancelScanResponse, err error)) <-chan int

VoiceCancelScanWithCallback invokes the green.VoiceCancelScan API asynchronously api document: https://help.aliyun.com/api/green/voicecancelscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceCancelScanWithChan

func (client *Client) VoiceCancelScanWithChan(request *VoiceCancelScanRequest) (<-chan *VoiceCancelScanResponse, <-chan error)

VoiceCancelScanWithChan invokes the green.VoiceCancelScan API asynchronously api document: https://help.aliyun.com/api/green/voicecancelscan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityCheck

func (client *Client) VoiceIdentityCheck(request *VoiceIdentityCheckRequest) (response *VoiceIdentityCheckResponse, err error)

VoiceIdentityCheck invokes the green.VoiceIdentityCheck API synchronously api document: https://help.aliyun.com/api/green/voiceidentitycheck.html

func (*Client) VoiceIdentityCheckWithCallback

func (client *Client) VoiceIdentityCheckWithCallback(request *VoiceIdentityCheckRequest, callback func(response *VoiceIdentityCheckResponse, err error)) <-chan int

VoiceIdentityCheckWithCallback invokes the green.VoiceIdentityCheck API asynchronously api document: https://help.aliyun.com/api/green/voiceidentitycheck.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityCheckWithChan

func (client *Client) VoiceIdentityCheckWithChan(request *VoiceIdentityCheckRequest) (<-chan *VoiceIdentityCheckResponse, <-chan error)

VoiceIdentityCheckWithChan invokes the green.VoiceIdentityCheck API asynchronously api document: https://help.aliyun.com/api/green/voiceidentitycheck.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityRegister

func (client *Client) VoiceIdentityRegister(request *VoiceIdentityRegisterRequest) (response *VoiceIdentityRegisterResponse, err error)

VoiceIdentityRegister invokes the green.VoiceIdentityRegister API synchronously api document: https://help.aliyun.com/api/green/voiceidentityregister.html

func (*Client) VoiceIdentityRegisterWithCallback

func (client *Client) VoiceIdentityRegisterWithCallback(request *VoiceIdentityRegisterRequest, callback func(response *VoiceIdentityRegisterResponse, err error)) <-chan int

VoiceIdentityRegisterWithCallback invokes the green.VoiceIdentityRegister API asynchronously api document: https://help.aliyun.com/api/green/voiceidentityregister.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityRegisterWithChan

func (client *Client) VoiceIdentityRegisterWithChan(request *VoiceIdentityRegisterRequest) (<-chan *VoiceIdentityRegisterResponse, <-chan error)

VoiceIdentityRegisterWithChan invokes the green.VoiceIdentityRegister API asynchronously api document: https://help.aliyun.com/api/green/voiceidentityregister.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityStartCheck

func (client *Client) VoiceIdentityStartCheck(request *VoiceIdentityStartCheckRequest) (response *VoiceIdentityStartCheckResponse, err error)

VoiceIdentityStartCheck invokes the green.VoiceIdentityStartCheck API synchronously api document: https://help.aliyun.com/api/green/voiceidentitystartcheck.html

func (*Client) VoiceIdentityStartCheckWithCallback

func (client *Client) VoiceIdentityStartCheckWithCallback(request *VoiceIdentityStartCheckRequest, callback func(response *VoiceIdentityStartCheckResponse, err error)) <-chan int

VoiceIdentityStartCheckWithCallback invokes the green.VoiceIdentityStartCheck API asynchronously api document: https://help.aliyun.com/api/green/voiceidentitystartcheck.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityStartCheckWithChan

func (client *Client) VoiceIdentityStartCheckWithChan(request *VoiceIdentityStartCheckRequest) (<-chan *VoiceIdentityStartCheckResponse, <-chan error)

VoiceIdentityStartCheckWithChan invokes the green.VoiceIdentityStartCheck API asynchronously api document: https://help.aliyun.com/api/green/voiceidentitystartcheck.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityStartRegister

func (client *Client) VoiceIdentityStartRegister(request *VoiceIdentityStartRegisterRequest) (response *VoiceIdentityStartRegisterResponse, err error)

VoiceIdentityStartRegister invokes the green.VoiceIdentityStartRegister API synchronously api document: https://help.aliyun.com/api/green/voiceidentitystartregister.html

func (*Client) VoiceIdentityStartRegisterWithCallback

func (client *Client) VoiceIdentityStartRegisterWithCallback(request *VoiceIdentityStartRegisterRequest, callback func(response *VoiceIdentityStartRegisterResponse, err error)) <-chan int

VoiceIdentityStartRegisterWithCallback invokes the green.VoiceIdentityStartRegister API asynchronously api document: https://help.aliyun.com/api/green/voiceidentitystartregister.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityStartRegisterWithChan

func (client *Client) VoiceIdentityStartRegisterWithChan(request *VoiceIdentityStartRegisterRequest) (<-chan *VoiceIdentityStartRegisterResponse, <-chan error)

VoiceIdentityStartRegisterWithChan invokes the green.VoiceIdentityStartRegister API asynchronously api document: https://help.aliyun.com/api/green/voiceidentitystartregister.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityUnregister

func (client *Client) VoiceIdentityUnregister(request *VoiceIdentityUnregisterRequest) (response *VoiceIdentityUnregisterResponse, err error)

VoiceIdentityUnregister invokes the green.VoiceIdentityUnregister API synchronously api document: https://help.aliyun.com/api/green/voiceidentityunregister.html

func (*Client) VoiceIdentityUnregisterWithCallback

func (client *Client) VoiceIdentityUnregisterWithCallback(request *VoiceIdentityUnregisterRequest, callback func(response *VoiceIdentityUnregisterResponse, err error)) <-chan int

VoiceIdentityUnregisterWithCallback invokes the green.VoiceIdentityUnregister API asynchronously api document: https://help.aliyun.com/api/green/voiceidentityunregister.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VoiceIdentityUnregisterWithChan

func (client *Client) VoiceIdentityUnregisterWithChan(request *VoiceIdentityUnregisterRequest) (<-chan *VoiceIdentityUnregisterResponse, <-chan error)

VoiceIdentityUnregisterWithChan invokes the green.VoiceIdentityUnregister API asynchronously api document: https://help.aliyun.com/api/green/voiceidentityunregister.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type DeleteFacesRequest

type DeleteFacesRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

DeleteFacesRequest is the request struct for api DeleteFaces

func CreateDeleteFacesRequest

func CreateDeleteFacesRequest() (request *DeleteFacesRequest)

CreateDeleteFacesRequest creates a request to invoke DeleteFaces API

type DeleteFacesResponse

type DeleteFacesResponse struct {
	*responses.BaseResponse
}

DeleteFacesResponse is the response struct for api DeleteFaces

func CreateDeleteFacesResponse

func CreateDeleteFacesResponse() (response *DeleteFacesResponse)

CreateDeleteFacesResponse creates a response to parse from DeleteFaces response

type DeleteGroupsRequest

type DeleteGroupsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

DeleteGroupsRequest is the request struct for api DeleteGroups

func CreateDeleteGroupsRequest

func CreateDeleteGroupsRequest() (request *DeleteGroupsRequest)

CreateDeleteGroupsRequest creates a request to invoke DeleteGroups API

type DeleteGroupsResponse

type DeleteGroupsResponse struct {
	*responses.BaseResponse
}

DeleteGroupsResponse is the response struct for api DeleteGroups

func CreateDeleteGroupsResponse

func CreateDeleteGroupsResponse() (response *DeleteGroupsResponse)

CreateDeleteGroupsResponse creates a response to parse from DeleteGroups response

type DeletePersonRequest

type DeletePersonRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

DeletePersonRequest is the request struct for api DeletePerson

func CreateDeletePersonRequest

func CreateDeletePersonRequest() (request *DeletePersonRequest)

CreateDeletePersonRequest creates a request to invoke DeletePerson API

type DeletePersonResponse

type DeletePersonResponse struct {
	*responses.BaseResponse
}

DeletePersonResponse is the response struct for api DeletePerson

func CreateDeletePersonResponse

func CreateDeletePersonResponse() (response *DeletePersonResponse)

CreateDeletePersonResponse creates a response to parse from DeletePerson response

type DeleteSimilarityImageRequest

type DeleteSimilarityImageRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

DeleteSimilarityImageRequest is the request struct for api DeleteSimilarityImage

func CreateDeleteSimilarityImageRequest

func CreateDeleteSimilarityImageRequest() (request *DeleteSimilarityImageRequest)

CreateDeleteSimilarityImageRequest creates a request to invoke DeleteSimilarityImage API

type DeleteSimilarityImageResponse

type DeleteSimilarityImageResponse struct {
	*responses.BaseResponse
}

DeleteSimilarityImageResponse is the response struct for api DeleteSimilarityImage

func CreateDeleteSimilarityImageResponse

func CreateDeleteSimilarityImageResponse() (response *DeleteSimilarityImageResponse)

CreateDeleteSimilarityImageResponse creates a response to parse from DeleteSimilarityImage response

type DeleteVideoDnaGroupRequest

type DeleteVideoDnaGroupRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

DeleteVideoDnaGroupRequest is the request struct for api DeleteVideoDnaGroup

func CreateDeleteVideoDnaGroupRequest

func CreateDeleteVideoDnaGroupRequest() (request *DeleteVideoDnaGroupRequest)

CreateDeleteVideoDnaGroupRequest creates a request to invoke DeleteVideoDnaGroup API

type DeleteVideoDnaGroupResponse

type DeleteVideoDnaGroupResponse struct {
	*responses.BaseResponse
}

DeleteVideoDnaGroupResponse is the response struct for api DeleteVideoDnaGroup

func CreateDeleteVideoDnaGroupResponse

func CreateDeleteVideoDnaGroupResponse() (response *DeleteVideoDnaGroupResponse)

CreateDeleteVideoDnaGroupResponse creates a response to parse from DeleteVideoDnaGroup response

type DeleteVideoDnaRequest

type DeleteVideoDnaRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

DeleteVideoDnaRequest is the request struct for api DeleteVideoDna

func CreateDeleteVideoDnaRequest

func CreateDeleteVideoDnaRequest() (request *DeleteVideoDnaRequest)

CreateDeleteVideoDnaRequest creates a request to invoke DeleteVideoDna API

type DeleteVideoDnaResponse

type DeleteVideoDnaResponse struct {
	*responses.BaseResponse
}

DeleteVideoDnaResponse is the response struct for api DeleteVideoDna

func CreateDeleteVideoDnaResponse

func CreateDeleteVideoDnaResponse() (response *DeleteVideoDnaResponse)

CreateDeleteVideoDnaResponse creates a response to parse from DeleteVideoDna response

type FileAsyncScanRequest

type FileAsyncScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

FileAsyncScanRequest is the request struct for api FileAsyncScan

func CreateFileAsyncScanRequest

func CreateFileAsyncScanRequest() (request *FileAsyncScanRequest)

CreateFileAsyncScanRequest creates a request to invoke FileAsyncScan API

type FileAsyncScanResponse

type FileAsyncScanResponse struct {
	*responses.BaseResponse
}

FileAsyncScanResponse is the response struct for api FileAsyncScan

func CreateFileAsyncScanResponse

func CreateFileAsyncScanResponse() (response *FileAsyncScanResponse)

CreateFileAsyncScanResponse creates a response to parse from FileAsyncScan response

type FileAsyncScanResultsRequest

type FileAsyncScanResultsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

FileAsyncScanResultsRequest is the request struct for api FileAsyncScanResults

func CreateFileAsyncScanResultsRequest

func CreateFileAsyncScanResultsRequest() (request *FileAsyncScanResultsRequest)

CreateFileAsyncScanResultsRequest creates a request to invoke FileAsyncScanResults API

type FileAsyncScanResultsResponse

type FileAsyncScanResultsResponse struct {
	*responses.BaseResponse
}

FileAsyncScanResultsResponse is the response struct for api FileAsyncScanResults

func CreateFileAsyncScanResultsResponse

func CreateFileAsyncScanResultsResponse() (response *FileAsyncScanResultsResponse)

CreateFileAsyncScanResultsResponse creates a response to parse from FileAsyncScanResults response

type GetAddVideoDnaResultsRequest

type GetAddVideoDnaResultsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

GetAddVideoDnaResultsRequest is the request struct for api GetAddVideoDnaResults

func CreateGetAddVideoDnaResultsRequest

func CreateGetAddVideoDnaResultsRequest() (request *GetAddVideoDnaResultsRequest)

CreateGetAddVideoDnaResultsRequest creates a request to invoke GetAddVideoDnaResults API

type GetAddVideoDnaResultsResponse

type GetAddVideoDnaResultsResponse struct {
	*responses.BaseResponse
}

GetAddVideoDnaResultsResponse is the response struct for api GetAddVideoDnaResults

func CreateGetAddVideoDnaResultsResponse

func CreateGetAddVideoDnaResultsResponse() (response *GetAddVideoDnaResultsResponse)

CreateGetAddVideoDnaResultsResponse creates a response to parse from GetAddVideoDnaResults response

type GetFacesRequest

type GetFacesRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

GetFacesRequest is the request struct for api GetFaces

func CreateGetFacesRequest

func CreateGetFacesRequest() (request *GetFacesRequest)

CreateGetFacesRequest creates a request to invoke GetFaces API

type GetFacesResponse

type GetFacesResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

GetFacesResponse is the response struct for api GetFaces

func CreateGetFacesResponse

func CreateGetFacesResponse() (response *GetFacesResponse)

CreateGetFacesResponse creates a response to parse from GetFaces response

type GetGroupsRequest

type GetGroupsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

GetGroupsRequest is the request struct for api GetGroups

func CreateGetGroupsRequest

func CreateGetGroupsRequest() (request *GetGroupsRequest)

CreateGetGroupsRequest creates a request to invoke GetGroups API

type GetGroupsResponse

type GetGroupsResponse struct {
	*responses.BaseResponse
}

GetGroupsResponse is the response struct for api GetGroups

func CreateGetGroupsResponse

func CreateGetGroupsResponse() (response *GetGroupsResponse)

CreateGetGroupsResponse creates a response to parse from GetGroups response

type GetPersonRequest

type GetPersonRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

GetPersonRequest is the request struct for api GetPerson

func CreateGetPersonRequest

func CreateGetPersonRequest() (request *GetPersonRequest)

CreateGetPersonRequest creates a request to invoke GetPerson API

type GetPersonResponse

type GetPersonResponse struct {
	*responses.BaseResponse
}

GetPersonResponse is the response struct for api GetPerson

func CreateGetPersonResponse

func CreateGetPersonResponse() (response *GetPersonResponse)

CreateGetPersonResponse creates a response to parse from GetPerson response

type GetPersonsRequest

type GetPersonsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

GetPersonsRequest is the request struct for api GetPersons

func CreateGetPersonsRequest

func CreateGetPersonsRequest() (request *GetPersonsRequest)

CreateGetPersonsRequest creates a request to invoke GetPersons API

type GetPersonsResponse

type GetPersonsResponse struct {
	*responses.BaseResponse
}

GetPersonsResponse is the response struct for api GetPersons

func CreateGetPersonsResponse

func CreateGetPersonsResponse() (response *GetPersonsResponse)

CreateGetPersonsResponse creates a response to parse from GetPersons response

type ImageAsyncScanRequest

type ImageAsyncScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

ImageAsyncScanRequest is the request struct for api ImageAsyncScan

func CreateImageAsyncScanRequest

func CreateImageAsyncScanRequest() (request *ImageAsyncScanRequest)

CreateImageAsyncScanRequest creates a request to invoke ImageAsyncScan API

type ImageAsyncScanResponse

type ImageAsyncScanResponse struct {
	*responses.BaseResponse
}

ImageAsyncScanResponse is the response struct for api ImageAsyncScan

func CreateImageAsyncScanResponse

func CreateImageAsyncScanResponse() (response *ImageAsyncScanResponse)

CreateImageAsyncScanResponse creates a response to parse from ImageAsyncScan response

type ImageAsyncScanResultsRequest

type ImageAsyncScanResultsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

ImageAsyncScanResultsRequest is the request struct for api ImageAsyncScanResults

func CreateImageAsyncScanResultsRequest

func CreateImageAsyncScanResultsRequest() (request *ImageAsyncScanResultsRequest)

CreateImageAsyncScanResultsRequest creates a request to invoke ImageAsyncScanResults API

type ImageAsyncScanResultsResponse

type ImageAsyncScanResultsResponse struct {
	*responses.BaseResponse
}

ImageAsyncScanResultsResponse is the response struct for api ImageAsyncScanResults

func CreateImageAsyncScanResultsResponse

func CreateImageAsyncScanResultsResponse() (response *ImageAsyncScanResultsResponse)

CreateImageAsyncScanResultsResponse creates a response to parse from ImageAsyncScanResults response

type ImageScanFeedbackRequest

type ImageScanFeedbackRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

ImageScanFeedbackRequest is the request struct for api ImageScanFeedback

func CreateImageScanFeedbackRequest

func CreateImageScanFeedbackRequest() (request *ImageScanFeedbackRequest)

CreateImageScanFeedbackRequest creates a request to invoke ImageScanFeedback API

type ImageScanFeedbackResponse

type ImageScanFeedbackResponse struct {
	*responses.BaseResponse
}

ImageScanFeedbackResponse is the response struct for api ImageScanFeedback

func CreateImageScanFeedbackResponse

func CreateImageScanFeedbackResponse() (response *ImageScanFeedbackResponse)

CreateImageScanFeedbackResponse creates a response to parse from ImageScanFeedback response

type ImageSyncScanRequest

type ImageSyncScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

ImageSyncScanRequest is the request struct for api ImageSyncScan

func CreateImageSyncScanRequest

func CreateImageSyncScanRequest() (request *ImageSyncScanRequest)

CreateImageSyncScanRequest creates a request to invoke ImageSyncScan API

type ImageSyncScanResponse

type ImageSyncScanResponse struct {
	*responses.BaseResponse
}

ImageSyncScanResponse is the response struct for api ImageSyncScan

func CreateImageSyncScanResponse

func CreateImageSyncScanResponse() (response *ImageSyncScanResponse)

CreateImageSyncScanResponse creates a response to parse from ImageSyncScan response

type SearchPersonRequest

type SearchPersonRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

SearchPersonRequest is the request struct for api SearchPerson

func CreateSearchPersonRequest

func CreateSearchPersonRequest() (request *SearchPersonRequest)

CreateSearchPersonRequest creates a request to invoke SearchPerson API

type SearchPersonResponse

type SearchPersonResponse struct {
	*responses.BaseResponse
}

SearchPersonResponse is the response struct for api SearchPerson

func CreateSearchPersonResponse

func CreateSearchPersonResponse() (response *SearchPersonResponse)

CreateSearchPersonResponse creates a response to parse from SearchPerson response

type SetPersonRequest

type SetPersonRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

SetPersonRequest is the request struct for api SetPerson

func CreateSetPersonRequest

func CreateSetPersonRequest() (request *SetPersonRequest)

CreateSetPersonRequest creates a request to invoke SetPerson API

type SetPersonResponse

type SetPersonResponse struct {
	*responses.BaseResponse
}

SetPersonResponse is the response struct for api SetPerson

func CreateSetPersonResponse

func CreateSetPersonResponse() (response *SetPersonResponse)

CreateSetPersonResponse creates a response to parse from SetPerson response

type TextFeedbackRequest

type TextFeedbackRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

TextFeedbackRequest is the request struct for api TextFeedback

func CreateTextFeedbackRequest

func CreateTextFeedbackRequest() (request *TextFeedbackRequest)

CreateTextFeedbackRequest creates a request to invoke TextFeedback API

type TextFeedbackResponse

type TextFeedbackResponse struct {
	*responses.BaseResponse
}

TextFeedbackResponse is the response struct for api TextFeedback

func CreateTextFeedbackResponse

func CreateTextFeedbackResponse() (response *TextFeedbackResponse)

CreateTextFeedbackResponse creates a response to parse from TextFeedback response

type TextScanRequest

type TextScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

TextScanRequest is the request struct for api TextScan

func CreateTextScanRequest

func CreateTextScanRequest() (request *TextScanRequest)

CreateTextScanRequest creates a request to invoke TextScan API

type TextScanResponse

type TextScanResponse struct {
	*responses.BaseResponse
}

TextScanResponse is the response struct for api TextScan

func CreateTextScanResponse

func CreateTextScanResponse() (response *TextScanResponse)

CreateTextScanResponse creates a response to parse from TextScan response

type UploadCredentialsRequest

type UploadCredentialsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

UploadCredentialsRequest is the request struct for api UploadCredentials

func CreateUploadCredentialsRequest

func CreateUploadCredentialsRequest() (request *UploadCredentialsRequest)

CreateUploadCredentialsRequest creates a request to invoke UploadCredentials API

type UploadCredentialsResponse

type UploadCredentialsResponse struct {
	*responses.BaseResponse
}

UploadCredentialsResponse is the response struct for api UploadCredentials

func CreateUploadCredentialsResponse

func CreateUploadCredentialsResponse() (response *UploadCredentialsResponse)

CreateUploadCredentialsResponse creates a response to parse from UploadCredentials response

type VideoAsyncScanRequest

type VideoAsyncScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VideoAsyncScanRequest is the request struct for api VideoAsyncScan

func CreateVideoAsyncScanRequest

func CreateVideoAsyncScanRequest() (request *VideoAsyncScanRequest)

CreateVideoAsyncScanRequest creates a request to invoke VideoAsyncScan API

type VideoAsyncScanResponse

type VideoAsyncScanResponse struct {
	*responses.BaseResponse
}

VideoAsyncScanResponse is the response struct for api VideoAsyncScan

func CreateVideoAsyncScanResponse

func CreateVideoAsyncScanResponse() (response *VideoAsyncScanResponse)

CreateVideoAsyncScanResponse creates a response to parse from VideoAsyncScan response

type VideoAsyncScanResultsRequest

type VideoAsyncScanResultsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VideoAsyncScanResultsRequest is the request struct for api VideoAsyncScanResults

func CreateVideoAsyncScanResultsRequest

func CreateVideoAsyncScanResultsRequest() (request *VideoAsyncScanResultsRequest)

CreateVideoAsyncScanResultsRequest creates a request to invoke VideoAsyncScanResults API

type VideoAsyncScanResultsResponse

type VideoAsyncScanResultsResponse struct {
	*responses.BaseResponse
}

VideoAsyncScanResultsResponse is the response struct for api VideoAsyncScanResults

func CreateVideoAsyncScanResultsResponse

func CreateVideoAsyncScanResultsResponse() (response *VideoAsyncScanResultsResponse)

CreateVideoAsyncScanResultsResponse creates a response to parse from VideoAsyncScanResults response

type VideoFeedbackRequest

type VideoFeedbackRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VideoFeedbackRequest is the request struct for api VideoFeedback

func CreateVideoFeedbackRequest

func CreateVideoFeedbackRequest() (request *VideoFeedbackRequest)

CreateVideoFeedbackRequest creates a request to invoke VideoFeedback API

type VideoFeedbackResponse

type VideoFeedbackResponse struct {
	*responses.BaseResponse
}

VideoFeedbackResponse is the response struct for api VideoFeedback

func CreateVideoFeedbackResponse

func CreateVideoFeedbackResponse() (response *VideoFeedbackResponse)

CreateVideoFeedbackResponse creates a response to parse from VideoFeedback response

type VideoSyncScanRequest

type VideoSyncScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VideoSyncScanRequest is the request struct for api VideoSyncScan

func CreateVideoSyncScanRequest

func CreateVideoSyncScanRequest() (request *VideoSyncScanRequest)

CreateVideoSyncScanRequest creates a request to invoke VideoSyncScan API

type VideoSyncScanResponse

type VideoSyncScanResponse struct {
	*responses.BaseResponse
}

VideoSyncScanResponse is the response struct for api VideoSyncScan

func CreateVideoSyncScanResponse

func CreateVideoSyncScanResponse() (response *VideoSyncScanResponse)

CreateVideoSyncScanResponse creates a response to parse from VideoSyncScan response

type VoiceAsyncScanRequest

type VoiceAsyncScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceAsyncScanRequest is the request struct for api VoiceAsyncScan

func CreateVoiceAsyncScanRequest

func CreateVoiceAsyncScanRequest() (request *VoiceAsyncScanRequest)

CreateVoiceAsyncScanRequest creates a request to invoke VoiceAsyncScan API

type VoiceAsyncScanResponse

type VoiceAsyncScanResponse struct {
	*responses.BaseResponse
}

VoiceAsyncScanResponse is the response struct for api VoiceAsyncScan

func CreateVoiceAsyncScanResponse

func CreateVoiceAsyncScanResponse() (response *VoiceAsyncScanResponse)

CreateVoiceAsyncScanResponse creates a response to parse from VoiceAsyncScan response

type VoiceAsyncScanResultsRequest

type VoiceAsyncScanResultsRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceAsyncScanResultsRequest is the request struct for api VoiceAsyncScanResults

func CreateVoiceAsyncScanResultsRequest

func CreateVoiceAsyncScanResultsRequest() (request *VoiceAsyncScanResultsRequest)

CreateVoiceAsyncScanResultsRequest creates a request to invoke VoiceAsyncScanResults API

type VoiceAsyncScanResultsResponse

type VoiceAsyncScanResultsResponse struct {
	*responses.BaseResponse
}

VoiceAsyncScanResultsResponse is the response struct for api VoiceAsyncScanResults

func CreateVoiceAsyncScanResultsResponse

func CreateVoiceAsyncScanResultsResponse() (response *VoiceAsyncScanResultsResponse)

CreateVoiceAsyncScanResultsResponse creates a response to parse from VoiceAsyncScanResults response

type VoiceCancelScanRequest

type VoiceCancelScanRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceCancelScanRequest is the request struct for api VoiceCancelScan

func CreateVoiceCancelScanRequest

func CreateVoiceCancelScanRequest() (request *VoiceCancelScanRequest)

CreateVoiceCancelScanRequest creates a request to invoke VoiceCancelScan API

type VoiceCancelScanResponse

type VoiceCancelScanResponse struct {
	*responses.BaseResponse
}

VoiceCancelScanResponse is the response struct for api VoiceCancelScan

func CreateVoiceCancelScanResponse

func CreateVoiceCancelScanResponse() (response *VoiceCancelScanResponse)

CreateVoiceCancelScanResponse creates a response to parse from VoiceCancelScan response

type VoiceIdentityCheckRequest

type VoiceIdentityCheckRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceIdentityCheckRequest is the request struct for api VoiceIdentityCheck

func CreateVoiceIdentityCheckRequest

func CreateVoiceIdentityCheckRequest() (request *VoiceIdentityCheckRequest)

CreateVoiceIdentityCheckRequest creates a request to invoke VoiceIdentityCheck API

type VoiceIdentityCheckResponse

type VoiceIdentityCheckResponse struct {
	*responses.BaseResponse
}

VoiceIdentityCheckResponse is the response struct for api VoiceIdentityCheck

func CreateVoiceIdentityCheckResponse

func CreateVoiceIdentityCheckResponse() (response *VoiceIdentityCheckResponse)

CreateVoiceIdentityCheckResponse creates a response to parse from VoiceIdentityCheck response

type VoiceIdentityRegisterRequest

type VoiceIdentityRegisterRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceIdentityRegisterRequest is the request struct for api VoiceIdentityRegister

func CreateVoiceIdentityRegisterRequest

func CreateVoiceIdentityRegisterRequest() (request *VoiceIdentityRegisterRequest)

CreateVoiceIdentityRegisterRequest creates a request to invoke VoiceIdentityRegister API

type VoiceIdentityRegisterResponse

type VoiceIdentityRegisterResponse struct {
	*responses.BaseResponse
}

VoiceIdentityRegisterResponse is the response struct for api VoiceIdentityRegister

func CreateVoiceIdentityRegisterResponse

func CreateVoiceIdentityRegisterResponse() (response *VoiceIdentityRegisterResponse)

CreateVoiceIdentityRegisterResponse creates a response to parse from VoiceIdentityRegister response

type VoiceIdentityStartCheckRequest

type VoiceIdentityStartCheckRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceIdentityStartCheckRequest is the request struct for api VoiceIdentityStartCheck

func CreateVoiceIdentityStartCheckRequest

func CreateVoiceIdentityStartCheckRequest() (request *VoiceIdentityStartCheckRequest)

CreateVoiceIdentityStartCheckRequest creates a request to invoke VoiceIdentityStartCheck API

type VoiceIdentityStartCheckResponse

type VoiceIdentityStartCheckResponse struct {
	*responses.BaseResponse
}

VoiceIdentityStartCheckResponse is the response struct for api VoiceIdentityStartCheck

func CreateVoiceIdentityStartCheckResponse

func CreateVoiceIdentityStartCheckResponse() (response *VoiceIdentityStartCheckResponse)

CreateVoiceIdentityStartCheckResponse creates a response to parse from VoiceIdentityStartCheck response

type VoiceIdentityStartRegisterRequest

type VoiceIdentityStartRegisterRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceIdentityStartRegisterRequest is the request struct for api VoiceIdentityStartRegister

func CreateVoiceIdentityStartRegisterRequest

func CreateVoiceIdentityStartRegisterRequest() (request *VoiceIdentityStartRegisterRequest)

CreateVoiceIdentityStartRegisterRequest creates a request to invoke VoiceIdentityStartRegister API

type VoiceIdentityStartRegisterResponse

type VoiceIdentityStartRegisterResponse struct {
	*responses.BaseResponse
}

VoiceIdentityStartRegisterResponse is the response struct for api VoiceIdentityStartRegister

func CreateVoiceIdentityStartRegisterResponse

func CreateVoiceIdentityStartRegisterResponse() (response *VoiceIdentityStartRegisterResponse)

CreateVoiceIdentityStartRegisterResponse creates a response to parse from VoiceIdentityStartRegister response

type VoiceIdentityUnregisterRequest

type VoiceIdentityUnregisterRequest struct {
	*requests.RoaRequest
	ClientInfo string `position:"Query" name:"ClientInfo"`
}

VoiceIdentityUnregisterRequest is the request struct for api VoiceIdentityUnregister

func CreateVoiceIdentityUnregisterRequest

func CreateVoiceIdentityUnregisterRequest() (request *VoiceIdentityUnregisterRequest)

CreateVoiceIdentityUnregisterRequest creates a request to invoke VoiceIdentityUnregister API

type VoiceIdentityUnregisterResponse

type VoiceIdentityUnregisterResponse struct {
	*responses.BaseResponse
}

VoiceIdentityUnregisterResponse is the response struct for api VoiceIdentityUnregister

func CreateVoiceIdentityUnregisterResponse

func CreateVoiceIdentityUnregisterResponse() (response *VoiceIdentityUnregisterResponse)

CreateVoiceIdentityUnregisterResponse creates a response to parse from VoiceIdentityUnregister response

Jump to

Keyboard shortcuts

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