Versions in this module Expand all Collapse all v0 v0.3.0 Jan 25, 2023 v0.2.0 Jan 25, 2023 v0.1.0 Jan 25, 2023 Changes in this version + type ActivatePhotosRequest struct + LibraryId string + PhotoId *[]string + StoreName string + func CreateActivatePhotosRequest() (request *ActivatePhotosRequest) + type ActivatePhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateActivatePhotosResponse() (response *ActivatePhotosResponse) + type AddAlbumPhotosRequest struct + AlbumId requests.Integer + LibraryId string + PhotoId *[]string + StoreName string + func CreateAddAlbumPhotosRequest() (request *AddAlbumPhotosRequest) + type AddAlbumPhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateAddAlbumPhotosResponse() (response *AddAlbumPhotosResponse) + type Album struct + Cover Cover + Ctime int + Id int + IdStr string + Mtime int + Name string + PhotosCount int + Remark string + State string + type AlbumsInGetAlbumsByNames struct + Album []Album + type AlbumsInListAlbums struct + Album []Album + type AutoCleanConfig struct + AutoCleanDays int + AutoCleanEnabled bool + type AxisInListFaces struct + Axis []string + type AxisInListPhotoFaces struct + Axis []string + type Bucket struct + Acl string + Name string + Region string + State string + type BucketsInGetPhotoStore struct + Bucket []Bucket + type BucketsInListPhotoStores struct + Bucket []Bucket + type Client struct + func NewClient() (client *Client, err error) + func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error) + func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error) + func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error) + func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error) + func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error) + func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error) + func (client *Client) ActivatePhotos(request *ActivatePhotosRequest) (response *ActivatePhotosResponse, err error) + func (client *Client) ActivatePhotosWithCallback(request *ActivatePhotosRequest, ...) <-chan int + func (client *Client) ActivatePhotosWithChan(request *ActivatePhotosRequest) (<-chan *ActivatePhotosResponse, <-chan error) + func (client *Client) AddAlbumPhotos(request *AddAlbumPhotosRequest) (response *AddAlbumPhotosResponse, err error) + func (client *Client) AddAlbumPhotosWithCallback(request *AddAlbumPhotosRequest, ...) <-chan int + func (client *Client) AddAlbumPhotosWithChan(request *AddAlbumPhotosRequest) (<-chan *AddAlbumPhotosResponse, <-chan error) + func (client *Client) CreateAlbum(request *CreateAlbumRequest) (response *CreateAlbumResponse, err error) + func (client *Client) CreateAlbumWithCallback(request *CreateAlbumRequest, ...) <-chan int + func (client *Client) CreateAlbumWithChan(request *CreateAlbumRequest) (<-chan *CreateAlbumResponse, <-chan error) + func (client *Client) CreateEvent(request *CreateEventRequest) (response *CreateEventResponse, err error) + func (client *Client) CreateEventWithCallback(request *CreateEventRequest, ...) <-chan int + func (client *Client) CreateEventWithChan(request *CreateEventRequest) (<-chan *CreateEventResponse, <-chan error) + func (client *Client) CreatePhoto(request *CreatePhotoRequest) (response *CreatePhotoResponse, err error) + func (client *Client) CreatePhotoStore(request *CreatePhotoStoreRequest) (response *CreatePhotoStoreResponse, err error) + func (client *Client) CreatePhotoStoreWithCallback(request *CreatePhotoStoreRequest, ...) <-chan int + func (client *Client) CreatePhotoStoreWithChan(request *CreatePhotoStoreRequest) (<-chan *CreatePhotoStoreResponse, <-chan error) + func (client *Client) CreatePhotoWithCallback(request *CreatePhotoRequest, ...) <-chan int + func (client *Client) CreatePhotoWithChan(request *CreatePhotoRequest) (<-chan *CreatePhotoResponse, <-chan error) + func (client *Client) CreateTransaction(request *CreateTransactionRequest) (response *CreateTransactionResponse, err error) + func (client *Client) CreateTransactionWithCallback(request *CreateTransactionRequest, ...) <-chan int + func (client *Client) CreateTransactionWithChan(request *CreateTransactionRequest) (<-chan *CreateTransactionResponse, <-chan error) + func (client *Client) DeleteAlbums(request *DeleteAlbumsRequest) (response *DeleteAlbumsResponse, err error) + func (client *Client) DeleteAlbumsWithCallback(request *DeleteAlbumsRequest, ...) <-chan int + func (client *Client) DeleteAlbumsWithChan(request *DeleteAlbumsRequest) (<-chan *DeleteAlbumsResponse, <-chan error) + func (client *Client) DeleteEvent(request *DeleteEventRequest) (response *DeleteEventResponse, err error) + func (client *Client) DeleteEventWithCallback(request *DeleteEventRequest, ...) <-chan int + func (client *Client) DeleteEventWithChan(request *DeleteEventRequest) (<-chan *DeleteEventResponse, <-chan error) + func (client *Client) DeleteFaces(request *DeleteFacesRequest) (response *DeleteFacesResponse, err error) + func (client *Client) DeleteFacesWithCallback(request *DeleteFacesRequest, ...) <-chan int + func (client *Client) DeleteFacesWithChan(request *DeleteFacesRequest) (<-chan *DeleteFacesResponse, <-chan error) + func (client *Client) DeletePhotoStore(request *DeletePhotoStoreRequest) (response *DeletePhotoStoreResponse, err error) + func (client *Client) DeletePhotoStoreWithCallback(request *DeletePhotoStoreRequest, ...) <-chan int + func (client *Client) DeletePhotoStoreWithChan(request *DeletePhotoStoreRequest) (<-chan *DeletePhotoStoreResponse, <-chan error) + func (client *Client) DeletePhotos(request *DeletePhotosRequest) (response *DeletePhotosResponse, err error) + func (client *Client) DeletePhotosWithCallback(request *DeletePhotosRequest, ...) <-chan int + func (client *Client) DeletePhotosWithChan(request *DeletePhotosRequest) (<-chan *DeletePhotosResponse, <-chan error) + func (client *Client) EditEvent(request *EditEventRequest) (response *EditEventResponse, err error) + func (client *Client) EditEventWithCallback(request *EditEventRequest, ...) <-chan int + func (client *Client) EditEventWithChan(request *EditEventRequest) (<-chan *EditEventResponse, <-chan error) + func (client *Client) EditPhotoStore(request *EditPhotoStoreRequest) (response *EditPhotoStoreResponse, err error) + func (client *Client) EditPhotoStoreWithCallback(request *EditPhotoStoreRequest, ...) <-chan int + func (client *Client) EditPhotoStoreWithChan(request *EditPhotoStoreRequest) (<-chan *EditPhotoStoreResponse, <-chan error) + func (client *Client) EditPhotos(request *EditPhotosRequest) (response *EditPhotosResponse, err error) + func (client *Client) EditPhotosWithCallback(request *EditPhotosRequest, ...) <-chan int + func (client *Client) EditPhotosWithChan(request *EditPhotosRequest) (<-chan *EditPhotosResponse, <-chan error) + func (client *Client) FetchAlbumTagPhotos(request *FetchAlbumTagPhotosRequest) (response *FetchAlbumTagPhotosResponse, err error) + func (client *Client) FetchAlbumTagPhotosWithCallback(request *FetchAlbumTagPhotosRequest, ...) <-chan int + func (client *Client) FetchAlbumTagPhotosWithChan(request *FetchAlbumTagPhotosRequest) (<-chan *FetchAlbumTagPhotosResponse, <-chan error) + func (client *Client) FetchLibraries(request *FetchLibrariesRequest) (response *FetchLibrariesResponse, err error) + func (client *Client) FetchLibrariesWithCallback(request *FetchLibrariesRequest, ...) <-chan int + func (client *Client) FetchLibrariesWithChan(request *FetchLibrariesRequest) (<-chan *FetchLibrariesResponse, <-chan error) + func (client *Client) FetchMomentPhotos(request *FetchMomentPhotosRequest) (response *FetchMomentPhotosResponse, err error) + func (client *Client) FetchMomentPhotosWithCallback(request *FetchMomentPhotosRequest, ...) <-chan int + func (client *Client) FetchMomentPhotosWithChan(request *FetchMomentPhotosRequest) (<-chan *FetchMomentPhotosResponse, <-chan error) + func (client *Client) FetchPhotos(request *FetchPhotosRequest) (response *FetchPhotosResponse, err error) + func (client *Client) FetchPhotosWithCallback(request *FetchPhotosRequest, ...) <-chan int + func (client *Client) FetchPhotosWithChan(request *FetchPhotosRequest) (<-chan *FetchPhotosResponse, <-chan error) + func (client *Client) GetAlbumsByNames(request *GetAlbumsByNamesRequest) (response *GetAlbumsByNamesResponse, err error) + func (client *Client) GetAlbumsByNamesWithCallback(request *GetAlbumsByNamesRequest, ...) <-chan int + func (client *Client) GetAlbumsByNamesWithChan(request *GetAlbumsByNamesRequest) (<-chan *GetAlbumsByNamesResponse, <-chan error) + func (client *Client) GetDownloadUrl(request *GetDownloadUrlRequest) (response *GetDownloadUrlResponse, err error) + func (client *Client) GetDownloadUrlWithCallback(request *GetDownloadUrlRequest, ...) <-chan int + func (client *Client) GetDownloadUrlWithChan(request *GetDownloadUrlRequest) (<-chan *GetDownloadUrlResponse, <-chan error) + func (client *Client) GetDownloadUrls(request *GetDownloadUrlsRequest) (response *GetDownloadUrlsResponse, err error) + func (client *Client) GetDownloadUrlsWithCallback(request *GetDownloadUrlsRequest, ...) <-chan int + func (client *Client) GetDownloadUrlsWithChan(request *GetDownloadUrlsRequest) (<-chan *GetDownloadUrlsResponse, <-chan error) + func (client *Client) GetEvent(request *GetEventRequest) (response *GetEventResponse, err error) + func (client *Client) GetEventWithCallback(request *GetEventRequest, callback func(response *GetEventResponse, err error)) <-chan int + func (client *Client) GetEventWithChan(request *GetEventRequest) (<-chan *GetEventResponse, <-chan error) + func (client *Client) GetFramedPhotoUrls(request *GetFramedPhotoUrlsRequest) (response *GetFramedPhotoUrlsResponse, err error) + func (client *Client) GetFramedPhotoUrlsWithCallback(request *GetFramedPhotoUrlsRequest, ...) <-chan int + func (client *Client) GetFramedPhotoUrlsWithChan(request *GetFramedPhotoUrlsRequest) (<-chan *GetFramedPhotoUrlsResponse, <-chan error) + func (client *Client) GetLibrary(request *GetLibraryRequest) (response *GetLibraryResponse, err error) + func (client *Client) GetLibraryWithCallback(request *GetLibraryRequest, ...) <-chan int + func (client *Client) GetLibraryWithChan(request *GetLibraryRequest) (<-chan *GetLibraryResponse, <-chan error) + func (client *Client) GetPhotoStore(request *GetPhotoStoreRequest) (response *GetPhotoStoreResponse, err error) + func (client *Client) GetPhotoStoreWithCallback(request *GetPhotoStoreRequest, ...) <-chan int + func (client *Client) GetPhotoStoreWithChan(request *GetPhotoStoreRequest) (<-chan *GetPhotoStoreResponse, <-chan error) + func (client *Client) GetPhotos(request *GetPhotosRequest) (response *GetPhotosResponse, err error) + func (client *Client) GetPhotosByMd5s(request *GetPhotosByMd5sRequest) (response *GetPhotosByMd5sResponse, err error) + func (client *Client) GetPhotosByMd5sWithCallback(request *GetPhotosByMd5sRequest, ...) <-chan int + func (client *Client) GetPhotosByMd5sWithChan(request *GetPhotosByMd5sRequest) (<-chan *GetPhotosByMd5sResponse, <-chan error) + func (client *Client) GetPhotosWithCallback(request *GetPhotosRequest, ...) <-chan int + func (client *Client) GetPhotosWithChan(request *GetPhotosRequest) (<-chan *GetPhotosResponse, <-chan error) + func (client *Client) GetPrivateAccessUrls(request *GetPrivateAccessUrlsRequest) (response *GetPrivateAccessUrlsResponse, err error) + func (client *Client) GetPrivateAccessUrlsWithCallback(request *GetPrivateAccessUrlsRequest, ...) <-chan int + func (client *Client) GetPrivateAccessUrlsWithChan(request *GetPrivateAccessUrlsRequest) (<-chan *GetPrivateAccessUrlsResponse, <-chan error) + func (client *Client) GetPublicAccessUrls(request *GetPublicAccessUrlsRequest) (response *GetPublicAccessUrlsResponse, err error) + func (client *Client) GetPublicAccessUrlsWithCallback(request *GetPublicAccessUrlsRequest, ...) <-chan int + func (client *Client) GetPublicAccessUrlsWithChan(request *GetPublicAccessUrlsRequest) (<-chan *GetPublicAccessUrlsResponse, <-chan error) + func (client *Client) GetQuota(request *GetQuotaRequest) (response *GetQuotaResponse, err error) + func (client *Client) GetQuotaWithCallback(request *GetQuotaRequest, callback func(response *GetQuotaResponse, err error)) <-chan int + func (client *Client) GetQuotaWithChan(request *GetQuotaRequest) (<-chan *GetQuotaResponse, <-chan error) + func (client *Client) GetSimilarPhotos(request *GetSimilarPhotosRequest) (response *GetSimilarPhotosResponse, err error) + func (client *Client) GetSimilarPhotosWithCallback(request *GetSimilarPhotosRequest, ...) <-chan int + func (client *Client) GetSimilarPhotosWithChan(request *GetSimilarPhotosRequest) (<-chan *GetSimilarPhotosResponse, <-chan error) + func (client *Client) GetThumbnail(request *GetThumbnailRequest) (response *GetThumbnailResponse, err error) + func (client *Client) GetThumbnailWithCallback(request *GetThumbnailRequest, ...) <-chan int + func (client *Client) GetThumbnailWithChan(request *GetThumbnailRequest) (<-chan *GetThumbnailResponse, <-chan error) + func (client *Client) GetThumbnails(request *GetThumbnailsRequest) (response *GetThumbnailsResponse, err error) + func (client *Client) GetThumbnailsWithCallback(request *GetThumbnailsRequest, ...) <-chan int + func (client *Client) GetThumbnailsWithChan(request *GetThumbnailsRequest) (<-chan *GetThumbnailsResponse, <-chan error) + func (client *Client) GetVideoCover(request *GetVideoCoverRequest) (response *GetVideoCoverResponse, err error) + func (client *Client) GetVideoCoverWithCallback(request *GetVideoCoverRequest, ...) <-chan int + func (client *Client) GetVideoCoverWithChan(request *GetVideoCoverRequest) (<-chan *GetVideoCoverResponse, <-chan error) + func (client *Client) InactivatePhotos(request *InactivatePhotosRequest) (response *InactivatePhotosResponse, err error) + func (client *Client) InactivatePhotosWithCallback(request *InactivatePhotosRequest, ...) <-chan int + func (client *Client) InactivatePhotosWithChan(request *InactivatePhotosRequest) (<-chan *InactivatePhotosResponse, <-chan error) + func (client *Client) LikePhoto(request *LikePhotoRequest) (response *LikePhotoResponse, err error) + func (client *Client) LikePhotoWithCallback(request *LikePhotoRequest, ...) <-chan int + func (client *Client) LikePhotoWithChan(request *LikePhotoRequest) (<-chan *LikePhotoResponse, <-chan error) + func (client *Client) ListAlbumPhotos(request *ListAlbumPhotosRequest) (response *ListAlbumPhotosResponse, err error) + func (client *Client) ListAlbumPhotosWithCallback(request *ListAlbumPhotosRequest, ...) <-chan int + func (client *Client) ListAlbumPhotosWithChan(request *ListAlbumPhotosRequest) (<-chan *ListAlbumPhotosResponse, <-chan error) + func (client *Client) ListAlbums(request *ListAlbumsRequest) (response *ListAlbumsResponse, err error) + func (client *Client) ListAlbumsWithCallback(request *ListAlbumsRequest, ...) <-chan int + func (client *Client) ListAlbumsWithChan(request *ListAlbumsRequest) (<-chan *ListAlbumsResponse, <-chan error) + func (client *Client) ListEvents(request *ListEventsRequest) (response *ListEventsResponse, err error) + func (client *Client) ListEventsWithCallback(request *ListEventsRequest, ...) <-chan int + func (client *Client) ListEventsWithChan(request *ListEventsRequest) (<-chan *ListEventsResponse, <-chan error) + func (client *Client) ListFacePhotos(request *ListFacePhotosRequest) (response *ListFacePhotosResponse, err error) + func (client *Client) ListFacePhotosWithCallback(request *ListFacePhotosRequest, ...) <-chan int + func (client *Client) ListFacePhotosWithChan(request *ListFacePhotosRequest) (<-chan *ListFacePhotosResponse, <-chan error) + func (client *Client) ListFaces(request *ListFacesRequest) (response *ListFacesResponse, err error) + func (client *Client) ListFacesWithCallback(request *ListFacesRequest, ...) <-chan int + func (client *Client) ListFacesWithChan(request *ListFacesRequest) (<-chan *ListFacesResponse, <-chan error) + func (client *Client) ListMomentPhotos(request *ListMomentPhotosRequest) (response *ListMomentPhotosResponse, err error) + func (client *Client) ListMomentPhotosWithCallback(request *ListMomentPhotosRequest, ...) <-chan int + func (client *Client) ListMomentPhotosWithChan(request *ListMomentPhotosRequest) (<-chan *ListMomentPhotosResponse, <-chan error) + func (client *Client) ListMoments(request *ListMomentsRequest) (response *ListMomentsResponse, err error) + func (client *Client) ListMomentsWithCallback(request *ListMomentsRequest, ...) <-chan int + func (client *Client) ListMomentsWithChan(request *ListMomentsRequest) (<-chan *ListMomentsResponse, <-chan error) + func (client *Client) ListPhotoFaces(request *ListPhotoFacesRequest) (response *ListPhotoFacesResponse, err error) + func (client *Client) ListPhotoFacesWithCallback(request *ListPhotoFacesRequest, ...) <-chan int + func (client *Client) ListPhotoFacesWithChan(request *ListPhotoFacesRequest) (<-chan *ListPhotoFacesResponse, <-chan error) + func (client *Client) ListPhotoStores(request *ListPhotoStoresRequest) (response *ListPhotoStoresResponse, err error) + func (client *Client) ListPhotoStoresWithCallback(request *ListPhotoStoresRequest, ...) <-chan int + func (client *Client) ListPhotoStoresWithChan(request *ListPhotoStoresRequest) (<-chan *ListPhotoStoresResponse, <-chan error) + func (client *Client) ListPhotoTags(request *ListPhotoTagsRequest) (response *ListPhotoTagsResponse, err error) + func (client *Client) ListPhotoTagsWithCallback(request *ListPhotoTagsRequest, ...) <-chan int + func (client *Client) ListPhotoTagsWithChan(request *ListPhotoTagsRequest) (<-chan *ListPhotoTagsResponse, <-chan error) + func (client *Client) ListPhotos(request *ListPhotosRequest) (response *ListPhotosResponse, err error) + func (client *Client) ListPhotosWithCallback(request *ListPhotosRequest, ...) <-chan int + func (client *Client) ListPhotosWithChan(request *ListPhotosRequest) (<-chan *ListPhotosResponse, <-chan error) + func (client *Client) ListRegisteredTags(request *ListRegisteredTagsRequest) (response *ListRegisteredTagsResponse, err error) + func (client *Client) ListRegisteredTagsWithCallback(request *ListRegisteredTagsRequest, ...) <-chan int + func (client *Client) ListRegisteredTagsWithChan(request *ListRegisteredTagsRequest) (<-chan *ListRegisteredTagsResponse, <-chan error) + func (client *Client) ListTagPhotos(request *ListTagPhotosRequest) (response *ListTagPhotosResponse, err error) + func (client *Client) ListTagPhotosWithCallback(request *ListTagPhotosRequest, ...) <-chan int + func (client *Client) ListTagPhotosWithChan(request *ListTagPhotosRequest) (<-chan *ListTagPhotosResponse, <-chan error) + func (client *Client) ListTags(request *ListTagsRequest) (response *ListTagsResponse, err error) + func (client *Client) ListTagsWithCallback(request *ListTagsRequest, callback func(response *ListTagsResponse, err error)) <-chan int + func (client *Client) ListTagsWithChan(request *ListTagsRequest) (<-chan *ListTagsResponse, <-chan error) + func (client *Client) ListTimeLinePhotos(request *ListTimeLinePhotosRequest) (response *ListTimeLinePhotosResponse, err error) + func (client *Client) ListTimeLinePhotosWithCallback(request *ListTimeLinePhotosRequest, ...) <-chan int + func (client *Client) ListTimeLinePhotosWithChan(request *ListTimeLinePhotosRequest) (<-chan *ListTimeLinePhotosResponse, <-chan error) + func (client *Client) ListTimeLines(request *ListTimeLinesRequest) (response *ListTimeLinesResponse, err error) + func (client *Client) ListTimeLinesWithCallback(request *ListTimeLinesRequest, ...) <-chan int + func (client *Client) ListTimeLinesWithChan(request *ListTimeLinesRequest) (<-chan *ListTimeLinesResponse, <-chan error) + func (client *Client) MergeFaces(request *MergeFacesRequest) (response *MergeFacesResponse, err error) + func (client *Client) MergeFacesWithCallback(request *MergeFacesRequest, ...) <-chan int + func (client *Client) MergeFacesWithChan(request *MergeFacesRequest) (<-chan *MergeFacesResponse, <-chan error) + func (client *Client) MoveAlbumPhotos(request *MoveAlbumPhotosRequest) (response *MoveAlbumPhotosResponse, err error) + func (client *Client) MoveAlbumPhotosWithCallback(request *MoveAlbumPhotosRequest, ...) <-chan int + func (client *Client) MoveAlbumPhotosWithChan(request *MoveAlbumPhotosRequest) (<-chan *MoveAlbumPhotosResponse, <-chan error) + func (client *Client) MoveFacePhotos(request *MoveFacePhotosRequest) (response *MoveFacePhotosResponse, err error) + func (client *Client) MoveFacePhotosWithCallback(request *MoveFacePhotosRequest, ...) <-chan int + func (client *Client) MoveFacePhotosWithChan(request *MoveFacePhotosRequest) (<-chan *MoveFacePhotosResponse, <-chan error) + func (client *Client) ReactivatePhotos(request *ReactivatePhotosRequest) (response *ReactivatePhotosResponse, err error) + func (client *Client) ReactivatePhotosWithCallback(request *ReactivatePhotosRequest, ...) <-chan int + func (client *Client) ReactivatePhotosWithChan(request *ReactivatePhotosRequest) (<-chan *ReactivatePhotosResponse, <-chan error) + func (client *Client) RegisterPhoto(request *RegisterPhotoRequest) (response *RegisterPhotoResponse, err error) + func (client *Client) RegisterPhotoWithCallback(request *RegisterPhotoRequest, ...) <-chan int + func (client *Client) RegisterPhotoWithChan(request *RegisterPhotoRequest) (<-chan *RegisterPhotoResponse, <-chan error) + func (client *Client) RegisterTag(request *RegisterTagRequest) (response *RegisterTagResponse, err error) + func (client *Client) RegisterTagWithCallback(request *RegisterTagRequest, ...) <-chan int + func (client *Client) RegisterTagWithChan(request *RegisterTagRequest) (<-chan *RegisterTagResponse, <-chan error) + func (client *Client) RemoveAlbumPhotos(request *RemoveAlbumPhotosRequest) (response *RemoveAlbumPhotosResponse, err error) + func (client *Client) RemoveAlbumPhotosWithCallback(request *RemoveAlbumPhotosRequest, ...) <-chan int + func (client *Client) RemoveAlbumPhotosWithChan(request *RemoveAlbumPhotosRequest) (<-chan *RemoveAlbumPhotosResponse, <-chan error) + func (client *Client) RemoveFacePhotos(request *RemoveFacePhotosRequest) (response *RemoveFacePhotosResponse, err error) + func (client *Client) RemoveFacePhotosWithCallback(request *RemoveFacePhotosRequest, ...) <-chan int + func (client *Client) RemoveFacePhotosWithChan(request *RemoveFacePhotosRequest) (<-chan *RemoveFacePhotosResponse, <-chan error) + func (client *Client) RenameAlbum(request *RenameAlbumRequest) (response *RenameAlbumResponse, err error) + func (client *Client) RenameAlbumWithCallback(request *RenameAlbumRequest, ...) <-chan int + func (client *Client) RenameAlbumWithChan(request *RenameAlbumRequest) (<-chan *RenameAlbumResponse, <-chan error) + func (client *Client) RenameFace(request *RenameFaceRequest) (response *RenameFaceResponse, err error) + func (client *Client) RenameFaceWithCallback(request *RenameFaceRequest, ...) <-chan int + func (client *Client) RenameFaceWithChan(request *RenameFaceRequest) (<-chan *RenameFaceResponse, <-chan error) + func (client *Client) SearchPhotos(request *SearchPhotosRequest) (response *SearchPhotosResponse, err error) + func (client *Client) SearchPhotosWithCallback(request *SearchPhotosRequest, ...) <-chan int + func (client *Client) SearchPhotosWithChan(request *SearchPhotosRequest) (<-chan *SearchPhotosResponse, <-chan error) + func (client *Client) SetAlbumCover(request *SetAlbumCoverRequest) (response *SetAlbumCoverResponse, err error) + func (client *Client) SetAlbumCoverWithCallback(request *SetAlbumCoverRequest, ...) <-chan int + func (client *Client) SetAlbumCoverWithChan(request *SetAlbumCoverRequest) (<-chan *SetAlbumCoverResponse, <-chan error) + func (client *Client) SetFaceCover(request *SetFaceCoverRequest) (response *SetFaceCoverResponse, err error) + func (client *Client) SetFaceCoverWithCallback(request *SetFaceCoverRequest, ...) <-chan int + func (client *Client) SetFaceCoverWithChan(request *SetFaceCoverRequest) (<-chan *SetFaceCoverResponse, <-chan error) + func (client *Client) SetMe(request *SetMeRequest) (response *SetMeResponse, err error) + func (client *Client) SetMeWithCallback(request *SetMeRequest, callback func(response *SetMeResponse, err error)) <-chan int + func (client *Client) SetMeWithChan(request *SetMeRequest) (<-chan *SetMeResponse, <-chan error) + func (client *Client) SetQuota(request *SetQuotaRequest) (response *SetQuotaResponse, err error) + func (client *Client) SetQuotaWithCallback(request *SetQuotaRequest, callback func(response *SetQuotaResponse, err error)) <-chan int + func (client *Client) SetQuotaWithChan(request *SetQuotaRequest) (<-chan *SetQuotaResponse, <-chan error) + func (client *Client) TagPhoto(request *TagPhotoRequest) (response *TagPhotoResponse, err error) + func (client *Client) TagPhotoWithCallback(request *TagPhotoRequest, callback func(response *TagPhotoResponse, err error)) <-chan int + func (client *Client) TagPhotoWithChan(request *TagPhotoRequest) (<-chan *TagPhotoResponse, <-chan error) + func (client *Client) ToggleFeatures(request *ToggleFeaturesRequest) (response *ToggleFeaturesResponse, err error) + func (client *Client) ToggleFeaturesWithCallback(request *ToggleFeaturesRequest, ...) <-chan int + func (client *Client) ToggleFeaturesWithChan(request *ToggleFeaturesRequest) (<-chan *ToggleFeaturesResponse, <-chan error) + type Cover struct + Ctime int + FileId string + Height int + Id int + IdStr string + IsVideo bool + Md5 string + Mtime int + Remark string + State string + Title string + Width int + type CreateAlbumRequest struct + AlbumName string + LibraryId string + Remark string + StoreName string + func CreateCreateAlbumRequest() (request *CreateAlbumRequest) + type CreateAlbumResponse struct + Action string + Album Album + Code string + Message string + RequestId string + func CreateCreateAlbumResponse() (response *CreateAlbumResponse) + type CreateEventRequest struct + BannerPhotoId string + EndAt requests.Integer + Identity string + LibraryId string + Remark string + SplashPhotoId string + StartAt requests.Integer + StoreName string + Title string + WatermarkPhotoId string + WeixinTitle string + func CreateCreateEventRequest() (request *CreateEventRequest) + type CreateEventResponse struct + Action string + Code string + Event Event + Message string + RequestId string + func CreateCreateEventResponse() (response *CreateEventResponse) + type CreatePhotoRequest struct + FileId string + LibraryId string + PhotoTitle string + Remark string + SessionId string + ShareExpireTime requests.Integer + Staging string + StoreName string + TakenAt requests.Integer + UploadType string + func CreateCreatePhotoRequest() (request *CreatePhotoRequest) + type CreatePhotoResponse struct + Action string + Code string + Message string + Photo Photo + RequestId string + func CreateCreatePhotoResponse() (response *CreatePhotoResponse) + type CreatePhotoStoreRequest struct + BucketName string + DefaultQuota requests.Integer + Remark string + StoreName string + func CreateCreatePhotoStoreRequest() (request *CreatePhotoStoreRequest) + type CreatePhotoStoreResponse struct + Action string + Code string + Message string + RequestId string + func CreateCreatePhotoStoreResponse() (response *CreatePhotoStoreResponse) + type CreateTransactionRequest struct + Ext string + Force string + LibraryId string + Md5 string + Size requests.Integer + StoreName string + func CreateCreateTransactionRequest() (request *CreateTransactionRequest) + type CreateTransactionResponse struct + Action string + Code string + Message string + RequestId string + Transaction Transaction + func CreateCreateTransactionResponse() (response *CreateTransactionResponse) + type DeleteAlbumsRequest struct + AlbumId *[]string + LibraryId string + StoreName string + func CreateDeleteAlbumsRequest() (request *DeleteAlbumsRequest) + type DeleteAlbumsResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateDeleteAlbumsResponse() (response *DeleteAlbumsResponse) + type DeleteEventRequest struct + EventId requests.Integer + LibraryId string + StoreName string + func CreateDeleteEventRequest() (request *DeleteEventRequest) + type DeleteEventResponse struct + Action string + Code string + Message string + RequestId string + func CreateDeleteEventResponse() (response *DeleteEventResponse) + type DeleteFacesRequest struct + FaceId *[]string + LibraryId string + StoreName string + func CreateDeleteFacesRequest() (request *DeleteFacesRequest) + type DeleteFacesResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateDeleteFacesResponse() (response *DeleteFacesResponse) + type DeletePhotoStoreRequest struct + StoreName string + func CreateDeletePhotoStoreRequest() (request *DeletePhotoStoreRequest) + type DeletePhotoStoreResponse struct + Action string + Code string + Message string + RequestId string + func CreateDeletePhotoStoreResponse() (response *DeletePhotoStoreResponse) + type DeletePhotosRequest struct + LibraryId string + PhotoId *[]string + StoreName string + func CreateDeletePhotosRequest() (request *DeletePhotosRequest) + type DeletePhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateDeletePhotosResponse() (response *DeletePhotosResponse) + type EditEventRequest struct + BannerPhotoId string + EndAt requests.Integer + EventId string + Identity string + LibraryId string + Remark string + SplashPhotoId string + StartAt requests.Integer + StoreName string + Title string + WatermarkPhotoId string + WeixinTitle string + func CreateEditEventRequest() (request *EditEventRequest) + type EditEventResponse struct + Action string + Code string + Event Event + Message string + RequestId string + func CreateEditEventResponse() (response *EditEventResponse) + type EditPhotoStoreRequest struct + AutoCleanDays requests.Integer + AutoCleanEnabled string + DefaultQuota requests.Integer + DefaultTrashQuota requests.Integer + Remark string + StoreName string + func CreateEditPhotoStoreRequest() (request *EditPhotoStoreRequest) + type EditPhotoStoreResponse struct + Action string + Code string + Message string + RequestId string + func CreateEditPhotoStoreResponse() (response *EditPhotoStoreResponse) + type EditPhotosRequest struct + LibraryId string + PhotoId *[]string + Remark string + ShareExpireTime requests.Integer + StoreName string + TakenAt requests.Integer + Title string + func CreateEditPhotosRequest() (request *EditPhotosRequest) + type EditPhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateEditPhotosResponse() (response *EditPhotosResponse) + type Event struct + BannerPhotoId string + Ctime int + EndAt int + Id int + IdStr string + Identity string + LibraryId string + Mtime int + SplashPhotoId string + StartAt int + State string + Title string + ViewsCount int + WatermarkPhotoId string + WeixinTitle string + type Events struct + Event []Event + type Face struct + Axis []string + Cover Cover + Ctime int + FaceId int + FaceIdStr string + FaceName string + Id int + IdStr string + IsMe bool + Mtime int + Name string + PhotosCount int + State string + type FacesInListFaces struct + Face []Face + type FacesInListPhotoFaces struct + Face []Face + type FetchAlbumTagPhotosRequest struct + AlbumId requests.Integer + LibraryId string + Page requests.Integer + Size requests.Integer + StoreName string + TagId requests.Integer + func CreateFetchAlbumTagPhotosRequest() (request *FetchAlbumTagPhotosRequest) + type FetchAlbumTagPhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + TotalCount int + func CreateFetchAlbumTagPhotosResponse() (response *FetchAlbumTagPhotosResponse) + type FetchLibrariesRequest struct + Page requests.Integer + Size requests.Integer + StoreName string + func CreateFetchLibrariesRequest() (request *FetchLibrariesRequest) + type FetchLibrariesResponse struct + Action string + Code string + Libraries []Library + Message string + RequestId string + TotalCount int + func CreateFetchLibrariesResponse() (response *FetchLibrariesResponse) + type FetchMomentPhotosRequest struct + LibraryId string + MomentId requests.Integer + Order string + OrderBy string + Page requests.Integer + Size requests.Integer + StoreName string + func CreateFetchMomentPhotosRequest() (request *FetchMomentPhotosRequest) + type FetchMomentPhotosResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + TotalCount int + func CreateFetchMomentPhotosResponse() (response *FetchMomentPhotosResponse) + type FetchPhotosRequest struct + LibraryId string + Order string + OrderBy string + Page requests.Integer + Size requests.Integer + State string + StoreName string + func CreateFetchPhotosRequest() (request *FetchPhotosRequest) + type FetchPhotosResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + TotalCount int + func CreateFetchPhotosResponse() (response *FetchPhotosResponse) + type GetAlbumsByNamesRequest struct + LibraryId string + Name *[]string + StoreName string + func CreateGetAlbumsByNamesRequest() (request *GetAlbumsByNamesRequest) + type GetAlbumsByNamesResponse struct + Action string + Albums []Album + Code string + Message string + RequestId string + func CreateGetAlbumsByNamesResponse() (response *GetAlbumsByNamesResponse) + type GetDownloadUrlRequest struct + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateGetDownloadUrlRequest() (request *GetDownloadUrlRequest) + type GetDownloadUrlResponse struct + Action string + Code string + DownloadUrl string + Message string + RequestId string + func CreateGetDownloadUrlResponse() (response *GetDownloadUrlResponse) + type GetDownloadUrlsRequest struct + LibraryId string + PhotoId *[]string + StoreName string + func CreateGetDownloadUrlsRequest() (request *GetDownloadUrlsRequest) + type GetDownloadUrlsResponse struct + Action string + Code string + Message string + RequestId string + Results ResultsInGetDownloadUrls + func CreateGetDownloadUrlsResponse() (response *GetDownloadUrlsResponse) + type GetEventRequest struct + EventId requests.Integer + LibraryId string + StoreName string + func CreateGetEventRequest() (request *GetEventRequest) + type GetEventResponse struct + Action string + Code string + Event Event + Message string + RequestId string + func CreateGetEventResponse() (response *GetEventResponse) + type GetFramedPhotoUrlsRequest struct + FrameId string + LibraryId string + PhotoId *[]string + StoreName string + func CreateGetFramedPhotoUrlsRequest() (request *GetFramedPhotoUrlsRequest) + type GetFramedPhotoUrlsResponse struct + Action string + Code string + Message string + RequestId string + Results ResultsInGetFramedPhotoUrls + func CreateGetFramedPhotoUrlsResponse() (response *GetFramedPhotoUrlsResponse) + type GetLibraryRequest struct + LibraryId string + StoreName string + func CreateGetLibraryRequest() (request *GetLibraryRequest) + type GetLibraryResponse struct + Action string + Code string + Library Library + Message string + RequestId string + func CreateGetLibraryResponse() (response *GetLibraryResponse) + type GetPhotoStoreRequest struct + StoreName string + func CreateGetPhotoStoreRequest() (request *GetPhotoStoreRequest) + type GetPhotoStoreResponse struct + Action string + Code string + Message string + PhotoStore PhotoStore + RequestId string + func CreateGetPhotoStoreResponse() (response *GetPhotoStoreResponse) + type GetPhotosByMd5sRequest struct + LibraryId string + Md5 *[]string + State string + StoreName string + func CreateGetPhotosByMd5sRequest() (request *GetPhotosByMd5sRequest) + type GetPhotosByMd5sResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + func CreateGetPhotosByMd5sResponse() (response *GetPhotosByMd5sResponse) + type GetPhotosRequest struct + LibraryId string + PhotoId *[]string + StoreName string + func CreateGetPhotosRequest() (request *GetPhotosRequest) + type GetPhotosResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + func CreateGetPhotosResponse() (response *GetPhotosResponse) + type GetPrivateAccessUrlsRequest struct + LibraryId string + PhotoId *[]string + StoreName string + ZoomType string + func CreateGetPrivateAccessUrlsRequest() (request *GetPrivateAccessUrlsRequest) + type GetPrivateAccessUrlsResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateGetPrivateAccessUrlsResponse() (response *GetPrivateAccessUrlsResponse) + type GetPublicAccessUrlsRequest struct + DomainType string + LibraryId string + PhotoId *[]string + StoreName string + ZoomType string + func CreateGetPublicAccessUrlsRequest() (request *GetPublicAccessUrlsRequest) + type GetPublicAccessUrlsResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateGetPublicAccessUrlsResponse() (response *GetPublicAccessUrlsResponse) + type GetQuotaRequest struct + LibraryId string + StoreName string + func CreateGetQuotaRequest() (request *GetQuotaRequest) + type GetQuotaResponse struct + Action string + Code string + Message string + Quota Quota + RequestId string + func CreateGetQuotaResponse() (response *GetQuotaResponse) + type GetSimilarPhotosRequest struct + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateGetSimilarPhotosRequest() (request *GetSimilarPhotosRequest) + type GetSimilarPhotosResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + func CreateGetSimilarPhotosResponse() (response *GetSimilarPhotosResponse) + type GetThumbnailRequest struct + LibraryId string + PhotoId requests.Integer + StoreName string + ZoomType string + func CreateGetThumbnailRequest() (request *GetThumbnailRequest) + type GetThumbnailResponse struct + Action string + Code string + Message string + RequestId string + ThumbnailUrl string + func CreateGetThumbnailResponse() (response *GetThumbnailResponse) + type GetThumbnailsRequest struct + LibraryId string + PhotoId *[]string + StoreName string + ZoomType string + func CreateGetThumbnailsRequest() (request *GetThumbnailsRequest) + type GetThumbnailsResponse struct + Action string + Code string + Message string + RequestId string + Results ResultsInGetThumbnails + func CreateGetThumbnailsResponse() (response *GetThumbnailsResponse) + type GetVideoCoverRequest struct + LibraryId string + PhotoId requests.Integer + StoreName string + ZoomType string + func CreateGetVideoCoverRequest() (request *GetVideoCoverRequest) + type GetVideoCoverResponse struct + Action string + Code string + Message string + RequestId string + VideoCoverUrl string + func CreateGetVideoCoverResponse() (response *GetVideoCoverResponse) + type InactivatePhotosRequest struct + InactiveTime requests.Integer + LibraryId string + PhotoId *[]string + StoreName string + func CreateInactivatePhotosRequest() (request *InactivatePhotosRequest) + type InactivatePhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateInactivatePhotosResponse() (response *InactivatePhotosResponse) + type Libraries struct + Library []Library + type Library struct + AutoCleanConfig AutoCleanConfig + Ctime int + LibraryId string + Quota Quota + type LikePhotoRequest struct + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateLikePhotoRequest() (request *LikePhotoRequest) + type LikePhotoResponse struct + Action string + Code string + Message string + RequestId string + func CreateLikePhotoResponse() (response *LikePhotoResponse) + type ListAlbumPhotosRequest struct + AlbumId requests.Integer + Cursor string + Direction string + LibraryId string + Size requests.Integer + State string + StoreName string + func CreateListAlbumPhotosRequest() (request *ListAlbumPhotosRequest) + type ListAlbumPhotosResponse struct + Action string + Code string + Message string + NextCursor string + RequestId string + Results []Result + TotalCount int + func CreateListAlbumPhotosResponse() (response *ListAlbumPhotosResponse) + type ListAlbumsRequest struct + Cursor string + Direction string + LibraryId string + Size requests.Integer + State string + StoreName string + func CreateListAlbumsRequest() (request *ListAlbumsRequest) + type ListAlbumsResponse struct + Action string + Albums []Album + Code string + Message string + NextCursor string + RequestId string + TotalCount int + func CreateListAlbumsResponse() (response *ListAlbumsResponse) + type ListEventsRequest struct + Cursor string + Direction string + Size requests.Integer + State string + StoreName string + func CreateListEventsRequest() (request *ListEventsRequest) + type ListEventsResponse struct + Action string + Code string + Events []Event + Message string + NextCursor string + RequestId string + TotalCount int + func CreateListEventsResponse() (response *ListEventsResponse) + type ListFacePhotosRequest struct + Cursor string + Direction string + FaceId requests.Integer + LibraryId string + Size requests.Integer + State string + StoreName string + func CreateListFacePhotosRequest() (request *ListFacePhotosRequest) + type ListFacePhotosResponse struct + Action string + Code string + Message string + NextCursor string + RequestId string + Results []Result + TotalCount int + func CreateListFacePhotosResponse() (response *ListFacePhotosResponse) + type ListFacesRequest struct + Cursor string + Direction string + HasFaceName string + LibraryId string + Size requests.Integer + State string + StoreName string + func CreateListFacesRequest() (request *ListFacesRequest) + type ListFacesResponse struct + Action string + Code string + Faces []Face + Message string + NextCursor string + RequestId string + TotalCount int + func CreateListFacesResponse() (response *ListFacesResponse) + type ListMomentPhotosRequest struct + Cursor string + Direction string + LibraryId string + MomentId requests.Integer + Size requests.Integer + State string + StoreName string + func CreateListMomentPhotosRequest() (request *ListMomentPhotosRequest) + type ListMomentPhotosResponse struct + Action string + Code string + Message string + NextCursor string + RequestId string + Results []Result + TotalCount int + func CreateListMomentPhotosResponse() (response *ListMomentPhotosResponse) + type ListMomentsRequest struct + Cursor string + Direction string + LibraryId string + Size requests.Integer + State string + StoreName string + func CreateListMomentsRequest() (request *ListMomentsRequest) + type ListMomentsResponse struct + Action string + Code string + Message string + Moments []Moment + NextCursor string + RequestId string + TotalCount int + func CreateListMomentsResponse() (response *ListMomentsResponse) + type ListPhotoFacesRequest struct + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateListPhotoFacesRequest() (request *ListPhotoFacesRequest) + type ListPhotoFacesResponse struct + Action string + Code string + Faces []Face + Message string + RequestId string + func CreateListPhotoFacesResponse() (response *ListPhotoFacesResponse) + type ListPhotoStoresRequest struct + func CreateListPhotoStoresRequest() (request *ListPhotoStoresRequest) + type ListPhotoStoresResponse struct + Action string + Code string + Message string + PhotoStores []PhotoStore + RequestId string + func CreateListPhotoStoresResponse() (response *ListPhotoStoresResponse) + type ListPhotoTagsRequest struct + Lang string + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateListPhotoTagsRequest() (request *ListPhotoTagsRequest) + type ListPhotoTagsResponse struct + Action string + Code string + Message string + RequestId string + Tags []Tag + func CreateListPhotoTagsResponse() (response *ListPhotoTagsResponse) + type ListPhotosRequest struct + Cursor string + Direction string + LibraryId string + Size requests.Integer + State string + StoreName string + func CreateListPhotosRequest() (request *ListPhotosRequest) + type ListPhotosResponse struct + Action string + Code string + Message string + NextCursor string + Photos []Photo + RequestId string + TotalCount int + func CreateListPhotosResponse() (response *ListPhotosResponse) + type ListRegisteredTagsRequest struct + Lang *[]string + StoreName string + func CreateListRegisteredTagsRequest() (request *ListRegisteredTagsRequest) + type ListRegisteredTagsResponse struct + Action string + Code string + Message string + RegisteredTags []RegisteredTag + RequestId string + func CreateListRegisteredTagsResponse() (response *ListRegisteredTagsResponse) + type ListTagPhotosRequest struct + Cursor string + Direction string + LibraryId string + Size requests.Integer + State string + StoreName string + TagId requests.Integer + func CreateListTagPhotosRequest() (request *ListTagPhotosRequest) + type ListTagPhotosResponse struct + Action string + Code string + Message string + NextCursor string + RequestId string + Results []Result + TotalCount int + func CreateListTagPhotosResponse() (response *ListTagPhotosResponse) + type ListTagsRequest struct + Lang string + LibraryId string + StoreName string + func CreateListTagsRequest() (request *ListTagsRequest) + type ListTagsResponse struct + Action string + Code string + Message string + RequestId string + Tags []Tag + func CreateListTagsResponse() (response *ListTagsResponse) + type ListTimeLinePhotosRequest struct + Direction string + EndTime requests.Integer + FilterBy string + LibraryId string + Order string + Page requests.Integer + Size requests.Integer + StartTime requests.Integer + StoreName string + func CreateListTimeLinePhotosRequest() (request *ListTimeLinePhotosRequest) + type ListTimeLinePhotosResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + TotalCount int + func CreateListTimeLinePhotosResponse() (response *ListTimeLinePhotosResponse) + type ListTimeLinesRequest struct + Cursor requests.Integer + Direction string + FilterBy string + LibraryId string + Order string + PhotoSize requests.Integer + StoreName string + TimeLineCount requests.Integer + TimeLineUnit string + func CreateListTimeLinesRequest() (request *ListTimeLinesRequest) + type ListTimeLinesResponse struct + Action string + Code string + Message string + NextCursor int + RequestId string + TimeLines []TimeLine + func CreateListTimeLinesResponse() (response *ListTimeLinesResponse) + type MergeFacesRequest struct + FaceId *[]string + LibraryId string + StoreName string + TargetFaceId requests.Integer + func CreateMergeFacesRequest() (request *MergeFacesRequest) + type MergeFacesResponse struct + Action string + Code string + Message string + RequestId string + Results ResultsInMergeFaces + func CreateMergeFacesResponse() (response *MergeFacesResponse) + type Moment struct + Ctime int + Id int + IdStr string + LocationName string + Mtime int + PhotosCount int + State string + TakenAt int + type Moments struct + Moment []Moment + type MoveAlbumPhotosRequest struct + LibraryId string + PhotoId *[]string + SourceAlbumId requests.Integer + StoreName string + TargetAlbumId requests.Integer + func CreateMoveAlbumPhotosRequest() (request *MoveAlbumPhotosRequest) + type MoveAlbumPhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateMoveAlbumPhotosResponse() (response *MoveAlbumPhotosResponse) + type MoveFacePhotosRequest struct + LibraryId string + PhotoId *[]string + SourceFaceId requests.Integer + StoreName string + TargetFaceId requests.Integer + func CreateMoveFacePhotosRequest() (request *MoveFacePhotosRequest) + type MoveFacePhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateMoveFacePhotosResponse() (response *MoveFacePhotosResponse) + type Photo struct + Ctime int + FileId string + Height int + Id int + IdStr string + InactiveTime int + IsVideo bool + Like int + Location string + Md5 string + Mtime int + Remark string + ShareExpireTime int + Size int + State string + TakenAt int + Title string + Width int + type PhotoStore struct + AutoCleanDays int + AutoCleanEnabled bool + Buckets []Bucket + Ctime int + DefaultQuota int + DefaultTrashQuota int + Id int + IdStr string + Mtime int + Name string + Remark string + type PhotoStores struct + PhotoStore []PhotoStore + type PhotosInFetchMomentPhotos struct + Photo []Photo + type PhotosInFetchPhotos struct + Photo []Photo + type PhotosInGetPhotos struct + Photo []Photo + type PhotosInGetPhotosByMd5s struct + Photo []Photo + type PhotosInGetSimilarPhotos struct + Photo []Photo + type PhotosInListPhotos struct + Photo []Photo + type PhotosInListTimeLinePhotos struct + Photo []Photo + type PhotosInListTimeLines struct + Photo []Photo + type PhotosInSearchPhotos struct + Photo []Photo + type Quota struct + ActiveSize int + FacesCount int + InactiveSize int + PhotosCount int + TotalQuota int + TotalTrashQuota int + UsedQuota int + VideosCount int + type ReactivatePhotosRequest struct + LibraryId string + PhotoId *[]string + StoreName string + func CreateReactivatePhotosRequest() (request *ReactivatePhotosRequest) + type ReactivatePhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateReactivatePhotosResponse() (response *ReactivatePhotosResponse) + type RegisterPhotoRequest struct + Height requests.Integer + IsVideo string + Latitude requests.Float + LibraryId string + Location string + Longitude requests.Float + Md5 string + PhotoTitle string + Remark string + Size requests.Integer + StoreName string + TakenAt requests.Integer + Width requests.Integer + func CreateRegisterPhotoRequest() (request *RegisterPhotoRequest) + type RegisterPhotoResponse struct + Action string + Code string + Message string + Photo Photo + RequestId string + func CreateRegisterPhotoResponse() (response *RegisterPhotoResponse) + type RegisterTagRequest struct + Lang string + StoreName string + TagKey string + Text string + func CreateRegisterTagRequest() (request *RegisterTagRequest) + type RegisterTagResponse struct + Action string + Code string + Message string + RequestId string + func CreateRegisterTagResponse() (response *RegisterTagResponse) + type RegisteredTag struct + TagKey string + TagValues []TagValue + type RegisteredTags struct + RegisteredTag []RegisteredTag + type RemoveAlbumPhotosRequest struct + AlbumId requests.Integer + LibraryId string + PhotoId *[]string + StoreName string + func CreateRemoveAlbumPhotosRequest() (request *RemoveAlbumPhotosRequest) + type RemoveAlbumPhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateRemoveAlbumPhotosResponse() (response *RemoveAlbumPhotosResponse) + type RemoveFacePhotosRequest struct + FaceId requests.Integer + LibraryId string + PhotoId *[]string + StoreName string + func CreateRemoveFacePhotosRequest() (request *RemoveFacePhotosRequest) + type RemoveFacePhotosResponse struct + Action string + Code string + Message string + RequestId string + Results []Result + func CreateRemoveFacePhotosResponse() (response *RemoveFacePhotosResponse) + type RenameAlbumRequest struct + AlbumId requests.Integer + AlbumName string + LibraryId string + StoreName string + func CreateRenameAlbumRequest() (request *RenameAlbumRequest) + type RenameAlbumResponse struct + Action string + Code string + Message string + RequestId string + func CreateRenameAlbumResponse() (response *RenameAlbumResponse) + type RenameFaceRequest struct + FaceId requests.Integer + FaceName string + LibraryId string + StoreName string + func CreateRenameFaceRequest() (request *RenameFaceRequest) + type RenameFaceResponse struct + Action string + Code string + Message string + RequestId string + func CreateRenameFaceResponse() (response *RenameFaceResponse) + type Result struct + AccessUrl string + Code string + DownloadUrl string + FramedPhotoUrl string + Id int + IdStr string + Message string + Mtime int + PhotoId int + PhotoIdStr string + State string + ThumbnailUrl string + type ResultsInActivatePhotos struct + Result []Result + type ResultsInAddAlbumPhotos struct + Result []Result + type ResultsInDeleteAlbums struct + Result []Result + type ResultsInDeleteFaces struct + Result []Result + type ResultsInDeletePhotos struct + Result []Result + type ResultsInEditPhotos struct + Result []Result + type ResultsInFetchAlbumTagPhotos struct + Result []Result + type ResultsInGetDownloadUrls struct + Result []Result + type ResultsInGetFramedPhotoUrls struct + Result []Result + type ResultsInGetPrivateAccessUrls struct + Result []Result + type ResultsInGetPublicAccessUrls struct + Result []Result + type ResultsInGetThumbnails struct + Result []Result + type ResultsInInactivatePhotos struct + Result []Result + type ResultsInListAlbumPhotos struct + Result []Result + type ResultsInListFacePhotos struct + Result []Result + type ResultsInListMomentPhotos struct + Result []Result + type ResultsInListTagPhotos struct + Result []Result + type ResultsInMergeFaces struct + Result []Result + type ResultsInMoveAlbumPhotos struct + Result []Result + type ResultsInMoveFacePhotos struct + Result []Result + type ResultsInReactivatePhotos struct + Result []Result + type ResultsInRemoveAlbumPhotos struct + Result []Result + type ResultsInRemoveFacePhotos struct + Result []Result + type SearchPhotosRequest struct + Keyword string + LibraryId string + Page requests.Integer + Size requests.Integer + StoreName string + func CreateSearchPhotosRequest() (request *SearchPhotosRequest) + type SearchPhotosResponse struct + Action string + Code string + Message string + Photos []Photo + RequestId string + TotalCount int + func CreateSearchPhotosResponse() (response *SearchPhotosResponse) + type SetAlbumCoverRequest struct + AlbumId requests.Integer + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateSetAlbumCoverRequest() (request *SetAlbumCoverRequest) + type SetAlbumCoverResponse struct + Action string + Code string + Message string + RequestId string + func CreateSetAlbumCoverResponse() (response *SetAlbumCoverResponse) + type SetFaceCoverRequest struct + FaceId requests.Integer + LibraryId string + PhotoId requests.Integer + StoreName string + func CreateSetFaceCoverRequest() (request *SetFaceCoverRequest) + type SetFaceCoverResponse struct + Action string + Code string + Message string + RequestId string + func CreateSetFaceCoverResponse() (response *SetFaceCoverResponse) + type SetMeRequest struct + FaceId requests.Integer + LibraryId string + StoreName string + func CreateSetMeRequest() (request *SetMeRequest) + type SetMeResponse struct + Action string + Code string + Message string + RequestId string + func CreateSetMeResponse() (response *SetMeResponse) + type SetQuotaRequest struct + LibraryId string + StoreName string + TotalQuota requests.Integer + func CreateSetQuotaRequest() (request *SetQuotaRequest) + type SetQuotaResponse struct + Action string + Code string + Message string + RequestId string + func CreateSetQuotaResponse() (response *SetQuotaResponse) + type Tag struct + Cover Cover + Id int + IdStr string + IsSubTag bool + Name string + ParentTag string + type TagPhotoRequest struct + Confidence *[]string + LibraryId string + PhotoId requests.Integer + StoreName string + TagKey *[]string + func CreateTagPhotoRequest() (request *TagPhotoRequest) + type TagPhotoResponse struct + Action string + Code string + Message string + RequestId string + func CreateTagPhotoResponse() (response *TagPhotoResponse) + type TagValue struct + Lang string + Text string + type TagValues struct + TagValue []TagValue + type TagsInListPhotoTags struct + Tag []Tag + type TagsInListTags struct + Tag []Tag + type TimeLine struct + EndTime int + Photos []Photo + PhotosCount int + StartTime int + TotalCount int + type TimeLines struct + TimeLine []TimeLine + type ToggleFeaturesRequest struct + DisabledFeatures *[]string + EnabledFeatures *[]string + StoreName string + func CreateToggleFeaturesRequest() (request *ToggleFeaturesRequest) + type ToggleFeaturesResponse struct + Action string + Code string + Message string + RequestId string + func CreateToggleFeaturesResponse() (response *ToggleFeaturesResponse) + type Transaction struct + Upload Upload + type Upload struct + AccessKeyId string + AccessKeySecret string + Bucket string + FileId string + ObjectKey string + OssEndpoint string + SessionId string + StsToken string