cv20240606

package
v1.0.176 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package cv20240606iface provides an interface to enable mocking the CV20240606 service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "cv"        // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "cv"        // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AIGCStylizeImageInput

type AIGCStylizeImageInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForAIGCStylizeImageInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Sub_req_key *string `type:"string" json:"sub_req_key,omitempty"`
	// contains filtered or unexported fields
}

func (AIGCStylizeImageInput) GoString

func (s AIGCStylizeImageInput) GoString() string

GoString returns the string representation

func (*AIGCStylizeImageInput) SetBinary_data_base64

func (s *AIGCStylizeImageInput) SetBinary_data_base64(v []*string) *AIGCStylizeImageInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*AIGCStylizeImageInput) SetImage_urls

func (s *AIGCStylizeImageInput) SetImage_urls(v []*string) *AIGCStylizeImageInput

SetImage_urls sets the Image_urls field's value.

func (*AIGCStylizeImageInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*AIGCStylizeImageInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*AIGCStylizeImageInput) SetReturn_url

func (s *AIGCStylizeImageInput) SetReturn_url(v bool) *AIGCStylizeImageInput

SetReturn_url sets the Return_url field's value.

func (*AIGCStylizeImageInput) SetSub_req_key

func (s *AIGCStylizeImageInput) SetSub_req_key(v string) *AIGCStylizeImageInput

SetSub_req_key sets the Sub_req_key field's value.

func (AIGCStylizeImageInput) String

func (s AIGCStylizeImageInput) String() string

String returns the string representation

func (*AIGCStylizeImageInput) Validate

func (s *AIGCStylizeImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AIGCStylizeImageOutput

type AIGCStylizeImageOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForAIGCStylizeImageOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (AIGCStylizeImageOutput) GoString

func (s AIGCStylizeImageOutput) GoString() string

GoString returns the string representation

func (*AIGCStylizeImageOutput) SetCode

SetCode sets the Code field's value.

func (*AIGCStylizeImageOutput) SetData

SetData sets the Data field's value.

func (*AIGCStylizeImageOutput) SetMessage

SetMessage sets the Message field's value.

func (*AIGCStylizeImageOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*AIGCStylizeImageOutput) SetStatus

SetStatus sets the Status field's value.

func (*AIGCStylizeImageOutput) SetTime_elapsed

func (s *AIGCStylizeImageOutput) SetTime_elapsed(v string) *AIGCStylizeImageOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (AIGCStylizeImageOutput) String

func (s AIGCStylizeImageOutput) String() string

String returns the string representation

type AIGCStylizeImageUsageInput

type AIGCStylizeImageUsageInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForAIGCStylizeImageUsageInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Sub_req_key *string `type:"string" json:"sub_req_key,omitempty"`
	// contains filtered or unexported fields
}

func (AIGCStylizeImageUsageInput) GoString

func (s AIGCStylizeImageUsageInput) GoString() string

GoString returns the string representation

func (*AIGCStylizeImageUsageInput) SetBinary_data_base64

func (s *AIGCStylizeImageUsageInput) SetBinary_data_base64(v []*string) *AIGCStylizeImageUsageInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*AIGCStylizeImageUsageInput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*AIGCStylizeImageUsageInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*AIGCStylizeImageUsageInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*AIGCStylizeImageUsageInput) SetReturn_url

SetReturn_url sets the Return_url field's value.

func (*AIGCStylizeImageUsageInput) SetSub_req_key

SetSub_req_key sets the Sub_req_key field's value.

func (AIGCStylizeImageUsageInput) String

String returns the string representation

func (*AIGCStylizeImageUsageInput) Validate

func (s *AIGCStylizeImageUsageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AIGCStylizeImageUsageOutput

type AIGCStylizeImageUsageOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForAIGCStylizeImageUsageOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (AIGCStylizeImageUsageOutput) GoString

func (s AIGCStylizeImageUsageOutput) GoString() string

GoString returns the string representation

func (*AIGCStylizeImageUsageOutput) SetCode

SetCode sets the Code field's value.

func (*AIGCStylizeImageUsageOutput) SetData

SetData sets the Data field's value.

func (*AIGCStylizeImageUsageOutput) SetMessage

SetMessage sets the Message field's value.

func (*AIGCStylizeImageUsageOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*AIGCStylizeImageUsageOutput) SetStatus

SetStatus sets the Status field's value.

func (*AIGCStylizeImageUsageOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (AIGCStylizeImageUsageOutput) String

String returns the string representation

type Algorithm_base_respForAIGCStylizeImageOutput

type Algorithm_base_respForAIGCStylizeImageOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForAIGCStylizeImageOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForAIGCStylizeImageOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForAIGCStylizeImageOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForAIGCStylizeImageOutput) String

String returns the string representation

type Algorithm_base_respForAIGCStylizeImageUsageOutput

type Algorithm_base_respForAIGCStylizeImageUsageOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForAIGCStylizeImageUsageOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForAIGCStylizeImageUsageOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForAIGCStylizeImageUsageOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForAIGCStylizeImageUsageOutput) String

String returns the string representation

type Algorithm_base_respForEmotionPortraitOutput

type Algorithm_base_respForEmotionPortraitOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForEmotionPortraitOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForEmotionPortraitOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForEmotionPortraitOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForEmotionPortraitOutput) String

String returns the string representation

type Algorithm_base_respForEntitySegmentOutput

type Algorithm_base_respForEntitySegmentOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForEntitySegmentOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForEntitySegmentOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForEntitySegmentOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForEntitySegmentOutput) String

String returns the string representation

type Algorithm_base_respForFaceFusionMovieGetResultOutput

type Algorithm_base_respForFaceFusionMovieGetResultOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForFaceFusionMovieGetResultOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForFaceFusionMovieGetResultOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForFaceFusionMovieGetResultOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForFaceFusionMovieGetResultOutput) String

String returns the string representation

type Algorithm_base_respForFaceFusionMovieSubmitTaskOutput

type Algorithm_base_respForFaceFusionMovieSubmitTaskOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForFaceFusionMovieSubmitTaskOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForFaceFusionMovieSubmitTaskOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForFaceFusionMovieSubmitTaskOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForFaceFusionMovieSubmitTaskOutput) String

String returns the string representation

type Algorithm_base_respForFaceSwapAIOutput

type Algorithm_base_respForFaceSwapAIOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForFaceSwapAIOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForFaceSwapAIOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForFaceSwapAIOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForFaceSwapAIOutput) String

String returns the string representation

type Algorithm_base_respForFaceSwapOutput

type Algorithm_base_respForFaceSwapOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForFaceSwapOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForFaceSwapOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForFaceSwapOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForFaceSwapOutput) String

String returns the string representation

type Algorithm_base_respForHairStyleOutput

type Algorithm_base_respForHairStyleOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHairStyleOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForHairStyleOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHairStyleOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHairStyleOutput) String

String returns the string representation

type Algorithm_base_respForHighAesAnimeV13Output

type Algorithm_base_respForHighAesAnimeV13Output struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesAnimeV13Output) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesAnimeV13Output) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesAnimeV13Output) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesAnimeV13Output) String

String returns the string representation

type Algorithm_base_respForHighAesGeneralV13Output

type Algorithm_base_respForHighAesGeneralV13Output struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesGeneralV13Output) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesGeneralV13Output) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesGeneralV13Output) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesGeneralV13Output) String

String returns the string representation

type Algorithm_base_respForHighAesGeneralV14IPKeepOutput

type Algorithm_base_respForHighAesGeneralV14IPKeepOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesGeneralV14IPKeepOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesGeneralV14IPKeepOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesGeneralV14IPKeepOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesGeneralV14IPKeepOutput) String

String returns the string representation

type Algorithm_base_respForHighAesGeneralV14Output

type Algorithm_base_respForHighAesGeneralV14Output struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesGeneralV14Output) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesGeneralV14Output) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesGeneralV14Output) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesGeneralV14Output) String

String returns the string representation

type Algorithm_base_respForHighAesGeneralV20LOutput

type Algorithm_base_respForHighAesGeneralV20LOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesGeneralV20LOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesGeneralV20LOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesGeneralV20LOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesGeneralV20LOutput) String

String returns the string representation

type Algorithm_base_respForHighAesGeneralV20Output

type Algorithm_base_respForHighAesGeneralV20Output struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesGeneralV20Output) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesGeneralV20Output) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesGeneralV20Output) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesGeneralV20Output) String

String returns the string representation

type Algorithm_base_respForHighAesIPV20Output

type Algorithm_base_respForHighAesIPV20Output struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHighAesIPV20Output) GoString

GoString returns the string representation

func (*Algorithm_base_respForHighAesIPV20Output) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHighAesIPV20Output) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHighAesIPV20Output) String

String returns the string representation

type Algorithm_base_respForHignAesGeneralV12Output

type Algorithm_base_respForHignAesGeneralV12Output struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForHignAesGeneralV12Output) GoString

GoString returns the string representation

func (*Algorithm_base_respForHignAesGeneralV12Output) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForHignAesGeneralV12Output) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForHignAesGeneralV12Output) String

String returns the string representation

type Algorithm_base_respForImg2ImgInpaintingEditOutput

type Algorithm_base_respForImg2ImgInpaintingEditOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForImg2ImgInpaintingEditOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForImg2ImgInpaintingEditOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForImg2ImgInpaintingEditOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForImg2ImgInpaintingEditOutput) String

String returns the string representation

type Algorithm_base_respForImg2ImgInpaintingOutput

type Algorithm_base_respForImg2ImgInpaintingOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForImg2ImgInpaintingOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForImg2ImgInpaintingOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForImg2ImgInpaintingOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForImg2ImgInpaintingOutput) String

String returns the string representation

type Algorithm_base_respForImg2ImgOutpaintingOutput

type Algorithm_base_respForImg2ImgOutpaintingOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForImg2ImgOutpaintingOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForImg2ImgOutpaintingOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForImg2ImgOutpaintingOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForImg2ImgOutpaintingOutput) String

String returns the string representation

type Algorithm_base_respForImg2ImgXLSftOutput

type Algorithm_base_respForImg2ImgXLSftOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForImg2ImgXLSftOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForImg2ImgXLSftOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForImg2ImgXLSftOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForImg2ImgXLSftOutput) String

String returns the string representation

type Algorithm_base_respForLensNnsr2PicCommonOutput

type Algorithm_base_respForLensNnsr2PicCommonOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForLensNnsr2PicCommonOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForLensNnsr2PicCommonOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForLensNnsr2PicCommonOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForLensNnsr2PicCommonOutput) String

String returns the string representation

type Algorithm_base_respForLensVidaVideoGetResultOutput

type Algorithm_base_respForLensVidaVideoGetResultOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForLensVidaVideoGetResultOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForLensVidaVideoGetResultOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForLensVidaVideoGetResultOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForLensVidaVideoGetResultOutput) String

String returns the string representation

type Algorithm_base_respForLensVidaVideoSubmitTaskOutput

type Algorithm_base_respForLensVidaVideoSubmitTaskOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForLensVidaVideoSubmitTaskOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForLensVidaVideoSubmitTaskOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForLensVidaVideoSubmitTaskOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForLensVidaVideoSubmitTaskOutput) String

String returns the string representation

type Algorithm_base_respForLensVideoNnsrGetResultOutput

type Algorithm_base_respForLensVideoNnsrGetResultOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForLensVideoNnsrGetResultOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForLensVideoNnsrGetResultOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForLensVideoNnsrGetResultOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForLensVideoNnsrGetResultOutput) String

String returns the string representation

type Algorithm_base_respForLensVideoNnsrSubmitTaskOutput

type Algorithm_base_respForLensVideoNnsrSubmitTaskOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForLensVideoNnsrSubmitTaskOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForLensVideoNnsrSubmitTaskOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForLensVideoNnsrSubmitTaskOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForLensVideoNnsrSubmitTaskOutput) String

String returns the string representation

type Algorithm_base_respForPhotoVerseOutput

type Algorithm_base_respForPhotoVerseOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForPhotoVerseOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForPhotoVerseOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForPhotoVerseOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForPhotoVerseOutput) String

String returns the string representation

type Algorithm_base_respForText2ImgXLSftOutput

type Algorithm_base_respForText2ImgXLSftOutput struct {
	Status_code *int32 `type:"int32" json:"status_code,omitempty"`

	Status_message *string `type:"string" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

func (Algorithm_base_respForText2ImgXLSftOutput) GoString

GoString returns the string representation

func (*Algorithm_base_respForText2ImgXLSftOutput) SetStatus_code

SetStatus_code sets the Status_code field's value.

func (*Algorithm_base_respForText2ImgXLSftOutput) SetStatus_message

SetStatus_message sets the Status_message field's value.

func (Algorithm_base_respForText2ImgXLSftOutput) String

String returns the string representation

type Beautify_infoForPhotoVerseInput

type Beautify_infoForPhotoVerseInput struct {
	Dermabrasion *float64 `type:"float" json:"dermabrasion,omitempty"`

	Whitening *float64 `type:"float" json:"whitening,omitempty"`
	// contains filtered or unexported fields
}

func (Beautify_infoForPhotoVerseInput) GoString

GoString returns the string representation

func (*Beautify_infoForPhotoVerseInput) SetDermabrasion

SetDermabrasion sets the Dermabrasion field's value.

func (*Beautify_infoForPhotoVerseInput) SetWhitening

SetWhitening sets the Whitening field's value.

func (Beautify_infoForPhotoVerseInput) String

String returns the string representation

type CV20240606

type CV20240606 struct {
	*client.Client
}

CV20240606 provides the API operation methods for making requests to CV20240606. See this package's package overview docs for details on the service.

CV20240606 methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*CV20240606) AIGCStylizeImage

func (c *CV20240606) AIGCStylizeImage(input *AIGCStylizeImageInput) (*AIGCStylizeImageOutput, error)

AIGCStylizeImage API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation AIGCStylizeImage for usage and error information.

func (*CV20240606) AIGCStylizeImageCommon

func (c *CV20240606) AIGCStylizeImageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AIGCStylizeImageCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation AIGCStylizeImageCommon for usage and error information.

func (*CV20240606) AIGCStylizeImageCommonRequest

func (c *CV20240606) AIGCStylizeImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AIGCStylizeImageCommonRequest generates a "volcengine/request.Request" representing the client's request for the AIGCStylizeImageCommon operation. The "output" return value will be populated with the AIGCStylizeImageCommon request's response once the request completes successfully.

Use "Send" method on the returned AIGCStylizeImageCommon Request to send the API call to the service. the "output" return value is not valid until after AIGCStylizeImageCommon Send returns without error.

See AIGCStylizeImageCommon for more information on using the AIGCStylizeImageCommon API call, and error handling.

// Example sending a request using the AIGCStylizeImageCommonRequest method.
req, resp := client.AIGCStylizeImageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) AIGCStylizeImageCommonWithContext

func (c *CV20240606) AIGCStylizeImageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AIGCStylizeImageCommonWithContext is the same as AIGCStylizeImageCommon with the addition of the ability to pass a context and additional request options.

See AIGCStylizeImageCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) AIGCStylizeImageRequest

func (c *CV20240606) AIGCStylizeImageRequest(input *AIGCStylizeImageInput) (req *request.Request, output *AIGCStylizeImageOutput)

AIGCStylizeImageRequest generates a "volcengine/request.Request" representing the client's request for the AIGCStylizeImage operation. The "output" return value will be populated with the AIGCStylizeImageCommon request's response once the request completes successfully.

Use "Send" method on the returned AIGCStylizeImageCommon Request to send the API call to the service. the "output" return value is not valid until after AIGCStylizeImageCommon Send returns without error.

See AIGCStylizeImage for more information on using the AIGCStylizeImage API call, and error handling.

// Example sending a request using the AIGCStylizeImageRequest method.
req, resp := client.AIGCStylizeImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) AIGCStylizeImageUsage

func (c *CV20240606) AIGCStylizeImageUsage(input *AIGCStylizeImageUsageInput) (*AIGCStylizeImageUsageOutput, error)

AIGCStylizeImageUsage API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation AIGCStylizeImageUsage for usage and error information.

func (*CV20240606) AIGCStylizeImageUsageCommon

func (c *CV20240606) AIGCStylizeImageUsageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AIGCStylizeImageUsageCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation AIGCStylizeImageUsageCommon for usage and error information.

func (*CV20240606) AIGCStylizeImageUsageCommonRequest

func (c *CV20240606) AIGCStylizeImageUsageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AIGCStylizeImageUsageCommonRequest generates a "volcengine/request.Request" representing the client's request for the AIGCStylizeImageUsageCommon operation. The "output" return value will be populated with the AIGCStylizeImageUsageCommon request's response once the request completes successfully.

Use "Send" method on the returned AIGCStylizeImageUsageCommon Request to send the API call to the service. the "output" return value is not valid until after AIGCStylizeImageUsageCommon Send returns without error.

See AIGCStylizeImageUsageCommon for more information on using the AIGCStylizeImageUsageCommon API call, and error handling.

// Example sending a request using the AIGCStylizeImageUsageCommonRequest method.
req, resp := client.AIGCStylizeImageUsageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) AIGCStylizeImageUsageCommonWithContext

func (c *CV20240606) AIGCStylizeImageUsageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AIGCStylizeImageUsageCommonWithContext is the same as AIGCStylizeImageUsageCommon with the addition of the ability to pass a context and additional request options.

See AIGCStylizeImageUsageCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) AIGCStylizeImageUsageRequest

func (c *CV20240606) AIGCStylizeImageUsageRequest(input *AIGCStylizeImageUsageInput) (req *request.Request, output *AIGCStylizeImageUsageOutput)

AIGCStylizeImageUsageRequest generates a "volcengine/request.Request" representing the client's request for the AIGCStylizeImageUsage operation. The "output" return value will be populated with the AIGCStylizeImageUsageCommon request's response once the request completes successfully.

Use "Send" method on the returned AIGCStylizeImageUsageCommon Request to send the API call to the service. the "output" return value is not valid until after AIGCStylizeImageUsageCommon Send returns without error.

See AIGCStylizeImageUsage for more information on using the AIGCStylizeImageUsage API call, and error handling.

// Example sending a request using the AIGCStylizeImageUsageRequest method.
req, resp := client.AIGCStylizeImageUsageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) AIGCStylizeImageUsageWithContext

func (c *CV20240606) AIGCStylizeImageUsageWithContext(ctx volcengine.Context, input *AIGCStylizeImageUsageInput, opts ...request.Option) (*AIGCStylizeImageUsageOutput, error)

AIGCStylizeImageUsageWithContext is the same as AIGCStylizeImageUsage with the addition of the ability to pass a context and additional request options.

See AIGCStylizeImageUsage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) AIGCStylizeImageWithContext

func (c *CV20240606) AIGCStylizeImageWithContext(ctx volcengine.Context, input *AIGCStylizeImageInput, opts ...request.Option) (*AIGCStylizeImageOutput, error)

AIGCStylizeImageWithContext is the same as AIGCStylizeImage with the addition of the ability to pass a context and additional request options.

See AIGCStylizeImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) EmotionPortrait

func (c *CV20240606) EmotionPortrait(input *EmotionPortraitInput) (*EmotionPortraitOutput, error)

EmotionPortrait API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation EmotionPortrait for usage and error information.

func (*CV20240606) EmotionPortraitCommon

func (c *CV20240606) EmotionPortraitCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EmotionPortraitCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation EmotionPortraitCommon for usage and error information.

func (*CV20240606) EmotionPortraitCommonRequest

func (c *CV20240606) EmotionPortraitCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EmotionPortraitCommonRequest generates a "volcengine/request.Request" representing the client's request for the EmotionPortraitCommon operation. The "output" return value will be populated with the EmotionPortraitCommon request's response once the request completes successfully.

Use "Send" method on the returned EmotionPortraitCommon Request to send the API call to the service. the "output" return value is not valid until after EmotionPortraitCommon Send returns without error.

See EmotionPortraitCommon for more information on using the EmotionPortraitCommon API call, and error handling.

// Example sending a request using the EmotionPortraitCommonRequest method.
req, resp := client.EmotionPortraitCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) EmotionPortraitCommonWithContext

func (c *CV20240606) EmotionPortraitCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EmotionPortraitCommonWithContext is the same as EmotionPortraitCommon with the addition of the ability to pass a context and additional request options.

See EmotionPortraitCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) EmotionPortraitRequest

func (c *CV20240606) EmotionPortraitRequest(input *EmotionPortraitInput) (req *request.Request, output *EmotionPortraitOutput)

EmotionPortraitRequest generates a "volcengine/request.Request" representing the client's request for the EmotionPortrait operation. The "output" return value will be populated with the EmotionPortraitCommon request's response once the request completes successfully.

Use "Send" method on the returned EmotionPortraitCommon Request to send the API call to the service. the "output" return value is not valid until after EmotionPortraitCommon Send returns without error.

See EmotionPortrait for more information on using the EmotionPortrait API call, and error handling.

// Example sending a request using the EmotionPortraitRequest method.
req, resp := client.EmotionPortraitRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) EmotionPortraitWithContext

func (c *CV20240606) EmotionPortraitWithContext(ctx volcengine.Context, input *EmotionPortraitInput, opts ...request.Option) (*EmotionPortraitOutput, error)

EmotionPortraitWithContext is the same as EmotionPortrait with the addition of the ability to pass a context and additional request options.

See EmotionPortrait for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) EntitySegment

func (c *CV20240606) EntitySegment(input *EntitySegmentInput) (*EntitySegmentOutput, error)

EntitySegment API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation EntitySegment for usage and error information.

func (*CV20240606) EntitySegmentCommon

func (c *CV20240606) EntitySegmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EntitySegmentCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation EntitySegmentCommon for usage and error information.

func (*CV20240606) EntitySegmentCommonRequest

func (c *CV20240606) EntitySegmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EntitySegmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the EntitySegmentCommon operation. The "output" return value will be populated with the EntitySegmentCommon request's response once the request completes successfully.

Use "Send" method on the returned EntitySegmentCommon Request to send the API call to the service. the "output" return value is not valid until after EntitySegmentCommon Send returns without error.

See EntitySegmentCommon for more information on using the EntitySegmentCommon API call, and error handling.

// Example sending a request using the EntitySegmentCommonRequest method.
req, resp := client.EntitySegmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) EntitySegmentCommonWithContext

func (c *CV20240606) EntitySegmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EntitySegmentCommonWithContext is the same as EntitySegmentCommon with the addition of the ability to pass a context and additional request options.

See EntitySegmentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) EntitySegmentRequest

func (c *CV20240606) EntitySegmentRequest(input *EntitySegmentInput) (req *request.Request, output *EntitySegmentOutput)

EntitySegmentRequest generates a "volcengine/request.Request" representing the client's request for the EntitySegment operation. The "output" return value will be populated with the EntitySegmentCommon request's response once the request completes successfully.

Use "Send" method on the returned EntitySegmentCommon Request to send the API call to the service. the "output" return value is not valid until after EntitySegmentCommon Send returns without error.

See EntitySegment for more information on using the EntitySegment API call, and error handling.

// Example sending a request using the EntitySegmentRequest method.
req, resp := client.EntitySegmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) EntitySegmentWithContext

func (c *CV20240606) EntitySegmentWithContext(ctx volcengine.Context, input *EntitySegmentInput, opts ...request.Option) (*EntitySegmentOutput, error)

EntitySegmentWithContext is the same as EntitySegment with the addition of the ability to pass a context and additional request options.

See EntitySegment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceFusionMovieGetResult

func (c *CV20240606) FaceFusionMovieGetResult(input *FaceFusionMovieGetResultInput) (*FaceFusionMovieGetResultOutput, error)

FaceFusionMovieGetResult API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceFusionMovieGetResult for usage and error information.

func (*CV20240606) FaceFusionMovieGetResultCommon

func (c *CV20240606) FaceFusionMovieGetResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)

FaceFusionMovieGetResultCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceFusionMovieGetResultCommon for usage and error information.

func (*CV20240606) FaceFusionMovieGetResultCommonRequest

func (c *CV20240606) FaceFusionMovieGetResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

FaceFusionMovieGetResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the FaceFusionMovieGetResultCommon operation. The "output" return value will be populated with the FaceFusionMovieGetResultCommon request's response once the request completes successfully.

Use "Send" method on the returned FaceFusionMovieGetResultCommon Request to send the API call to the service. the "output" return value is not valid until after FaceFusionMovieGetResultCommon Send returns without error.

See FaceFusionMovieGetResultCommon for more information on using the FaceFusionMovieGetResultCommon API call, and error handling.

// Example sending a request using the FaceFusionMovieGetResultCommonRequest method.
req, resp := client.FaceFusionMovieGetResultCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceFusionMovieGetResultCommonWithContext

func (c *CV20240606) FaceFusionMovieGetResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

FaceFusionMovieGetResultCommonWithContext is the same as FaceFusionMovieGetResultCommon with the addition of the ability to pass a context and additional request options.

See FaceFusionMovieGetResultCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceFusionMovieGetResultRequest

func (c *CV20240606) FaceFusionMovieGetResultRequest(input *FaceFusionMovieGetResultInput) (req *request.Request, output *FaceFusionMovieGetResultOutput)

FaceFusionMovieGetResultRequest generates a "volcengine/request.Request" representing the client's request for the FaceFusionMovieGetResult operation. The "output" return value will be populated with the FaceFusionMovieGetResultCommon request's response once the request completes successfully.

Use "Send" method on the returned FaceFusionMovieGetResultCommon Request to send the API call to the service. the "output" return value is not valid until after FaceFusionMovieGetResultCommon Send returns without error.

See FaceFusionMovieGetResult for more information on using the FaceFusionMovieGetResult API call, and error handling.

// Example sending a request using the FaceFusionMovieGetResultRequest method.
req, resp := client.FaceFusionMovieGetResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceFusionMovieGetResultWithContext

func (c *CV20240606) FaceFusionMovieGetResultWithContext(ctx volcengine.Context, input *FaceFusionMovieGetResultInput, opts ...request.Option) (*FaceFusionMovieGetResultOutput, error)

FaceFusionMovieGetResultWithContext is the same as FaceFusionMovieGetResult with the addition of the ability to pass a context and additional request options.

See FaceFusionMovieGetResult for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceFusionMovieSubmitTask

func (c *CV20240606) FaceFusionMovieSubmitTask(input *FaceFusionMovieSubmitTaskInput) (*FaceFusionMovieSubmitTaskOutput, error)

FaceFusionMovieSubmitTask API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceFusionMovieSubmitTask for usage and error information.

func (*CV20240606) FaceFusionMovieSubmitTaskCommon

func (c *CV20240606) FaceFusionMovieSubmitTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

FaceFusionMovieSubmitTaskCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceFusionMovieSubmitTaskCommon for usage and error information.

func (*CV20240606) FaceFusionMovieSubmitTaskCommonRequest

func (c *CV20240606) FaceFusionMovieSubmitTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

FaceFusionMovieSubmitTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the FaceFusionMovieSubmitTaskCommon operation. The "output" return value will be populated with the FaceFusionMovieSubmitTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned FaceFusionMovieSubmitTaskCommon Request to send the API call to the service. the "output" return value is not valid until after FaceFusionMovieSubmitTaskCommon Send returns without error.

See FaceFusionMovieSubmitTaskCommon for more information on using the FaceFusionMovieSubmitTaskCommon API call, and error handling.

// Example sending a request using the FaceFusionMovieSubmitTaskCommonRequest method.
req, resp := client.FaceFusionMovieSubmitTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceFusionMovieSubmitTaskCommonWithContext

func (c *CV20240606) FaceFusionMovieSubmitTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

FaceFusionMovieSubmitTaskCommonWithContext is the same as FaceFusionMovieSubmitTaskCommon with the addition of the ability to pass a context and additional request options.

See FaceFusionMovieSubmitTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceFusionMovieSubmitTaskRequest

func (c *CV20240606) FaceFusionMovieSubmitTaskRequest(input *FaceFusionMovieSubmitTaskInput) (req *request.Request, output *FaceFusionMovieSubmitTaskOutput)

FaceFusionMovieSubmitTaskRequest generates a "volcengine/request.Request" representing the client's request for the FaceFusionMovieSubmitTask operation. The "output" return value will be populated with the FaceFusionMovieSubmitTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned FaceFusionMovieSubmitTaskCommon Request to send the API call to the service. the "output" return value is not valid until after FaceFusionMovieSubmitTaskCommon Send returns without error.

See FaceFusionMovieSubmitTask for more information on using the FaceFusionMovieSubmitTask API call, and error handling.

// Example sending a request using the FaceFusionMovieSubmitTaskRequest method.
req, resp := client.FaceFusionMovieSubmitTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceFusionMovieSubmitTaskWithContext

func (c *CV20240606) FaceFusionMovieSubmitTaskWithContext(ctx volcengine.Context, input *FaceFusionMovieSubmitTaskInput, opts ...request.Option) (*FaceFusionMovieSubmitTaskOutput, error)

FaceFusionMovieSubmitTaskWithContext is the same as FaceFusionMovieSubmitTask with the addition of the ability to pass a context and additional request options.

See FaceFusionMovieSubmitTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceSwap

func (c *CV20240606) FaceSwap(input *FaceSwapInput) (*FaceSwapOutput, error)

FaceSwap API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceSwap for usage and error information.

func (*CV20240606) FaceSwapAI

func (c *CV20240606) FaceSwapAI(input *FaceSwapAIInput) (*FaceSwapAIOutput, error)

FaceSwapAI API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceSwapAI for usage and error information.

func (*CV20240606) FaceSwapAICommon

func (c *CV20240606) FaceSwapAICommon(input *map[string]interface{}) (*map[string]interface{}, error)

FaceSwapAICommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceSwapAICommon for usage and error information.

func (*CV20240606) FaceSwapAICommonRequest

func (c *CV20240606) FaceSwapAICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

FaceSwapAICommonRequest generates a "volcengine/request.Request" representing the client's request for the FaceSwapAICommon operation. The "output" return value will be populated with the FaceSwapAICommon request's response once the request completes successfully.

Use "Send" method on the returned FaceSwapAICommon Request to send the API call to the service. the "output" return value is not valid until after FaceSwapAICommon Send returns without error.

See FaceSwapAICommon for more information on using the FaceSwapAICommon API call, and error handling.

// Example sending a request using the FaceSwapAICommonRequest method.
req, resp := client.FaceSwapAICommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceSwapAICommonWithContext

func (c *CV20240606) FaceSwapAICommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

FaceSwapAICommonWithContext is the same as FaceSwapAICommon with the addition of the ability to pass a context and additional request options.

See FaceSwapAICommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceSwapAIRequest

func (c *CV20240606) FaceSwapAIRequest(input *FaceSwapAIInput) (req *request.Request, output *FaceSwapAIOutput)

FaceSwapAIRequest generates a "volcengine/request.Request" representing the client's request for the FaceSwapAI operation. The "output" return value will be populated with the FaceSwapAICommon request's response once the request completes successfully.

Use "Send" method on the returned FaceSwapAICommon Request to send the API call to the service. the "output" return value is not valid until after FaceSwapAICommon Send returns without error.

See FaceSwapAI for more information on using the FaceSwapAI API call, and error handling.

// Example sending a request using the FaceSwapAIRequest method.
req, resp := client.FaceSwapAIRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceSwapAIWithContext

func (c *CV20240606) FaceSwapAIWithContext(ctx volcengine.Context, input *FaceSwapAIInput, opts ...request.Option) (*FaceSwapAIOutput, error)

FaceSwapAIWithContext is the same as FaceSwapAI with the addition of the ability to pass a context and additional request options.

See FaceSwapAI for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceSwapCommon

func (c *CV20240606) FaceSwapCommon(input *map[string]interface{}) (*map[string]interface{}, error)

FaceSwapCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation FaceSwapCommon for usage and error information.

func (*CV20240606) FaceSwapCommonRequest

func (c *CV20240606) FaceSwapCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

FaceSwapCommonRequest generates a "volcengine/request.Request" representing the client's request for the FaceSwapCommon operation. The "output" return value will be populated with the FaceSwapCommon request's response once the request completes successfully.

Use "Send" method on the returned FaceSwapCommon Request to send the API call to the service. the "output" return value is not valid until after FaceSwapCommon Send returns without error.

See FaceSwapCommon for more information on using the FaceSwapCommon API call, and error handling.

// Example sending a request using the FaceSwapCommonRequest method.
req, resp := client.FaceSwapCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceSwapCommonWithContext

func (c *CV20240606) FaceSwapCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

FaceSwapCommonWithContext is the same as FaceSwapCommon with the addition of the ability to pass a context and additional request options.

See FaceSwapCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) FaceSwapRequest

func (c *CV20240606) FaceSwapRequest(input *FaceSwapInput) (req *request.Request, output *FaceSwapOutput)

FaceSwapRequest generates a "volcengine/request.Request" representing the client's request for the FaceSwap operation. The "output" return value will be populated with the FaceSwapCommon request's response once the request completes successfully.

Use "Send" method on the returned FaceSwapCommon Request to send the API call to the service. the "output" return value is not valid until after FaceSwapCommon Send returns without error.

See FaceSwap for more information on using the FaceSwap API call, and error handling.

// Example sending a request using the FaceSwapRequest method.
req, resp := client.FaceSwapRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) FaceSwapWithContext

func (c *CV20240606) FaceSwapWithContext(ctx volcengine.Context, input *FaceSwapInput, opts ...request.Option) (*FaceSwapOutput, error)

FaceSwapWithContext is the same as FaceSwap with the addition of the ability to pass a context and additional request options.

See FaceSwap for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HairStyle

func (c *CV20240606) HairStyle(input *HairStyleInput) (*HairStyleOutput, error)

HairStyle API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HairStyle for usage and error information.

func (*CV20240606) HairStyleCommon

func (c *CV20240606) HairStyleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

HairStyleCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HairStyleCommon for usage and error information.

func (*CV20240606) HairStyleCommonRequest

func (c *CV20240606) HairStyleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HairStyleCommonRequest generates a "volcengine/request.Request" representing the client's request for the HairStyleCommon operation. The "output" return value will be populated with the HairStyleCommon request's response once the request completes successfully.

Use "Send" method on the returned HairStyleCommon Request to send the API call to the service. the "output" return value is not valid until after HairStyleCommon Send returns without error.

See HairStyleCommon for more information on using the HairStyleCommon API call, and error handling.

// Example sending a request using the HairStyleCommonRequest method.
req, resp := client.HairStyleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HairStyleCommonWithContext

func (c *CV20240606) HairStyleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HairStyleCommonWithContext is the same as HairStyleCommon with the addition of the ability to pass a context and additional request options.

See HairStyleCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HairStyleRequest

func (c *CV20240606) HairStyleRequest(input *HairStyleInput) (req *request.Request, output *HairStyleOutput)

HairStyleRequest generates a "volcengine/request.Request" representing the client's request for the HairStyle operation. The "output" return value will be populated with the HairStyleCommon request's response once the request completes successfully.

Use "Send" method on the returned HairStyleCommon Request to send the API call to the service. the "output" return value is not valid until after HairStyleCommon Send returns without error.

See HairStyle for more information on using the HairStyle API call, and error handling.

// Example sending a request using the HairStyleRequest method.
req, resp := client.HairStyleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HairStyleWithContext

func (c *CV20240606) HairStyleWithContext(ctx volcengine.Context, input *HairStyleInput, opts ...request.Option) (*HairStyleOutput, error)

HairStyleWithContext is the same as HairStyle with the addition of the ability to pass a context and additional request options.

See HairStyle for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesAnimeV13

func (c *CV20240606) HighAesAnimeV13(input *HighAesAnimeV13Input) (*HighAesAnimeV13Output, error)

HighAesAnimeV13 API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesAnimeV13 for usage and error information.

func (*CV20240606) HighAesAnimeV13Common

func (c *CV20240606) HighAesAnimeV13Common(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesAnimeV13Common API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesAnimeV13Common for usage and error information.

func (*CV20240606) HighAesAnimeV13CommonRequest

func (c *CV20240606) HighAesAnimeV13CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesAnimeV13CommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesAnimeV13Common operation. The "output" return value will be populated with the HighAesAnimeV13Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesAnimeV13Common Request to send the API call to the service. the "output" return value is not valid until after HighAesAnimeV13Common Send returns without error.

See HighAesAnimeV13Common for more information on using the HighAesAnimeV13Common API call, and error handling.

// Example sending a request using the HighAesAnimeV13CommonRequest method.
req, resp := client.HighAesAnimeV13CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesAnimeV13CommonWithContext

func (c *CV20240606) HighAesAnimeV13CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesAnimeV13CommonWithContext is the same as HighAesAnimeV13Common with the addition of the ability to pass a context and additional request options.

See HighAesAnimeV13Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesAnimeV13Request

func (c *CV20240606) HighAesAnimeV13Request(input *HighAesAnimeV13Input) (req *request.Request, output *HighAesAnimeV13Output)

HighAesAnimeV13Request generates a "volcengine/request.Request" representing the client's request for the HighAesAnimeV13 operation. The "output" return value will be populated with the HighAesAnimeV13Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesAnimeV13Common Request to send the API call to the service. the "output" return value is not valid until after HighAesAnimeV13Common Send returns without error.

See HighAesAnimeV13 for more information on using the HighAesAnimeV13 API call, and error handling.

// Example sending a request using the HighAesAnimeV13Request method.
req, resp := client.HighAesAnimeV13Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesAnimeV13WithContext

func (c *CV20240606) HighAesAnimeV13WithContext(ctx volcengine.Context, input *HighAesAnimeV13Input, opts ...request.Option) (*HighAesAnimeV13Output, error)

HighAesAnimeV13WithContext is the same as HighAesAnimeV13 with the addition of the ability to pass a context and additional request options.

See HighAesAnimeV13 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV13

func (c *CV20240606) HighAesGeneralV13(input *HighAesGeneralV13Input) (*HighAesGeneralV13Output, error)

HighAesGeneralV13 API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV13 for usage and error information.

func (*CV20240606) HighAesGeneralV13Common

func (c *CV20240606) HighAesGeneralV13Common(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesGeneralV13Common API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV13Common for usage and error information.

func (*CV20240606) HighAesGeneralV13CommonRequest

func (c *CV20240606) HighAesGeneralV13CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesGeneralV13CommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV13Common operation. The "output" return value will be populated with the HighAesGeneralV13Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV13Common Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV13Common Send returns without error.

See HighAesGeneralV13Common for more information on using the HighAesGeneralV13Common API call, and error handling.

// Example sending a request using the HighAesGeneralV13CommonRequest method.
req, resp := client.HighAesGeneralV13CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV13CommonWithContext

func (c *CV20240606) HighAesGeneralV13CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesGeneralV13CommonWithContext is the same as HighAesGeneralV13Common with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV13Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV13Request

func (c *CV20240606) HighAesGeneralV13Request(input *HighAesGeneralV13Input) (req *request.Request, output *HighAesGeneralV13Output)

HighAesGeneralV13Request generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV13 operation. The "output" return value will be populated with the HighAesGeneralV13Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV13Common Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV13Common Send returns without error.

See HighAesGeneralV13 for more information on using the HighAesGeneralV13 API call, and error handling.

// Example sending a request using the HighAesGeneralV13Request method.
req, resp := client.HighAesGeneralV13Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV13WithContext

func (c *CV20240606) HighAesGeneralV13WithContext(ctx volcengine.Context, input *HighAesGeneralV13Input, opts ...request.Option) (*HighAesGeneralV13Output, error)

HighAesGeneralV13WithContext is the same as HighAesGeneralV13 with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV13 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV14

func (c *CV20240606) HighAesGeneralV14(input *HighAesGeneralV14Input) (*HighAesGeneralV14Output, error)

HighAesGeneralV14 API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV14 for usage and error information.

func (*CV20240606) HighAesGeneralV14Common

func (c *CV20240606) HighAesGeneralV14Common(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesGeneralV14Common API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV14Common for usage and error information.

func (*CV20240606) HighAesGeneralV14CommonRequest

func (c *CV20240606) HighAesGeneralV14CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesGeneralV14CommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV14Common operation. The "output" return value will be populated with the HighAesGeneralV14Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV14Common Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV14Common Send returns without error.

See HighAesGeneralV14Common for more information on using the HighAesGeneralV14Common API call, and error handling.

// Example sending a request using the HighAesGeneralV14CommonRequest method.
req, resp := client.HighAesGeneralV14CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV14CommonWithContext

func (c *CV20240606) HighAesGeneralV14CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesGeneralV14CommonWithContext is the same as HighAesGeneralV14Common with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV14Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV14IPKeep

func (c *CV20240606) HighAesGeneralV14IPKeep(input *HighAesGeneralV14IPKeepInput) (*HighAesGeneralV14IPKeepOutput, error)

HighAesGeneralV14IPKeep API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV14IPKeep for usage and error information.

func (*CV20240606) HighAesGeneralV14IPKeepCommon

func (c *CV20240606) HighAesGeneralV14IPKeepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesGeneralV14IPKeepCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV14IPKeepCommon for usage and error information.

func (*CV20240606) HighAesGeneralV14IPKeepCommonRequest

func (c *CV20240606) HighAesGeneralV14IPKeepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesGeneralV14IPKeepCommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV14IPKeepCommon operation. The "output" return value will be populated with the HighAesGeneralV14IPKeepCommon request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV14IPKeepCommon Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV14IPKeepCommon Send returns without error.

See HighAesGeneralV14IPKeepCommon for more information on using the HighAesGeneralV14IPKeepCommon API call, and error handling.

// Example sending a request using the HighAesGeneralV14IPKeepCommonRequest method.
req, resp := client.HighAesGeneralV14IPKeepCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV14IPKeepCommonWithContext

func (c *CV20240606) HighAesGeneralV14IPKeepCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesGeneralV14IPKeepCommonWithContext is the same as HighAesGeneralV14IPKeepCommon with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV14IPKeepCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV14IPKeepRequest

func (c *CV20240606) HighAesGeneralV14IPKeepRequest(input *HighAesGeneralV14IPKeepInput) (req *request.Request, output *HighAesGeneralV14IPKeepOutput)

HighAesGeneralV14IPKeepRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV14IPKeep operation. The "output" return value will be populated with the HighAesGeneralV14IPKeepCommon request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV14IPKeepCommon Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV14IPKeepCommon Send returns without error.

See HighAesGeneralV14IPKeep for more information on using the HighAesGeneralV14IPKeep API call, and error handling.

// Example sending a request using the HighAesGeneralV14IPKeepRequest method.
req, resp := client.HighAesGeneralV14IPKeepRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV14IPKeepWithContext

func (c *CV20240606) HighAesGeneralV14IPKeepWithContext(ctx volcengine.Context, input *HighAesGeneralV14IPKeepInput, opts ...request.Option) (*HighAesGeneralV14IPKeepOutput, error)

HighAesGeneralV14IPKeepWithContext is the same as HighAesGeneralV14IPKeep with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV14IPKeep for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV14Request

func (c *CV20240606) HighAesGeneralV14Request(input *HighAesGeneralV14Input) (req *request.Request, output *HighAesGeneralV14Output)

HighAesGeneralV14Request generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV14 operation. The "output" return value will be populated with the HighAesGeneralV14Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV14Common Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV14Common Send returns without error.

See HighAesGeneralV14 for more information on using the HighAesGeneralV14 API call, and error handling.

// Example sending a request using the HighAesGeneralV14Request method.
req, resp := client.HighAesGeneralV14Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV14WithContext

func (c *CV20240606) HighAesGeneralV14WithContext(ctx volcengine.Context, input *HighAesGeneralV14Input, opts ...request.Option) (*HighAesGeneralV14Output, error)

HighAesGeneralV14WithContext is the same as HighAesGeneralV14 with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV14 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV20

func (c *CV20240606) HighAesGeneralV20(input *HighAesGeneralV20Input) (*HighAesGeneralV20Output, error)

HighAesGeneralV20 API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV20 for usage and error information.

func (*CV20240606) HighAesGeneralV20Common

func (c *CV20240606) HighAesGeneralV20Common(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesGeneralV20Common API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV20Common for usage and error information.

func (*CV20240606) HighAesGeneralV20CommonRequest

func (c *CV20240606) HighAesGeneralV20CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesGeneralV20CommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV20Common operation. The "output" return value will be populated with the HighAesGeneralV20Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV20Common Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV20Common Send returns without error.

See HighAesGeneralV20Common for more information on using the HighAesGeneralV20Common API call, and error handling.

// Example sending a request using the HighAesGeneralV20CommonRequest method.
req, resp := client.HighAesGeneralV20CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV20CommonWithContext

func (c *CV20240606) HighAesGeneralV20CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesGeneralV20CommonWithContext is the same as HighAesGeneralV20Common with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV20Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV20L

func (c *CV20240606) HighAesGeneralV20L(input *HighAesGeneralV20LInput) (*HighAesGeneralV20LOutput, error)

HighAesGeneralV20L API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV20L for usage and error information.

func (*CV20240606) HighAesGeneralV20LCommon

func (c *CV20240606) HighAesGeneralV20LCommon(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesGeneralV20LCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesGeneralV20LCommon for usage and error information.

func (*CV20240606) HighAesGeneralV20LCommonRequest

func (c *CV20240606) HighAesGeneralV20LCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesGeneralV20LCommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV20LCommon operation. The "output" return value will be populated with the HighAesGeneralV20LCommon request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV20LCommon Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV20LCommon Send returns without error.

See HighAesGeneralV20LCommon for more information on using the HighAesGeneralV20LCommon API call, and error handling.

// Example sending a request using the HighAesGeneralV20LCommonRequest method.
req, resp := client.HighAesGeneralV20LCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV20LCommonWithContext

func (c *CV20240606) HighAesGeneralV20LCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesGeneralV20LCommonWithContext is the same as HighAesGeneralV20LCommon with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV20LCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV20LRequest

func (c *CV20240606) HighAesGeneralV20LRequest(input *HighAesGeneralV20LInput) (req *request.Request, output *HighAesGeneralV20LOutput)

HighAesGeneralV20LRequest generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV20L operation. The "output" return value will be populated with the HighAesGeneralV20LCommon request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV20LCommon Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV20LCommon Send returns without error.

See HighAesGeneralV20L for more information on using the HighAesGeneralV20L API call, and error handling.

// Example sending a request using the HighAesGeneralV20LRequest method.
req, resp := client.HighAesGeneralV20LRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV20LWithContext

func (c *CV20240606) HighAesGeneralV20LWithContext(ctx volcengine.Context, input *HighAesGeneralV20LInput, opts ...request.Option) (*HighAesGeneralV20LOutput, error)

HighAesGeneralV20LWithContext is the same as HighAesGeneralV20L with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV20L for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesGeneralV20Request

func (c *CV20240606) HighAesGeneralV20Request(input *HighAesGeneralV20Input) (req *request.Request, output *HighAesGeneralV20Output)

HighAesGeneralV20Request generates a "volcengine/request.Request" representing the client's request for the HighAesGeneralV20 operation. The "output" return value will be populated with the HighAesGeneralV20Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesGeneralV20Common Request to send the API call to the service. the "output" return value is not valid until after HighAesGeneralV20Common Send returns without error.

See HighAesGeneralV20 for more information on using the HighAesGeneralV20 API call, and error handling.

// Example sending a request using the HighAesGeneralV20Request method.
req, resp := client.HighAesGeneralV20Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesGeneralV20WithContext

func (c *CV20240606) HighAesGeneralV20WithContext(ctx volcengine.Context, input *HighAesGeneralV20Input, opts ...request.Option) (*HighAesGeneralV20Output, error)

HighAesGeneralV20WithContext is the same as HighAesGeneralV20 with the addition of the ability to pass a context and additional request options.

See HighAesGeneralV20 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesIPV20

func (c *CV20240606) HighAesIPV20(input *HighAesIPV20Input) (*HighAesIPV20Output, error)

HighAesIPV20 API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesIPV20 for usage and error information.

func (*CV20240606) HighAesIPV20Common

func (c *CV20240606) HighAesIPV20Common(input *map[string]interface{}) (*map[string]interface{}, error)

HighAesIPV20Common API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HighAesIPV20Common for usage and error information.

func (*CV20240606) HighAesIPV20CommonRequest

func (c *CV20240606) HighAesIPV20CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HighAesIPV20CommonRequest generates a "volcengine/request.Request" representing the client's request for the HighAesIPV20Common operation. The "output" return value will be populated with the HighAesIPV20Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesIPV20Common Request to send the API call to the service. the "output" return value is not valid until after HighAesIPV20Common Send returns without error.

See HighAesIPV20Common for more information on using the HighAesIPV20Common API call, and error handling.

// Example sending a request using the HighAesIPV20CommonRequest method.
req, resp := client.HighAesIPV20CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesIPV20CommonWithContext

func (c *CV20240606) HighAesIPV20CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HighAesIPV20CommonWithContext is the same as HighAesIPV20Common with the addition of the ability to pass a context and additional request options.

See HighAesIPV20Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HighAesIPV20Request

func (c *CV20240606) HighAesIPV20Request(input *HighAesIPV20Input) (req *request.Request, output *HighAesIPV20Output)

HighAesIPV20Request generates a "volcengine/request.Request" representing the client's request for the HighAesIPV20 operation. The "output" return value will be populated with the HighAesIPV20Common request's response once the request completes successfully.

Use "Send" method on the returned HighAesIPV20Common Request to send the API call to the service. the "output" return value is not valid until after HighAesIPV20Common Send returns without error.

See HighAesIPV20 for more information on using the HighAesIPV20 API call, and error handling.

// Example sending a request using the HighAesIPV20Request method.
req, resp := client.HighAesIPV20Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HighAesIPV20WithContext

func (c *CV20240606) HighAesIPV20WithContext(ctx volcengine.Context, input *HighAesIPV20Input, opts ...request.Option) (*HighAesIPV20Output, error)

HighAesIPV20WithContext is the same as HighAesIPV20 with the addition of the ability to pass a context and additional request options.

See HighAesIPV20 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HignAesGeneralV12

func (c *CV20240606) HignAesGeneralV12(input *HignAesGeneralV12Input) (*HignAesGeneralV12Output, error)

HignAesGeneralV12 API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HignAesGeneralV12 for usage and error information.

func (*CV20240606) HignAesGeneralV12Common

func (c *CV20240606) HignAesGeneralV12Common(input *map[string]interface{}) (*map[string]interface{}, error)

HignAesGeneralV12Common API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation HignAesGeneralV12Common for usage and error information.

func (*CV20240606) HignAesGeneralV12CommonRequest

func (c *CV20240606) HignAesGeneralV12CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

HignAesGeneralV12CommonRequest generates a "volcengine/request.Request" representing the client's request for the HignAesGeneralV12Common operation. The "output" return value will be populated with the HignAesGeneralV12Common request's response once the request completes successfully.

Use "Send" method on the returned HignAesGeneralV12Common Request to send the API call to the service. the "output" return value is not valid until after HignAesGeneralV12Common Send returns without error.

See HignAesGeneralV12Common for more information on using the HignAesGeneralV12Common API call, and error handling.

// Example sending a request using the HignAesGeneralV12CommonRequest method.
req, resp := client.HignAesGeneralV12CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HignAesGeneralV12CommonWithContext

func (c *CV20240606) HignAesGeneralV12CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

HignAesGeneralV12CommonWithContext is the same as HignAesGeneralV12Common with the addition of the ability to pass a context and additional request options.

See HignAesGeneralV12Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) HignAesGeneralV12Request

func (c *CV20240606) HignAesGeneralV12Request(input *HignAesGeneralV12Input) (req *request.Request, output *HignAesGeneralV12Output)

HignAesGeneralV12Request generates a "volcengine/request.Request" representing the client's request for the HignAesGeneralV12 operation. The "output" return value will be populated with the HignAesGeneralV12Common request's response once the request completes successfully.

Use "Send" method on the returned HignAesGeneralV12Common Request to send the API call to the service. the "output" return value is not valid until after HignAesGeneralV12Common Send returns without error.

See HignAesGeneralV12 for more information on using the HignAesGeneralV12 API call, and error handling.

// Example sending a request using the HignAesGeneralV12Request method.
req, resp := client.HignAesGeneralV12Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) HignAesGeneralV12WithContext

func (c *CV20240606) HignAesGeneralV12WithContext(ctx volcengine.Context, input *HignAesGeneralV12Input, opts ...request.Option) (*HignAesGeneralV12Output, error)

HignAesGeneralV12WithContext is the same as HignAesGeneralV12 with the addition of the ability to pass a context and additional request options.

See HignAesGeneralV12 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgInpainting

func (c *CV20240606) Img2ImgInpainting(input *Img2ImgInpaintingInput) (*Img2ImgInpaintingOutput, error)

Img2ImgInpainting API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgInpainting for usage and error information.

func (*CV20240606) Img2ImgInpaintingCommon

func (c *CV20240606) Img2ImgInpaintingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

Img2ImgInpaintingCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgInpaintingCommon for usage and error information.

func (*CV20240606) Img2ImgInpaintingCommonRequest

func (c *CV20240606) Img2ImgInpaintingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

Img2ImgInpaintingCommonRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgInpaintingCommon operation. The "output" return value will be populated with the Img2ImgInpaintingCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgInpaintingCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgInpaintingCommon Send returns without error.

See Img2ImgInpaintingCommon for more information on using the Img2ImgInpaintingCommon API call, and error handling.

// Example sending a request using the Img2ImgInpaintingCommonRequest method.
req, resp := client.Img2ImgInpaintingCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgInpaintingCommonWithContext

func (c *CV20240606) Img2ImgInpaintingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

Img2ImgInpaintingCommonWithContext is the same as Img2ImgInpaintingCommon with the addition of the ability to pass a context and additional request options.

See Img2ImgInpaintingCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgInpaintingEdit

func (c *CV20240606) Img2ImgInpaintingEdit(input *Img2ImgInpaintingEditInput) (*Img2ImgInpaintingEditOutput, error)

Img2ImgInpaintingEdit API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgInpaintingEdit for usage and error information.

func (*CV20240606) Img2ImgInpaintingEditCommon

func (c *CV20240606) Img2ImgInpaintingEditCommon(input *map[string]interface{}) (*map[string]interface{}, error)

Img2ImgInpaintingEditCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgInpaintingEditCommon for usage and error information.

func (*CV20240606) Img2ImgInpaintingEditCommonRequest

func (c *CV20240606) Img2ImgInpaintingEditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

Img2ImgInpaintingEditCommonRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgInpaintingEditCommon operation. The "output" return value will be populated with the Img2ImgInpaintingEditCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgInpaintingEditCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgInpaintingEditCommon Send returns without error.

See Img2ImgInpaintingEditCommon for more information on using the Img2ImgInpaintingEditCommon API call, and error handling.

// Example sending a request using the Img2ImgInpaintingEditCommonRequest method.
req, resp := client.Img2ImgInpaintingEditCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgInpaintingEditCommonWithContext

func (c *CV20240606) Img2ImgInpaintingEditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

Img2ImgInpaintingEditCommonWithContext is the same as Img2ImgInpaintingEditCommon with the addition of the ability to pass a context and additional request options.

See Img2ImgInpaintingEditCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgInpaintingEditRequest

func (c *CV20240606) Img2ImgInpaintingEditRequest(input *Img2ImgInpaintingEditInput) (req *request.Request, output *Img2ImgInpaintingEditOutput)

Img2ImgInpaintingEditRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgInpaintingEdit operation. The "output" return value will be populated with the Img2ImgInpaintingEditCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgInpaintingEditCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgInpaintingEditCommon Send returns without error.

See Img2ImgInpaintingEdit for more information on using the Img2ImgInpaintingEdit API call, and error handling.

// Example sending a request using the Img2ImgInpaintingEditRequest method.
req, resp := client.Img2ImgInpaintingEditRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgInpaintingEditWithContext

func (c *CV20240606) Img2ImgInpaintingEditWithContext(ctx volcengine.Context, input *Img2ImgInpaintingEditInput, opts ...request.Option) (*Img2ImgInpaintingEditOutput, error)

Img2ImgInpaintingEditWithContext is the same as Img2ImgInpaintingEdit with the addition of the ability to pass a context and additional request options.

See Img2ImgInpaintingEdit for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgInpaintingRequest

func (c *CV20240606) Img2ImgInpaintingRequest(input *Img2ImgInpaintingInput) (req *request.Request, output *Img2ImgInpaintingOutput)

Img2ImgInpaintingRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgInpainting operation. The "output" return value will be populated with the Img2ImgInpaintingCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgInpaintingCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgInpaintingCommon Send returns without error.

See Img2ImgInpainting for more information on using the Img2ImgInpainting API call, and error handling.

// Example sending a request using the Img2ImgInpaintingRequest method.
req, resp := client.Img2ImgInpaintingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgInpaintingWithContext

func (c *CV20240606) Img2ImgInpaintingWithContext(ctx volcengine.Context, input *Img2ImgInpaintingInput, opts ...request.Option) (*Img2ImgInpaintingOutput, error)

Img2ImgInpaintingWithContext is the same as Img2ImgInpainting with the addition of the ability to pass a context and additional request options.

See Img2ImgInpainting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgOutpainting

func (c *CV20240606) Img2ImgOutpainting(input *Img2ImgOutpaintingInput) (*Img2ImgOutpaintingOutput, error)

Img2ImgOutpainting API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgOutpainting for usage and error information.

func (*CV20240606) Img2ImgOutpaintingCommon

func (c *CV20240606) Img2ImgOutpaintingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

Img2ImgOutpaintingCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgOutpaintingCommon for usage and error information.

func (*CV20240606) Img2ImgOutpaintingCommonRequest

func (c *CV20240606) Img2ImgOutpaintingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

Img2ImgOutpaintingCommonRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgOutpaintingCommon operation. The "output" return value will be populated with the Img2ImgOutpaintingCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgOutpaintingCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgOutpaintingCommon Send returns without error.

See Img2ImgOutpaintingCommon for more information on using the Img2ImgOutpaintingCommon API call, and error handling.

// Example sending a request using the Img2ImgOutpaintingCommonRequest method.
req, resp := client.Img2ImgOutpaintingCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgOutpaintingCommonWithContext

func (c *CV20240606) Img2ImgOutpaintingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

Img2ImgOutpaintingCommonWithContext is the same as Img2ImgOutpaintingCommon with the addition of the ability to pass a context and additional request options.

See Img2ImgOutpaintingCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgOutpaintingRequest

func (c *CV20240606) Img2ImgOutpaintingRequest(input *Img2ImgOutpaintingInput) (req *request.Request, output *Img2ImgOutpaintingOutput)

Img2ImgOutpaintingRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgOutpainting operation. The "output" return value will be populated with the Img2ImgOutpaintingCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgOutpaintingCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgOutpaintingCommon Send returns without error.

See Img2ImgOutpainting for more information on using the Img2ImgOutpainting API call, and error handling.

// Example sending a request using the Img2ImgOutpaintingRequest method.
req, resp := client.Img2ImgOutpaintingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgOutpaintingWithContext

func (c *CV20240606) Img2ImgOutpaintingWithContext(ctx volcengine.Context, input *Img2ImgOutpaintingInput, opts ...request.Option) (*Img2ImgOutpaintingOutput, error)

Img2ImgOutpaintingWithContext is the same as Img2ImgOutpainting with the addition of the ability to pass a context and additional request options.

See Img2ImgOutpainting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgXLSft

func (c *CV20240606) Img2ImgXLSft(input *Img2ImgXLSftInput) (*Img2ImgXLSftOutput, error)

Img2ImgXLSft API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgXLSft for usage and error information.

func (*CV20240606) Img2ImgXLSftCommon

func (c *CV20240606) Img2ImgXLSftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

Img2ImgXLSftCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Img2ImgXLSftCommon for usage and error information.

func (*CV20240606) Img2ImgXLSftCommonRequest

func (c *CV20240606) Img2ImgXLSftCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

Img2ImgXLSftCommonRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgXLSftCommon operation. The "output" return value will be populated with the Img2ImgXLSftCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgXLSftCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgXLSftCommon Send returns without error.

See Img2ImgXLSftCommon for more information on using the Img2ImgXLSftCommon API call, and error handling.

// Example sending a request using the Img2ImgXLSftCommonRequest method.
req, resp := client.Img2ImgXLSftCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgXLSftCommonWithContext

func (c *CV20240606) Img2ImgXLSftCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

Img2ImgXLSftCommonWithContext is the same as Img2ImgXLSftCommon with the addition of the ability to pass a context and additional request options.

See Img2ImgXLSftCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Img2ImgXLSftRequest

func (c *CV20240606) Img2ImgXLSftRequest(input *Img2ImgXLSftInput) (req *request.Request, output *Img2ImgXLSftOutput)

Img2ImgXLSftRequest generates a "volcengine/request.Request" representing the client's request for the Img2ImgXLSft operation. The "output" return value will be populated with the Img2ImgXLSftCommon request's response once the request completes successfully.

Use "Send" method on the returned Img2ImgXLSftCommon Request to send the API call to the service. the "output" return value is not valid until after Img2ImgXLSftCommon Send returns without error.

See Img2ImgXLSft for more information on using the Img2ImgXLSft API call, and error handling.

// Example sending a request using the Img2ImgXLSftRequest method.
req, resp := client.Img2ImgXLSftRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Img2ImgXLSftWithContext

func (c *CV20240606) Img2ImgXLSftWithContext(ctx volcengine.Context, input *Img2ImgXLSftInput, opts ...request.Option) (*Img2ImgXLSftOutput, error)

Img2ImgXLSftWithContext is the same as Img2ImgXLSft with the addition of the ability to pass a context and additional request options.

See Img2ImgXLSft for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensLqir

func (c *CV20240606) LensLqir(input *LensLqirInput) (*LensLqirOutput, error)

LensLqir API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensLqir for usage and error information.

func (*CV20240606) LensLqirCommon

func (c *CV20240606) LensLqirCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensLqirCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensLqirCommon for usage and error information.

func (*CV20240606) LensLqirCommonRequest

func (c *CV20240606) LensLqirCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensLqirCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensLqirCommon operation. The "output" return value will be populated with the LensLqirCommon request's response once the request completes successfully.

Use "Send" method on the returned LensLqirCommon Request to send the API call to the service. the "output" return value is not valid until after LensLqirCommon Send returns without error.

See LensLqirCommon for more information on using the LensLqirCommon API call, and error handling.

// Example sending a request using the LensLqirCommonRequest method.
req, resp := client.LensLqirCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensLqirCommonWithContext

func (c *CV20240606) LensLqirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensLqirCommonWithContext is the same as LensLqirCommon with the addition of the ability to pass a context and additional request options.

See LensLqirCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensLqirRequest

func (c *CV20240606) LensLqirRequest(input *LensLqirInput) (req *request.Request, output *LensLqirOutput)

LensLqirRequest generates a "volcengine/request.Request" representing the client's request for the LensLqir operation. The "output" return value will be populated with the LensLqirCommon request's response once the request completes successfully.

Use "Send" method on the returned LensLqirCommon Request to send the API call to the service. the "output" return value is not valid until after LensLqirCommon Send returns without error.

See LensLqir for more information on using the LensLqir API call, and error handling.

// Example sending a request using the LensLqirRequest method.
req, resp := client.LensLqirRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensLqirWithContext

func (c *CV20240606) LensLqirWithContext(ctx volcengine.Context, input *LensLqirInput, opts ...request.Option) (*LensLqirOutput, error)

LensLqirWithContext is the same as LensLqir with the addition of the ability to pass a context and additional request options.

See LensLqir for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensNnsr2PicCommon

func (c *CV20240606) LensNnsr2PicCommon(input *LensNnsr2PicCommonInput) (*LensNnsr2PicCommonOutput, error)

LensNnsr2PicCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensNnsr2PicCommon for usage and error information.

func (*CV20240606) LensNnsr2PicCommonCommon

func (c *CV20240606) LensNnsr2PicCommonCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensNnsr2PicCommonCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensNnsr2PicCommonCommon for usage and error information.

func (*CV20240606) LensNnsr2PicCommonCommonRequest

func (c *CV20240606) LensNnsr2PicCommonCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensNnsr2PicCommonCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensNnsr2PicCommonCommon operation. The "output" return value will be populated with the LensNnsr2PicCommonCommon request's response once the request completes successfully.

Use "Send" method on the returned LensNnsr2PicCommonCommon Request to send the API call to the service. the "output" return value is not valid until after LensNnsr2PicCommonCommon Send returns without error.

See LensNnsr2PicCommonCommon for more information on using the LensNnsr2PicCommonCommon API call, and error handling.

// Example sending a request using the LensNnsr2PicCommonCommonRequest method.
req, resp := client.LensNnsr2PicCommonCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensNnsr2PicCommonCommonWithContext

func (c *CV20240606) LensNnsr2PicCommonCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensNnsr2PicCommonCommonWithContext is the same as LensNnsr2PicCommonCommon with the addition of the ability to pass a context and additional request options.

See LensNnsr2PicCommonCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensNnsr2PicCommonRequest

func (c *CV20240606) LensNnsr2PicCommonRequest(input *LensNnsr2PicCommonInput) (req *request.Request, output *LensNnsr2PicCommonOutput)

LensNnsr2PicCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensNnsr2PicCommon operation. The "output" return value will be populated with the LensNnsr2PicCommonCommon request's response once the request completes successfully.

Use "Send" method on the returned LensNnsr2PicCommonCommon Request to send the API call to the service. the "output" return value is not valid until after LensNnsr2PicCommonCommon Send returns without error.

See LensNnsr2PicCommon for more information on using the LensNnsr2PicCommon API call, and error handling.

// Example sending a request using the LensNnsr2PicCommonRequest method.
req, resp := client.LensNnsr2PicCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensNnsr2PicCommonWithContext

func (c *CV20240606) LensNnsr2PicCommonWithContext(ctx volcengine.Context, input *LensNnsr2PicCommonInput, opts ...request.Option) (*LensNnsr2PicCommonOutput, error)

LensNnsr2PicCommonWithContext is the same as LensNnsr2PicCommon with the addition of the ability to pass a context and additional request options.

See LensNnsr2PicCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensOpr

func (c *CV20240606) LensOpr(input *LensOprInput) (*LensOprOutput, error)

LensOpr API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensOpr for usage and error information.

func (*CV20240606) LensOprCommon

func (c *CV20240606) LensOprCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensOprCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensOprCommon for usage and error information.

func (*CV20240606) LensOprCommonRequest

func (c *CV20240606) LensOprCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensOprCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensOprCommon operation. The "output" return value will be populated with the LensOprCommon request's response once the request completes successfully.

Use "Send" method on the returned LensOprCommon Request to send the API call to the service. the "output" return value is not valid until after LensOprCommon Send returns without error.

See LensOprCommon for more information on using the LensOprCommon API call, and error handling.

// Example sending a request using the LensOprCommonRequest method.
req, resp := client.LensOprCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensOprCommonWithContext

func (c *CV20240606) LensOprCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensOprCommonWithContext is the same as LensOprCommon with the addition of the ability to pass a context and additional request options.

See LensOprCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensOprRequest

func (c *CV20240606) LensOprRequest(input *LensOprInput) (req *request.Request, output *LensOprOutput)

LensOprRequest generates a "volcengine/request.Request" representing the client's request for the LensOpr operation. The "output" return value will be populated with the LensOprCommon request's response once the request completes successfully.

Use "Send" method on the returned LensOprCommon Request to send the API call to the service. the "output" return value is not valid until after LensOprCommon Send returns without error.

See LensOpr for more information on using the LensOpr API call, and error handling.

// Example sending a request using the LensOprRequest method.
req, resp := client.LensOprRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensOprWithContext

func (c *CV20240606) LensOprWithContext(ctx volcengine.Context, input *LensOprInput, opts ...request.Option) (*LensOprOutput, error)

LensOprWithContext is the same as LensOpr with the addition of the ability to pass a context and additional request options.

See LensOpr for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVidaVideoGetResult

func (c *CV20240606) LensVidaVideoGetResult(input *LensVidaVideoGetResultInput) (*LensVidaVideoGetResultOutput, error)

LensVidaVideoGetResult API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVidaVideoGetResult for usage and error information.

func (*CV20240606) LensVidaVideoGetResultCommon

func (c *CV20240606) LensVidaVideoGetResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensVidaVideoGetResultCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVidaVideoGetResultCommon for usage and error information.

func (*CV20240606) LensVidaVideoGetResultCommonRequest

func (c *CV20240606) LensVidaVideoGetResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensVidaVideoGetResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensVidaVideoGetResultCommon operation. The "output" return value will be populated with the LensVidaVideoGetResultCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVidaVideoGetResultCommon Request to send the API call to the service. the "output" return value is not valid until after LensVidaVideoGetResultCommon Send returns without error.

See LensVidaVideoGetResultCommon for more information on using the LensVidaVideoGetResultCommon API call, and error handling.

// Example sending a request using the LensVidaVideoGetResultCommonRequest method.
req, resp := client.LensVidaVideoGetResultCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVidaVideoGetResultCommonWithContext

func (c *CV20240606) LensVidaVideoGetResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensVidaVideoGetResultCommonWithContext is the same as LensVidaVideoGetResultCommon with the addition of the ability to pass a context and additional request options.

See LensVidaVideoGetResultCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVidaVideoGetResultRequest

func (c *CV20240606) LensVidaVideoGetResultRequest(input *LensVidaVideoGetResultInput) (req *request.Request, output *LensVidaVideoGetResultOutput)

LensVidaVideoGetResultRequest generates a "volcengine/request.Request" representing the client's request for the LensVidaVideoGetResult operation. The "output" return value will be populated with the LensVidaVideoGetResultCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVidaVideoGetResultCommon Request to send the API call to the service. the "output" return value is not valid until after LensVidaVideoGetResultCommon Send returns without error.

See LensVidaVideoGetResult for more information on using the LensVidaVideoGetResult API call, and error handling.

// Example sending a request using the LensVidaVideoGetResultRequest method.
req, resp := client.LensVidaVideoGetResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVidaVideoGetResultWithContext

func (c *CV20240606) LensVidaVideoGetResultWithContext(ctx volcengine.Context, input *LensVidaVideoGetResultInput, opts ...request.Option) (*LensVidaVideoGetResultOutput, error)

LensVidaVideoGetResultWithContext is the same as LensVidaVideoGetResult with the addition of the ability to pass a context and additional request options.

See LensVidaVideoGetResult for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVidaVideoSubmitTask

func (c *CV20240606) LensVidaVideoSubmitTask(input *LensVidaVideoSubmitTaskInput) (*LensVidaVideoSubmitTaskOutput, error)

LensVidaVideoSubmitTask API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVidaVideoSubmitTask for usage and error information.

func (*CV20240606) LensVidaVideoSubmitTaskCommon

func (c *CV20240606) LensVidaVideoSubmitTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensVidaVideoSubmitTaskCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVidaVideoSubmitTaskCommon for usage and error information.

func (*CV20240606) LensVidaVideoSubmitTaskCommonRequest

func (c *CV20240606) LensVidaVideoSubmitTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensVidaVideoSubmitTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensVidaVideoSubmitTaskCommon operation. The "output" return value will be populated with the LensVidaVideoSubmitTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVidaVideoSubmitTaskCommon Request to send the API call to the service. the "output" return value is not valid until after LensVidaVideoSubmitTaskCommon Send returns without error.

See LensVidaVideoSubmitTaskCommon for more information on using the LensVidaVideoSubmitTaskCommon API call, and error handling.

// Example sending a request using the LensVidaVideoSubmitTaskCommonRequest method.
req, resp := client.LensVidaVideoSubmitTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVidaVideoSubmitTaskCommonWithContext

func (c *CV20240606) LensVidaVideoSubmitTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensVidaVideoSubmitTaskCommonWithContext is the same as LensVidaVideoSubmitTaskCommon with the addition of the ability to pass a context and additional request options.

See LensVidaVideoSubmitTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVidaVideoSubmitTaskRequest

func (c *CV20240606) LensVidaVideoSubmitTaskRequest(input *LensVidaVideoSubmitTaskInput) (req *request.Request, output *LensVidaVideoSubmitTaskOutput)

LensVidaVideoSubmitTaskRequest generates a "volcengine/request.Request" representing the client's request for the LensVidaVideoSubmitTask operation. The "output" return value will be populated with the LensVidaVideoSubmitTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVidaVideoSubmitTaskCommon Request to send the API call to the service. the "output" return value is not valid until after LensVidaVideoSubmitTaskCommon Send returns without error.

See LensVidaVideoSubmitTask for more information on using the LensVidaVideoSubmitTask API call, and error handling.

// Example sending a request using the LensVidaVideoSubmitTaskRequest method.
req, resp := client.LensVidaVideoSubmitTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVidaVideoSubmitTaskWithContext

func (c *CV20240606) LensVidaVideoSubmitTaskWithContext(ctx volcengine.Context, input *LensVidaVideoSubmitTaskInput, opts ...request.Option) (*LensVidaVideoSubmitTaskOutput, error)

LensVidaVideoSubmitTaskWithContext is the same as LensVidaVideoSubmitTask with the addition of the ability to pass a context and additional request options.

See LensVidaVideoSubmitTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVideoNnsrGetResult

func (c *CV20240606) LensVideoNnsrGetResult(input *LensVideoNnsrGetResultInput) (*LensVideoNnsrGetResultOutput, error)

LensVideoNnsrGetResult API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVideoNnsrGetResult for usage and error information.

func (*CV20240606) LensVideoNnsrGetResultCommon

func (c *CV20240606) LensVideoNnsrGetResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensVideoNnsrGetResultCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVideoNnsrGetResultCommon for usage and error information.

func (*CV20240606) LensVideoNnsrGetResultCommonRequest

func (c *CV20240606) LensVideoNnsrGetResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensVideoNnsrGetResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensVideoNnsrGetResultCommon operation. The "output" return value will be populated with the LensVideoNnsrGetResultCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVideoNnsrGetResultCommon Request to send the API call to the service. the "output" return value is not valid until after LensVideoNnsrGetResultCommon Send returns without error.

See LensVideoNnsrGetResultCommon for more information on using the LensVideoNnsrGetResultCommon API call, and error handling.

// Example sending a request using the LensVideoNnsrGetResultCommonRequest method.
req, resp := client.LensVideoNnsrGetResultCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVideoNnsrGetResultCommonWithContext

func (c *CV20240606) LensVideoNnsrGetResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensVideoNnsrGetResultCommonWithContext is the same as LensVideoNnsrGetResultCommon with the addition of the ability to pass a context and additional request options.

See LensVideoNnsrGetResultCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVideoNnsrGetResultRequest

func (c *CV20240606) LensVideoNnsrGetResultRequest(input *LensVideoNnsrGetResultInput) (req *request.Request, output *LensVideoNnsrGetResultOutput)

LensVideoNnsrGetResultRequest generates a "volcengine/request.Request" representing the client's request for the LensVideoNnsrGetResult operation. The "output" return value will be populated with the LensVideoNnsrGetResultCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVideoNnsrGetResultCommon Request to send the API call to the service. the "output" return value is not valid until after LensVideoNnsrGetResultCommon Send returns without error.

See LensVideoNnsrGetResult for more information on using the LensVideoNnsrGetResult API call, and error handling.

// Example sending a request using the LensVideoNnsrGetResultRequest method.
req, resp := client.LensVideoNnsrGetResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVideoNnsrGetResultWithContext

func (c *CV20240606) LensVideoNnsrGetResultWithContext(ctx volcengine.Context, input *LensVideoNnsrGetResultInput, opts ...request.Option) (*LensVideoNnsrGetResultOutput, error)

LensVideoNnsrGetResultWithContext is the same as LensVideoNnsrGetResult with the addition of the ability to pass a context and additional request options.

See LensVideoNnsrGetResult for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVideoNnsrSubmitTask

func (c *CV20240606) LensVideoNnsrSubmitTask(input *LensVideoNnsrSubmitTaskInput) (*LensVideoNnsrSubmitTaskOutput, error)

LensVideoNnsrSubmitTask API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVideoNnsrSubmitTask for usage and error information.

func (*CV20240606) LensVideoNnsrSubmitTaskCommon

func (c *CV20240606) LensVideoNnsrSubmitTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

LensVideoNnsrSubmitTaskCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation LensVideoNnsrSubmitTaskCommon for usage and error information.

func (*CV20240606) LensVideoNnsrSubmitTaskCommonRequest

func (c *CV20240606) LensVideoNnsrSubmitTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

LensVideoNnsrSubmitTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the LensVideoNnsrSubmitTaskCommon operation. The "output" return value will be populated with the LensVideoNnsrSubmitTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVideoNnsrSubmitTaskCommon Request to send the API call to the service. the "output" return value is not valid until after LensVideoNnsrSubmitTaskCommon Send returns without error.

See LensVideoNnsrSubmitTaskCommon for more information on using the LensVideoNnsrSubmitTaskCommon API call, and error handling.

// Example sending a request using the LensVideoNnsrSubmitTaskCommonRequest method.
req, resp := client.LensVideoNnsrSubmitTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVideoNnsrSubmitTaskCommonWithContext

func (c *CV20240606) LensVideoNnsrSubmitTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

LensVideoNnsrSubmitTaskCommonWithContext is the same as LensVideoNnsrSubmitTaskCommon with the addition of the ability to pass a context and additional request options.

See LensVideoNnsrSubmitTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) LensVideoNnsrSubmitTaskRequest

func (c *CV20240606) LensVideoNnsrSubmitTaskRequest(input *LensVideoNnsrSubmitTaskInput) (req *request.Request, output *LensVideoNnsrSubmitTaskOutput)

LensVideoNnsrSubmitTaskRequest generates a "volcengine/request.Request" representing the client's request for the LensVideoNnsrSubmitTask operation. The "output" return value will be populated with the LensVideoNnsrSubmitTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned LensVideoNnsrSubmitTaskCommon Request to send the API call to the service. the "output" return value is not valid until after LensVideoNnsrSubmitTaskCommon Send returns without error.

See LensVideoNnsrSubmitTask for more information on using the LensVideoNnsrSubmitTask API call, and error handling.

// Example sending a request using the LensVideoNnsrSubmitTaskRequest method.
req, resp := client.LensVideoNnsrSubmitTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) LensVideoNnsrSubmitTaskWithContext

func (c *CV20240606) LensVideoNnsrSubmitTaskWithContext(ctx volcengine.Context, input *LensVideoNnsrSubmitTaskInput, opts ...request.Option) (*LensVideoNnsrSubmitTaskOutput, error)

LensVideoNnsrSubmitTaskWithContext is the same as LensVideoNnsrSubmitTask with the addition of the ability to pass a context and additional request options.

See LensVideoNnsrSubmitTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) MaintainIDUsage

func (c *CV20240606) MaintainIDUsage(input *MaintainIDUsageInput) (*MaintainIDUsageOutput, error)

MaintainIDUsage API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation MaintainIDUsage for usage and error information.

func (*CV20240606) MaintainIDUsageCommon

func (c *CV20240606) MaintainIDUsageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

MaintainIDUsageCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation MaintainIDUsageCommon for usage and error information.

func (*CV20240606) MaintainIDUsageCommonRequest

func (c *CV20240606) MaintainIDUsageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

MaintainIDUsageCommonRequest generates a "volcengine/request.Request" representing the client's request for the MaintainIDUsageCommon operation. The "output" return value will be populated with the MaintainIDUsageCommon request's response once the request completes successfully.

Use "Send" method on the returned MaintainIDUsageCommon Request to send the API call to the service. the "output" return value is not valid until after MaintainIDUsageCommon Send returns without error.

See MaintainIDUsageCommon for more information on using the MaintainIDUsageCommon API call, and error handling.

// Example sending a request using the MaintainIDUsageCommonRequest method.
req, resp := client.MaintainIDUsageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) MaintainIDUsageCommonWithContext

func (c *CV20240606) MaintainIDUsageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

MaintainIDUsageCommonWithContext is the same as MaintainIDUsageCommon with the addition of the ability to pass a context and additional request options.

See MaintainIDUsageCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) MaintainIDUsageRequest

func (c *CV20240606) MaintainIDUsageRequest(input *MaintainIDUsageInput) (req *request.Request, output *MaintainIDUsageOutput)

MaintainIDUsageRequest generates a "volcengine/request.Request" representing the client's request for the MaintainIDUsage operation. The "output" return value will be populated with the MaintainIDUsageCommon request's response once the request completes successfully.

Use "Send" method on the returned MaintainIDUsageCommon Request to send the API call to the service. the "output" return value is not valid until after MaintainIDUsageCommon Send returns without error.

See MaintainIDUsage for more information on using the MaintainIDUsage API call, and error handling.

// Example sending a request using the MaintainIDUsageRequest method.
req, resp := client.MaintainIDUsageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) MaintainIDUsageWithContext

func (c *CV20240606) MaintainIDUsageWithContext(ctx volcengine.Context, input *MaintainIDUsageInput, opts ...request.Option) (*MaintainIDUsageOutput, error)

MaintainIDUsageWithContext is the same as MaintainIDUsage with the addition of the ability to pass a context and additional request options.

See MaintainIDUsage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) PhotoVerse

func (c *CV20240606) PhotoVerse(input *PhotoVerseInput) (*PhotoVerseOutput, error)

PhotoVerse API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation PhotoVerse for usage and error information.

func (*CV20240606) PhotoVerseCommon

func (c *CV20240606) PhotoVerseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PhotoVerseCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation PhotoVerseCommon for usage and error information.

func (*CV20240606) PhotoVerseCommonRequest

func (c *CV20240606) PhotoVerseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PhotoVerseCommonRequest generates a "volcengine/request.Request" representing the client's request for the PhotoVerseCommon operation. The "output" return value will be populated with the PhotoVerseCommon request's response once the request completes successfully.

Use "Send" method on the returned PhotoVerseCommon Request to send the API call to the service. the "output" return value is not valid until after PhotoVerseCommon Send returns without error.

See PhotoVerseCommon for more information on using the PhotoVerseCommon API call, and error handling.

// Example sending a request using the PhotoVerseCommonRequest method.
req, resp := client.PhotoVerseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) PhotoVerseCommonWithContext

func (c *CV20240606) PhotoVerseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PhotoVerseCommonWithContext is the same as PhotoVerseCommon with the addition of the ability to pass a context and additional request options.

See PhotoVerseCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) PhotoVerseRequest

func (c *CV20240606) PhotoVerseRequest(input *PhotoVerseInput) (req *request.Request, output *PhotoVerseOutput)

PhotoVerseRequest generates a "volcengine/request.Request" representing the client's request for the PhotoVerse operation. The "output" return value will be populated with the PhotoVerseCommon request's response once the request completes successfully.

Use "Send" method on the returned PhotoVerseCommon Request to send the API call to the service. the "output" return value is not valid until after PhotoVerseCommon Send returns without error.

See PhotoVerse for more information on using the PhotoVerse API call, and error handling.

// Example sending a request using the PhotoVerseRequest method.
req, resp := client.PhotoVerseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) PhotoVerseWithContext

func (c *CV20240606) PhotoVerseWithContext(ctx volcengine.Context, input *PhotoVerseInput, opts ...request.Option) (*PhotoVerseOutput, error)

PhotoVerseWithContext is the same as PhotoVerse with the addition of the ability to pass a context and additional request options.

See PhotoVerse for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Text2ImgXLSft

func (c *CV20240606) Text2ImgXLSft(input *Text2ImgXLSftInput) (*Text2ImgXLSftOutput, error)

Text2ImgXLSft API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Text2ImgXLSft for usage and error information.

func (*CV20240606) Text2ImgXLSftCommon

func (c *CV20240606) Text2ImgXLSftCommon(input *map[string]interface{}) (*map[string]interface{}, error)

Text2ImgXLSftCommon API operation for CV20240606.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for CV20240606's API operation Text2ImgXLSftCommon for usage and error information.

func (*CV20240606) Text2ImgXLSftCommonRequest

func (c *CV20240606) Text2ImgXLSftCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

Text2ImgXLSftCommonRequest generates a "volcengine/request.Request" representing the client's request for the Text2ImgXLSftCommon operation. The "output" return value will be populated with the Text2ImgXLSftCommon request's response once the request completes successfully.

Use "Send" method on the returned Text2ImgXLSftCommon Request to send the API call to the service. the "output" return value is not valid until after Text2ImgXLSftCommon Send returns without error.

See Text2ImgXLSftCommon for more information on using the Text2ImgXLSftCommon API call, and error handling.

// Example sending a request using the Text2ImgXLSftCommonRequest method.
req, resp := client.Text2ImgXLSftCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Text2ImgXLSftCommonWithContext

func (c *CV20240606) Text2ImgXLSftCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

Text2ImgXLSftCommonWithContext is the same as Text2ImgXLSftCommon with the addition of the ability to pass a context and additional request options.

See Text2ImgXLSftCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CV20240606) Text2ImgXLSftRequest

func (c *CV20240606) Text2ImgXLSftRequest(input *Text2ImgXLSftInput) (req *request.Request, output *Text2ImgXLSftOutput)

Text2ImgXLSftRequest generates a "volcengine/request.Request" representing the client's request for the Text2ImgXLSft operation. The "output" return value will be populated with the Text2ImgXLSftCommon request's response once the request completes successfully.

Use "Send" method on the returned Text2ImgXLSftCommon Request to send the API call to the service. the "output" return value is not valid until after Text2ImgXLSftCommon Send returns without error.

See Text2ImgXLSft for more information on using the Text2ImgXLSft API call, and error handling.

// Example sending a request using the Text2ImgXLSftRequest method.
req, resp := client.Text2ImgXLSftRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*CV20240606) Text2ImgXLSftWithContext

func (c *CV20240606) Text2ImgXLSftWithContext(ctx volcengine.Context, input *Text2ImgXLSftInput, opts ...request.Option) (*Text2ImgXLSftOutput, error)

Text2ImgXLSftWithContext is the same as Text2ImgXLSft with the addition of the ability to pass a context and additional request options.

See Text2ImgXLSft for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type CV20240606API

type CV20240606API interface {
	AIGCStylizeImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AIGCStylizeImageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AIGCStylizeImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AIGCStylizeImage(*AIGCStylizeImageInput) (*AIGCStylizeImageOutput, error)
	AIGCStylizeImageWithContext(volcengine.Context, *AIGCStylizeImageInput, ...request.Option) (*AIGCStylizeImageOutput, error)
	AIGCStylizeImageRequest(*AIGCStylizeImageInput) (*request.Request, *AIGCStylizeImageOutput)

	AIGCStylizeImageUsageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AIGCStylizeImageUsageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AIGCStylizeImageUsageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AIGCStylizeImageUsage(*AIGCStylizeImageUsageInput) (*AIGCStylizeImageUsageOutput, error)
	AIGCStylizeImageUsageWithContext(volcengine.Context, *AIGCStylizeImageUsageInput, ...request.Option) (*AIGCStylizeImageUsageOutput, error)
	AIGCStylizeImageUsageRequest(*AIGCStylizeImageUsageInput) (*request.Request, *AIGCStylizeImageUsageOutput)

	EmotionPortraitCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EmotionPortraitCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EmotionPortraitCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EmotionPortrait(*EmotionPortraitInput) (*EmotionPortraitOutput, error)
	EmotionPortraitWithContext(volcengine.Context, *EmotionPortraitInput, ...request.Option) (*EmotionPortraitOutput, error)
	EmotionPortraitRequest(*EmotionPortraitInput) (*request.Request, *EmotionPortraitOutput)

	EntitySegmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EntitySegmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EntitySegmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EntitySegment(*EntitySegmentInput) (*EntitySegmentOutput, error)
	EntitySegmentWithContext(volcengine.Context, *EntitySegmentInput, ...request.Option) (*EntitySegmentOutput, error)
	EntitySegmentRequest(*EntitySegmentInput) (*request.Request, *EntitySegmentOutput)

	FaceFusionMovieGetResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
	FaceFusionMovieGetResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	FaceFusionMovieGetResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	FaceFusionMovieGetResult(*FaceFusionMovieGetResultInput) (*FaceFusionMovieGetResultOutput, error)
	FaceFusionMovieGetResultWithContext(volcengine.Context, *FaceFusionMovieGetResultInput, ...request.Option) (*FaceFusionMovieGetResultOutput, error)
	FaceFusionMovieGetResultRequest(*FaceFusionMovieGetResultInput) (*request.Request, *FaceFusionMovieGetResultOutput)

	FaceFusionMovieSubmitTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	FaceFusionMovieSubmitTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	FaceFusionMovieSubmitTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	FaceFusionMovieSubmitTask(*FaceFusionMovieSubmitTaskInput) (*FaceFusionMovieSubmitTaskOutput, error)
	FaceFusionMovieSubmitTaskWithContext(volcengine.Context, *FaceFusionMovieSubmitTaskInput, ...request.Option) (*FaceFusionMovieSubmitTaskOutput, error)
	FaceFusionMovieSubmitTaskRequest(*FaceFusionMovieSubmitTaskInput) (*request.Request, *FaceFusionMovieSubmitTaskOutput)

	FaceSwapCommon(*map[string]interface{}) (*map[string]interface{}, error)
	FaceSwapCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	FaceSwapCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	FaceSwap(*FaceSwapInput) (*FaceSwapOutput, error)
	FaceSwapWithContext(volcengine.Context, *FaceSwapInput, ...request.Option) (*FaceSwapOutput, error)
	FaceSwapRequest(*FaceSwapInput) (*request.Request, *FaceSwapOutput)

	FaceSwapAICommon(*map[string]interface{}) (*map[string]interface{}, error)
	FaceSwapAICommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	FaceSwapAICommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	FaceSwapAI(*FaceSwapAIInput) (*FaceSwapAIOutput, error)
	FaceSwapAIWithContext(volcengine.Context, *FaceSwapAIInput, ...request.Option) (*FaceSwapAIOutput, error)
	FaceSwapAIRequest(*FaceSwapAIInput) (*request.Request, *FaceSwapAIOutput)

	HairStyleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	HairStyleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HairStyleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HairStyle(*HairStyleInput) (*HairStyleOutput, error)
	HairStyleWithContext(volcengine.Context, *HairStyleInput, ...request.Option) (*HairStyleOutput, error)
	HairStyleRequest(*HairStyleInput) (*request.Request, *HairStyleOutput)

	HighAesAnimeV13Common(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesAnimeV13CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesAnimeV13CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesAnimeV13(*HighAesAnimeV13Input) (*HighAesAnimeV13Output, error)
	HighAesAnimeV13WithContext(volcengine.Context, *HighAesAnimeV13Input, ...request.Option) (*HighAesAnimeV13Output, error)
	HighAesAnimeV13Request(*HighAesAnimeV13Input) (*request.Request, *HighAesAnimeV13Output)

	HighAesGeneralV13Common(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesGeneralV13CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesGeneralV13CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesGeneralV13(*HighAesGeneralV13Input) (*HighAesGeneralV13Output, error)
	HighAesGeneralV13WithContext(volcengine.Context, *HighAesGeneralV13Input, ...request.Option) (*HighAesGeneralV13Output, error)
	HighAesGeneralV13Request(*HighAesGeneralV13Input) (*request.Request, *HighAesGeneralV13Output)

	HighAesGeneralV14Common(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesGeneralV14CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesGeneralV14CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesGeneralV14(*HighAesGeneralV14Input) (*HighAesGeneralV14Output, error)
	HighAesGeneralV14WithContext(volcengine.Context, *HighAesGeneralV14Input, ...request.Option) (*HighAesGeneralV14Output, error)
	HighAesGeneralV14Request(*HighAesGeneralV14Input) (*request.Request, *HighAesGeneralV14Output)

	HighAesGeneralV14IPKeepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesGeneralV14IPKeepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesGeneralV14IPKeepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesGeneralV14IPKeep(*HighAesGeneralV14IPKeepInput) (*HighAesGeneralV14IPKeepOutput, error)
	HighAesGeneralV14IPKeepWithContext(volcengine.Context, *HighAesGeneralV14IPKeepInput, ...request.Option) (*HighAesGeneralV14IPKeepOutput, error)
	HighAesGeneralV14IPKeepRequest(*HighAesGeneralV14IPKeepInput) (*request.Request, *HighAesGeneralV14IPKeepOutput)

	HighAesGeneralV20Common(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesGeneralV20CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesGeneralV20CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesGeneralV20(*HighAesGeneralV20Input) (*HighAesGeneralV20Output, error)
	HighAesGeneralV20WithContext(volcengine.Context, *HighAesGeneralV20Input, ...request.Option) (*HighAesGeneralV20Output, error)
	HighAesGeneralV20Request(*HighAesGeneralV20Input) (*request.Request, *HighAesGeneralV20Output)

	HighAesGeneralV20LCommon(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesGeneralV20LCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesGeneralV20LCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesGeneralV20L(*HighAesGeneralV20LInput) (*HighAesGeneralV20LOutput, error)
	HighAesGeneralV20LWithContext(volcengine.Context, *HighAesGeneralV20LInput, ...request.Option) (*HighAesGeneralV20LOutput, error)
	HighAesGeneralV20LRequest(*HighAesGeneralV20LInput) (*request.Request, *HighAesGeneralV20LOutput)

	HighAesIPV20Common(*map[string]interface{}) (*map[string]interface{}, error)
	HighAesIPV20CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HighAesIPV20CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HighAesIPV20(*HighAesIPV20Input) (*HighAesIPV20Output, error)
	HighAesIPV20WithContext(volcengine.Context, *HighAesIPV20Input, ...request.Option) (*HighAesIPV20Output, error)
	HighAesIPV20Request(*HighAesIPV20Input) (*request.Request, *HighAesIPV20Output)

	HignAesGeneralV12Common(*map[string]interface{}) (*map[string]interface{}, error)
	HignAesGeneralV12CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	HignAesGeneralV12CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	HignAesGeneralV12(*HignAesGeneralV12Input) (*HignAesGeneralV12Output, error)
	HignAesGeneralV12WithContext(volcengine.Context, *HignAesGeneralV12Input, ...request.Option) (*HignAesGeneralV12Output, error)
	HignAesGeneralV12Request(*HignAesGeneralV12Input) (*request.Request, *HignAesGeneralV12Output)

	Img2ImgInpaintingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	Img2ImgInpaintingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	Img2ImgInpaintingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Img2ImgInpainting(*Img2ImgInpaintingInput) (*Img2ImgInpaintingOutput, error)
	Img2ImgInpaintingWithContext(volcengine.Context, *Img2ImgInpaintingInput, ...request.Option) (*Img2ImgInpaintingOutput, error)
	Img2ImgInpaintingRequest(*Img2ImgInpaintingInput) (*request.Request, *Img2ImgInpaintingOutput)

	Img2ImgInpaintingEditCommon(*map[string]interface{}) (*map[string]interface{}, error)
	Img2ImgInpaintingEditCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	Img2ImgInpaintingEditCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Img2ImgInpaintingEdit(*Img2ImgInpaintingEditInput) (*Img2ImgInpaintingEditOutput, error)
	Img2ImgInpaintingEditWithContext(volcengine.Context, *Img2ImgInpaintingEditInput, ...request.Option) (*Img2ImgInpaintingEditOutput, error)
	Img2ImgInpaintingEditRequest(*Img2ImgInpaintingEditInput) (*request.Request, *Img2ImgInpaintingEditOutput)

	Img2ImgOutpaintingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	Img2ImgOutpaintingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	Img2ImgOutpaintingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Img2ImgOutpainting(*Img2ImgOutpaintingInput) (*Img2ImgOutpaintingOutput, error)
	Img2ImgOutpaintingWithContext(volcengine.Context, *Img2ImgOutpaintingInput, ...request.Option) (*Img2ImgOutpaintingOutput, error)
	Img2ImgOutpaintingRequest(*Img2ImgOutpaintingInput) (*request.Request, *Img2ImgOutpaintingOutput)

	Img2ImgXLSftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	Img2ImgXLSftCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	Img2ImgXLSftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Img2ImgXLSft(*Img2ImgXLSftInput) (*Img2ImgXLSftOutput, error)
	Img2ImgXLSftWithContext(volcengine.Context, *Img2ImgXLSftInput, ...request.Option) (*Img2ImgXLSftOutput, error)
	Img2ImgXLSftRequest(*Img2ImgXLSftInput) (*request.Request, *Img2ImgXLSftOutput)

	LensLqirCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensLqirCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensLqirCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensLqir(*LensLqirInput) (*LensLqirOutput, error)
	LensLqirWithContext(volcengine.Context, *LensLqirInput, ...request.Option) (*LensLqirOutput, error)
	LensLqirRequest(*LensLqirInput) (*request.Request, *LensLqirOutput)

	LensNnsr2PicCommonCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensNnsr2PicCommonCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensNnsr2PicCommonCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensNnsr2PicCommon(*LensNnsr2PicCommonInput) (*LensNnsr2PicCommonOutput, error)
	LensNnsr2PicCommonWithContext(volcengine.Context, *LensNnsr2PicCommonInput, ...request.Option) (*LensNnsr2PicCommonOutput, error)
	LensNnsr2PicCommonRequest(*LensNnsr2PicCommonInput) (*request.Request, *LensNnsr2PicCommonOutput)

	LensOprCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensOprCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensOprCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensOpr(*LensOprInput) (*LensOprOutput, error)
	LensOprWithContext(volcengine.Context, *LensOprInput, ...request.Option) (*LensOprOutput, error)
	LensOprRequest(*LensOprInput) (*request.Request, *LensOprOutput)

	LensVidaVideoGetResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensVidaVideoGetResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensVidaVideoGetResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensVidaVideoGetResult(*LensVidaVideoGetResultInput) (*LensVidaVideoGetResultOutput, error)
	LensVidaVideoGetResultWithContext(volcengine.Context, *LensVidaVideoGetResultInput, ...request.Option) (*LensVidaVideoGetResultOutput, error)
	LensVidaVideoGetResultRequest(*LensVidaVideoGetResultInput) (*request.Request, *LensVidaVideoGetResultOutput)

	LensVidaVideoSubmitTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensVidaVideoSubmitTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensVidaVideoSubmitTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensVidaVideoSubmitTask(*LensVidaVideoSubmitTaskInput) (*LensVidaVideoSubmitTaskOutput, error)
	LensVidaVideoSubmitTaskWithContext(volcengine.Context, *LensVidaVideoSubmitTaskInput, ...request.Option) (*LensVidaVideoSubmitTaskOutput, error)
	LensVidaVideoSubmitTaskRequest(*LensVidaVideoSubmitTaskInput) (*request.Request, *LensVidaVideoSubmitTaskOutput)

	LensVideoNnsrGetResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensVideoNnsrGetResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensVideoNnsrGetResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensVideoNnsrGetResult(*LensVideoNnsrGetResultInput) (*LensVideoNnsrGetResultOutput, error)
	LensVideoNnsrGetResultWithContext(volcengine.Context, *LensVideoNnsrGetResultInput, ...request.Option) (*LensVideoNnsrGetResultOutput, error)
	LensVideoNnsrGetResultRequest(*LensVideoNnsrGetResultInput) (*request.Request, *LensVideoNnsrGetResultOutput)

	LensVideoNnsrSubmitTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LensVideoNnsrSubmitTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LensVideoNnsrSubmitTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LensVideoNnsrSubmitTask(*LensVideoNnsrSubmitTaskInput) (*LensVideoNnsrSubmitTaskOutput, error)
	LensVideoNnsrSubmitTaskWithContext(volcengine.Context, *LensVideoNnsrSubmitTaskInput, ...request.Option) (*LensVideoNnsrSubmitTaskOutput, error)
	LensVideoNnsrSubmitTaskRequest(*LensVideoNnsrSubmitTaskInput) (*request.Request, *LensVideoNnsrSubmitTaskOutput)

	MaintainIDUsageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MaintainIDUsageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MaintainIDUsageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MaintainIDUsage(*MaintainIDUsageInput) (*MaintainIDUsageOutput, error)
	MaintainIDUsageWithContext(volcengine.Context, *MaintainIDUsageInput, ...request.Option) (*MaintainIDUsageOutput, error)
	MaintainIDUsageRequest(*MaintainIDUsageInput) (*request.Request, *MaintainIDUsageOutput)

	PhotoVerseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PhotoVerseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PhotoVerseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PhotoVerse(*PhotoVerseInput) (*PhotoVerseOutput, error)
	PhotoVerseWithContext(volcengine.Context, *PhotoVerseInput, ...request.Option) (*PhotoVerseOutput, error)
	PhotoVerseRequest(*PhotoVerseInput) (*request.Request, *PhotoVerseOutput)

	Text2ImgXLSftCommon(*map[string]interface{}) (*map[string]interface{}, error)
	Text2ImgXLSftCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	Text2ImgXLSftCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Text2ImgXLSft(*Text2ImgXLSftInput) (*Text2ImgXLSftOutput, error)
	Text2ImgXLSftWithContext(volcengine.Context, *Text2ImgXLSftInput, ...request.Option) (*Text2ImgXLSftOutput, error)
	Text2ImgXLSftRequest(*Text2ImgXLSftInput) (*request.Request, *Text2ImgXLSftOutput)
}

CV20240606API provides an interface to enable mocking the cv20240606.CV20240606 service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// CV20240606.
func myFunc(svc CV20240606API) bool {
    // Make svc.AIGCStylizeImage request
}

func main() {
    sess := session.New()
    svc := cv20240606.New(sess)

    myFunc(svc)
}

type Controlnet_argForImg2ImgXLSftInput

type Controlnet_argForImg2ImgXLSftInput struct {
	Binary_data_index *int32 `type:"int32" json:"binary_data_index,omitempty"`

	Strength *float64 `type:"float" json:"strength,omitempty"`

	Type *string `type:"string" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (Controlnet_argForImg2ImgXLSftInput) GoString

GoString returns the string representation

func (*Controlnet_argForImg2ImgXLSftInput) SetBinary_data_index

SetBinary_data_index sets the Binary_data_index field's value.

func (*Controlnet_argForImg2ImgXLSftInput) SetStrength

SetStrength sets the Strength field's value.

func (*Controlnet_argForImg2ImgXLSftInput) SetType

SetType sets the Type field's value.

func (Controlnet_argForImg2ImgXLSftInput) String

String returns the string representation

type DataForAIGCStylizeImageOutput

type DataForAIGCStylizeImageOutput struct {
	Algorithm_base_resp *Algorithm_base_respForAIGCStylizeImageOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForAIGCStylizeImageOutput) GoString

GoString returns the string representation

func (*DataForAIGCStylizeImageOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForAIGCStylizeImageOutput) SetBinary_data_base64

func (s *DataForAIGCStylizeImageOutput) SetBinary_data_base64(v []*string) *DataForAIGCStylizeImageOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForAIGCStylizeImageOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForAIGCStylizeImageOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForAIGCStylizeImageOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForAIGCStylizeImageOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForAIGCStylizeImageOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForAIGCStylizeImageOutput) String

String returns the string representation

type DataForAIGCStylizeImageUsageOutput

type DataForAIGCStylizeImageUsageOutput struct {
	Algorithm_base_resp *Algorithm_base_respForAIGCStylizeImageUsageOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForAIGCStylizeImageUsageOutput) GoString

GoString returns the string representation

func (*DataForAIGCStylizeImageUsageOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForAIGCStylizeImageUsageOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForAIGCStylizeImageUsageOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForAIGCStylizeImageUsageOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForAIGCStylizeImageUsageOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForAIGCStylizeImageUsageOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForAIGCStylizeImageUsageOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForAIGCStylizeImageUsageOutput) String

String returns the string representation

type DataForEmotionPortraitOutput

type DataForEmotionPortraitOutput struct {
	Algorithm_base_resp *Algorithm_base_respForEmotionPortraitOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForEmotionPortraitOutput) GoString

func (s DataForEmotionPortraitOutput) GoString() string

GoString returns the string representation

func (*DataForEmotionPortraitOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForEmotionPortraitOutput) SetBinary_data_base64

func (s *DataForEmotionPortraitOutput) SetBinary_data_base64(v []*string) *DataForEmotionPortraitOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForEmotionPortraitOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForEmotionPortraitOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForEmotionPortraitOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForEmotionPortraitOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForEmotionPortraitOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForEmotionPortraitOutput) String

String returns the string representation

type DataForEntitySegmentOutput

type DataForEntitySegmentOutput struct {
	Algorithm_base_resp *Algorithm_base_respForEntitySegmentOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForEntitySegmentOutput) GoString

func (s DataForEntitySegmentOutput) GoString() string

GoString returns the string representation

func (*DataForEntitySegmentOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForEntitySegmentOutput) SetBinary_data_base64

func (s *DataForEntitySegmentOutput) SetBinary_data_base64(v []*string) *DataForEntitySegmentOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForEntitySegmentOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForEntitySegmentOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForEntitySegmentOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForEntitySegmentOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForEntitySegmentOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForEntitySegmentOutput) String

String returns the string representation

type DataForFaceFusionMovieGetResultOutput

type DataForFaceFusionMovieGetResultOutput struct {
	Algorithm_base_resp *Algorithm_base_respForFaceFusionMovieGetResultOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForFaceFusionMovieGetResultOutput) GoString

GoString returns the string representation

func (*DataForFaceFusionMovieGetResultOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForFaceFusionMovieGetResultOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForFaceFusionMovieGetResultOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForFaceFusionMovieGetResultOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForFaceFusionMovieGetResultOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForFaceFusionMovieGetResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForFaceFusionMovieGetResultOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForFaceFusionMovieGetResultOutput) String

String returns the string representation

type DataForFaceFusionMovieSubmitTaskOutput

type DataForFaceFusionMovieSubmitTaskOutput struct {
	Algorithm_base_resp *Algorithm_base_respForFaceFusionMovieSubmitTaskOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForFaceFusionMovieSubmitTaskOutput) GoString

GoString returns the string representation

func (*DataForFaceFusionMovieSubmitTaskOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForFaceFusionMovieSubmitTaskOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForFaceFusionMovieSubmitTaskOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForFaceFusionMovieSubmitTaskOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForFaceFusionMovieSubmitTaskOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForFaceFusionMovieSubmitTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForFaceFusionMovieSubmitTaskOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForFaceFusionMovieSubmitTaskOutput) String

String returns the string representation

type DataForFaceSwapAIOutput

type DataForFaceSwapAIOutput struct {
	Algorithm_base_resp *Algorithm_base_respForFaceSwapAIOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForFaceSwapAIOutput) GoString

func (s DataForFaceSwapAIOutput) GoString() string

GoString returns the string representation

func (*DataForFaceSwapAIOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForFaceSwapAIOutput) SetBinary_data_base64

func (s *DataForFaceSwapAIOutput) SetBinary_data_base64(v []*string) *DataForFaceSwapAIOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForFaceSwapAIOutput) SetImage_urls

func (s *DataForFaceSwapAIOutput) SetImage_urls(v []*string) *DataForFaceSwapAIOutput

SetImage_urls sets the Image_urls field's value.

func (*DataForFaceSwapAIOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForFaceSwapAIOutput) SetResponse_data

func (s *DataForFaceSwapAIOutput) SetResponse_data(v string) *DataForFaceSwapAIOutput

SetResponse_data sets the Response_data field's value.

func (*DataForFaceSwapAIOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForFaceSwapAIOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForFaceSwapAIOutput) String

func (s DataForFaceSwapAIOutput) String() string

String returns the string representation

type DataForFaceSwapOutput

type DataForFaceSwapOutput struct {
	Algorithm_base_resp *Algorithm_base_respForFaceSwapOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForFaceSwapOutput) GoString

func (s DataForFaceSwapOutput) GoString() string

GoString returns the string representation

func (*DataForFaceSwapOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForFaceSwapOutput) SetBinary_data_base64

func (s *DataForFaceSwapOutput) SetBinary_data_base64(v []*string) *DataForFaceSwapOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForFaceSwapOutput) SetImage_urls

func (s *DataForFaceSwapOutput) SetImage_urls(v []*string) *DataForFaceSwapOutput

SetImage_urls sets the Image_urls field's value.

func (*DataForFaceSwapOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForFaceSwapOutput) SetResponse_data

func (s *DataForFaceSwapOutput) SetResponse_data(v string) *DataForFaceSwapOutput

SetResponse_data sets the Response_data field's value.

func (*DataForFaceSwapOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForFaceSwapOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForFaceSwapOutput) String

func (s DataForFaceSwapOutput) String() string

String returns the string representation

type DataForHairStyleOutput

type DataForHairStyleOutput struct {
	Algorithm_base_resp *Algorithm_base_respForHairStyleOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHairStyleOutput) GoString

func (s DataForHairStyleOutput) GoString() string

GoString returns the string representation

func (*DataForHairStyleOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHairStyleOutput) SetBinary_data_base64

func (s *DataForHairStyleOutput) SetBinary_data_base64(v []*string) *DataForHairStyleOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHairStyleOutput) SetImage_urls

func (s *DataForHairStyleOutput) SetImage_urls(v []*string) *DataForHairStyleOutput

SetImage_urls sets the Image_urls field's value.

func (*DataForHairStyleOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHairStyleOutput) SetResponse_data

func (s *DataForHairStyleOutput) SetResponse_data(v string) *DataForHairStyleOutput

SetResponse_data sets the Response_data field's value.

func (*DataForHairStyleOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForHairStyleOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHairStyleOutput) String

func (s DataForHairStyleOutput) String() string

String returns the string representation

type DataForHighAesAnimeV13Output

type DataForHighAesAnimeV13Output struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesAnimeV13Output `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesAnimeV13Output) GoString

func (s DataForHighAesAnimeV13Output) GoString() string

GoString returns the string representation

func (*DataForHighAesAnimeV13Output) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesAnimeV13Output) SetBinary_data_base64

func (s *DataForHighAesAnimeV13Output) SetBinary_data_base64(v []*string) *DataForHighAesAnimeV13Output

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesAnimeV13Output) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesAnimeV13Output) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesAnimeV13Output) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesAnimeV13Output) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesAnimeV13Output) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesAnimeV13Output) String

String returns the string representation

type DataForHighAesGeneralV13Output

type DataForHighAesGeneralV13Output struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesGeneralV13Output `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesGeneralV13Output) GoString

GoString returns the string representation

func (*DataForHighAesGeneralV13Output) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesGeneralV13Output) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesGeneralV13Output) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesGeneralV13Output) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesGeneralV13Output) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesGeneralV13Output) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesGeneralV13Output) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesGeneralV13Output) String

String returns the string representation

type DataForHighAesGeneralV14IPKeepOutput

type DataForHighAesGeneralV14IPKeepOutput struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesGeneralV14IPKeepOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesGeneralV14IPKeepOutput) GoString

GoString returns the string representation

func (*DataForHighAesGeneralV14IPKeepOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesGeneralV14IPKeepOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesGeneralV14IPKeepOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesGeneralV14IPKeepOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesGeneralV14IPKeepOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesGeneralV14IPKeepOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesGeneralV14IPKeepOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesGeneralV14IPKeepOutput) String

String returns the string representation

type DataForHighAesGeneralV14Output

type DataForHighAesGeneralV14Output struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesGeneralV14Output `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesGeneralV14Output) GoString

GoString returns the string representation

func (*DataForHighAesGeneralV14Output) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesGeneralV14Output) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesGeneralV14Output) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesGeneralV14Output) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesGeneralV14Output) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesGeneralV14Output) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesGeneralV14Output) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesGeneralV14Output) String

String returns the string representation

type DataForHighAesGeneralV20LOutput

type DataForHighAesGeneralV20LOutput struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesGeneralV20LOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesGeneralV20LOutput) GoString

GoString returns the string representation

func (*DataForHighAesGeneralV20LOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesGeneralV20LOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesGeneralV20LOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesGeneralV20LOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesGeneralV20LOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesGeneralV20LOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesGeneralV20LOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesGeneralV20LOutput) String

String returns the string representation

type DataForHighAesGeneralV20Output

type DataForHighAesGeneralV20Output struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesGeneralV20Output `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesGeneralV20Output) GoString

GoString returns the string representation

func (*DataForHighAesGeneralV20Output) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesGeneralV20Output) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesGeneralV20Output) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesGeneralV20Output) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesGeneralV20Output) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesGeneralV20Output) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesGeneralV20Output) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesGeneralV20Output) String

String returns the string representation

type DataForHighAesIPV20Output

type DataForHighAesIPV20Output struct {
	Algorithm_base_resp *Algorithm_base_respForHighAesIPV20Output `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHighAesIPV20Output) GoString

func (s DataForHighAesIPV20Output) GoString() string

GoString returns the string representation

func (*DataForHighAesIPV20Output) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHighAesIPV20Output) SetBinary_data_base64

func (s *DataForHighAesIPV20Output) SetBinary_data_base64(v []*string) *DataForHighAesIPV20Output

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHighAesIPV20Output) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHighAesIPV20Output) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHighAesIPV20Output) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHighAesIPV20Output) SetStatus

SetStatus sets the Status field's value.

func (*DataForHighAesIPV20Output) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHighAesIPV20Output) String

func (s DataForHighAesIPV20Output) String() string

String returns the string representation

type DataForHignAesGeneralV12Output

type DataForHignAesGeneralV12Output struct {
	Algorithm_base_resp *Algorithm_base_respForHignAesGeneralV12Output `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForHignAesGeneralV12Output) GoString

GoString returns the string representation

func (*DataForHignAesGeneralV12Output) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForHignAesGeneralV12Output) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForHignAesGeneralV12Output) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForHignAesGeneralV12Output) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForHignAesGeneralV12Output) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForHignAesGeneralV12Output) SetStatus

SetStatus sets the Status field's value.

func (*DataForHignAesGeneralV12Output) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForHignAesGeneralV12Output) String

String returns the string representation

type DataForImg2ImgInpaintingEditOutput

type DataForImg2ImgInpaintingEditOutput struct {
	Algorithm_base_resp *Algorithm_base_respForImg2ImgInpaintingEditOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForImg2ImgInpaintingEditOutput) GoString

GoString returns the string representation

func (*DataForImg2ImgInpaintingEditOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForImg2ImgInpaintingEditOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForImg2ImgInpaintingEditOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForImg2ImgInpaintingEditOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForImg2ImgInpaintingEditOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForImg2ImgInpaintingEditOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForImg2ImgInpaintingEditOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForImg2ImgInpaintingEditOutput) String

String returns the string representation

type DataForImg2ImgInpaintingOutput

type DataForImg2ImgInpaintingOutput struct {
	Algorithm_base_resp *Algorithm_base_respForImg2ImgInpaintingOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForImg2ImgInpaintingOutput) GoString

GoString returns the string representation

func (*DataForImg2ImgInpaintingOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForImg2ImgInpaintingOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForImg2ImgInpaintingOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForImg2ImgInpaintingOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForImg2ImgInpaintingOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForImg2ImgInpaintingOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForImg2ImgInpaintingOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForImg2ImgInpaintingOutput) String

String returns the string representation

type DataForImg2ImgOutpaintingOutput

type DataForImg2ImgOutpaintingOutput struct {
	Algorithm_base_resp *Algorithm_base_respForImg2ImgOutpaintingOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForImg2ImgOutpaintingOutput) GoString

GoString returns the string representation

func (*DataForImg2ImgOutpaintingOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForImg2ImgOutpaintingOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForImg2ImgOutpaintingOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForImg2ImgOutpaintingOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForImg2ImgOutpaintingOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForImg2ImgOutpaintingOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForImg2ImgOutpaintingOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForImg2ImgOutpaintingOutput) String

String returns the string representation

type DataForImg2ImgXLSftOutput

type DataForImg2ImgXLSftOutput struct {
	Algorithm_base_resp *Algorithm_base_respForImg2ImgXLSftOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForImg2ImgXLSftOutput) GoString

func (s DataForImg2ImgXLSftOutput) GoString() string

GoString returns the string representation

func (*DataForImg2ImgXLSftOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForImg2ImgXLSftOutput) SetBinary_data_base64

func (s *DataForImg2ImgXLSftOutput) SetBinary_data_base64(v []*string) *DataForImg2ImgXLSftOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForImg2ImgXLSftOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForImg2ImgXLSftOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForImg2ImgXLSftOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForImg2ImgXLSftOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForImg2ImgXLSftOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForImg2ImgXLSftOutput) String

func (s DataForImg2ImgXLSftOutput) String() string

String returns the string representation

type DataForLensNnsr2PicCommonOutput

type DataForLensNnsr2PicCommonOutput struct {
	Algorithm_base_resp *Algorithm_base_respForLensNnsr2PicCommonOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForLensNnsr2PicCommonOutput) GoString

GoString returns the string representation

func (*DataForLensNnsr2PicCommonOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForLensNnsr2PicCommonOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForLensNnsr2PicCommonOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForLensNnsr2PicCommonOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForLensNnsr2PicCommonOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForLensNnsr2PicCommonOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForLensNnsr2PicCommonOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForLensNnsr2PicCommonOutput) String

String returns the string representation

type DataForLensVidaVideoGetResultOutput

type DataForLensVidaVideoGetResultOutput struct {
	Algorithm_base_resp *Algorithm_base_respForLensVidaVideoGetResultOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForLensVidaVideoGetResultOutput) GoString

GoString returns the string representation

func (*DataForLensVidaVideoGetResultOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForLensVidaVideoGetResultOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForLensVidaVideoGetResultOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForLensVidaVideoGetResultOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForLensVidaVideoGetResultOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForLensVidaVideoGetResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForLensVidaVideoGetResultOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForLensVidaVideoGetResultOutput) String

String returns the string representation

type DataForLensVidaVideoSubmitTaskOutput

type DataForLensVidaVideoSubmitTaskOutput struct {
	Algorithm_base_resp *Algorithm_base_respForLensVidaVideoSubmitTaskOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForLensVidaVideoSubmitTaskOutput) GoString

GoString returns the string representation

func (*DataForLensVidaVideoSubmitTaskOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForLensVidaVideoSubmitTaskOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForLensVidaVideoSubmitTaskOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForLensVidaVideoSubmitTaskOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForLensVidaVideoSubmitTaskOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForLensVidaVideoSubmitTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForLensVidaVideoSubmitTaskOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForLensVidaVideoSubmitTaskOutput) String

String returns the string representation

type DataForLensVideoNnsrGetResultOutput

type DataForLensVideoNnsrGetResultOutput struct {
	Algorithm_base_resp *Algorithm_base_respForLensVideoNnsrGetResultOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForLensVideoNnsrGetResultOutput) GoString

GoString returns the string representation

func (*DataForLensVideoNnsrGetResultOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForLensVideoNnsrGetResultOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForLensVideoNnsrGetResultOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForLensVideoNnsrGetResultOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForLensVideoNnsrGetResultOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForLensVideoNnsrGetResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForLensVideoNnsrGetResultOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForLensVideoNnsrGetResultOutput) String

String returns the string representation

type DataForLensVideoNnsrSubmitTaskOutput

type DataForLensVideoNnsrSubmitTaskOutput struct {
	Algorithm_base_resp *Algorithm_base_respForLensVideoNnsrSubmitTaskOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForLensVideoNnsrSubmitTaskOutput) GoString

GoString returns the string representation

func (*DataForLensVideoNnsrSubmitTaskOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForLensVideoNnsrSubmitTaskOutput) SetBinary_data_base64

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForLensVideoNnsrSubmitTaskOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForLensVideoNnsrSubmitTaskOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForLensVideoNnsrSubmitTaskOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForLensVideoNnsrSubmitTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForLensVideoNnsrSubmitTaskOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForLensVideoNnsrSubmitTaskOutput) String

String returns the string representation

type DataForPhotoVerseOutput

type DataForPhotoVerseOutput struct {
	Algorithm_base_resp *Algorithm_base_respForPhotoVerseOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForPhotoVerseOutput) GoString

func (s DataForPhotoVerseOutput) GoString() string

GoString returns the string representation

func (*DataForPhotoVerseOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForPhotoVerseOutput) SetBinary_data_base64

func (s *DataForPhotoVerseOutput) SetBinary_data_base64(v []*string) *DataForPhotoVerseOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForPhotoVerseOutput) SetImage_urls

func (s *DataForPhotoVerseOutput) SetImage_urls(v []*string) *DataForPhotoVerseOutput

SetImage_urls sets the Image_urls field's value.

func (*DataForPhotoVerseOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForPhotoVerseOutput) SetResponse_data

func (s *DataForPhotoVerseOutput) SetResponse_data(v string) *DataForPhotoVerseOutput

SetResponse_data sets the Response_data field's value.

func (*DataForPhotoVerseOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForPhotoVerseOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForPhotoVerseOutput) String

func (s DataForPhotoVerseOutput) String() string

String returns the string representation

type DataForText2ImgXLSftOutput

type DataForText2ImgXLSftOutput struct {
	Algorithm_base_resp *Algorithm_base_respForText2ImgXLSftOutput `type:"structure" json:"algorithm_base_resp,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Resp_data *string `type:"string" json:"resp_data,omitempty"`

	Response_data *string `type:"string" json:"response_data,omitempty"`

	Status *string `type:"string" json:"status,omitempty"`

	Task_id *string `type:"string" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (DataForText2ImgXLSftOutput) GoString

func (s DataForText2ImgXLSftOutput) GoString() string

GoString returns the string representation

func (*DataForText2ImgXLSftOutput) SetAlgorithm_base_resp

SetAlgorithm_base_resp sets the Algorithm_base_resp field's value.

func (*DataForText2ImgXLSftOutput) SetBinary_data_base64

func (s *DataForText2ImgXLSftOutput) SetBinary_data_base64(v []*string) *DataForText2ImgXLSftOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*DataForText2ImgXLSftOutput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*DataForText2ImgXLSftOutput) SetResp_data

SetResp_data sets the Resp_data field's value.

func (*DataForText2ImgXLSftOutput) SetResponse_data

SetResponse_data sets the Response_data field's value.

func (*DataForText2ImgXLSftOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataForText2ImgXLSftOutput) SetTask_id

SetTask_id sets the Task_id field's value.

func (DataForText2ImgXLSftOutput) String

String returns the string representation

type EmotionPortraitInput

type EmotionPortraitInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForEmotionPortraitInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	// Target_emotion is a required field
	Target_emotion *string `type:"string" json:"target_emotion,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (EmotionPortraitInput) GoString

func (s EmotionPortraitInput) GoString() string

GoString returns the string representation

func (*EmotionPortraitInput) SetBinary_data_base64

func (s *EmotionPortraitInput) SetBinary_data_base64(v []*string) *EmotionPortraitInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*EmotionPortraitInput) SetImage_urls

func (s *EmotionPortraitInput) SetImage_urls(v []*string) *EmotionPortraitInput

SetImage_urls sets the Image_urls field's value.

func (*EmotionPortraitInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*EmotionPortraitInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*EmotionPortraitInput) SetReturn_url

func (s *EmotionPortraitInput) SetReturn_url(v bool) *EmotionPortraitInput

SetReturn_url sets the Return_url field's value.

func (*EmotionPortraitInput) SetTarget_emotion

func (s *EmotionPortraitInput) SetTarget_emotion(v string) *EmotionPortraitInput

SetTarget_emotion sets the Target_emotion field's value.

func (EmotionPortraitInput) String

func (s EmotionPortraitInput) String() string

String returns the string representation

func (*EmotionPortraitInput) Validate

func (s *EmotionPortraitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EmotionPortraitOutput

type EmotionPortraitOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForEmotionPortraitOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (EmotionPortraitOutput) GoString

func (s EmotionPortraitOutput) GoString() string

GoString returns the string representation

func (*EmotionPortraitOutput) SetCode

SetCode sets the Code field's value.

func (*EmotionPortraitOutput) SetData

SetData sets the Data field's value.

func (*EmotionPortraitOutput) SetMessage

SetMessage sets the Message field's value.

func (*EmotionPortraitOutput) SetRequest_id

func (s *EmotionPortraitOutput) SetRequest_id(v string) *EmotionPortraitOutput

SetRequest_id sets the Request_id field's value.

func (*EmotionPortraitOutput) SetStatus

SetStatus sets the Status field's value.

func (*EmotionPortraitOutput) SetTime_elapsed

func (s *EmotionPortraitOutput) SetTime_elapsed(v string) *EmotionPortraitOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (EmotionPortraitOutput) String

func (s EmotionPortraitOutput) String() string

String returns the string representation

type EntitySegmentInput

type EntitySegmentInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Max_entity *int32 `type:"int32" json:"max_entity,omitempty"`

	Refine_mask *int32 `type:"int32" json:"refine_mask,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_format *int32 `type:"int32" json:"return_format,omitempty"`
	// contains filtered or unexported fields
}

func (EntitySegmentInput) GoString

func (s EntitySegmentInput) GoString() string

GoString returns the string representation

func (*EntitySegmentInput) SetBinary_data_base64

func (s *EntitySegmentInput) SetBinary_data_base64(v []*string) *EntitySegmentInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*EntitySegmentInput) SetImage_urls

func (s *EntitySegmentInput) SetImage_urls(v []*string) *EntitySegmentInput

SetImage_urls sets the Image_urls field's value.

func (*EntitySegmentInput) SetMax_entity

func (s *EntitySegmentInput) SetMax_entity(v int32) *EntitySegmentInput

SetMax_entity sets the Max_entity field's value.

func (*EntitySegmentInput) SetRefine_mask

func (s *EntitySegmentInput) SetRefine_mask(v int32) *EntitySegmentInput

SetRefine_mask sets the Refine_mask field's value.

func (*EntitySegmentInput) SetReq_key

func (s *EntitySegmentInput) SetReq_key(v string) *EntitySegmentInput

SetReq_key sets the Req_key field's value.

func (*EntitySegmentInput) SetReturn_format

func (s *EntitySegmentInput) SetReturn_format(v int32) *EntitySegmentInput

SetReturn_format sets the Return_format field's value.

func (EntitySegmentInput) String

func (s EntitySegmentInput) String() string

String returns the string representation

func (*EntitySegmentInput) Validate

func (s *EntitySegmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EntitySegmentOutput

type EntitySegmentOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForEntitySegmentOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (EntitySegmentOutput) GoString

func (s EntitySegmentOutput) GoString() string

GoString returns the string representation

func (*EntitySegmentOutput) SetCode

SetCode sets the Code field's value.

func (*EntitySegmentOutput) SetData

SetData sets the Data field's value.

func (*EntitySegmentOutput) SetMessage

SetMessage sets the Message field's value.

func (*EntitySegmentOutput) SetRequest_id

func (s *EntitySegmentOutput) SetRequest_id(v string) *EntitySegmentOutput

SetRequest_id sets the Request_id field's value.

func (*EntitySegmentOutput) SetStatus

SetStatus sets the Status field's value.

func (*EntitySegmentOutput) SetTime_elapsed

func (s *EntitySegmentOutput) SetTime_elapsed(v string) *EntitySegmentOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (EntitySegmentOutput) String

func (s EntitySegmentOutput) String() string

String returns the string representation

type FaceFusionMovieGetResultInput

type FaceFusionMovieGetResultInput struct {

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	// Task_id is a required field
	Task_id *string `type:"string" json:"task_id,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (FaceFusionMovieGetResultInput) GoString

GoString returns the string representation

func (*FaceFusionMovieGetResultInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*FaceFusionMovieGetResultInput) SetTask_id

SetTask_id sets the Task_id field's value.

func (FaceFusionMovieGetResultInput) String

String returns the string representation

func (*FaceFusionMovieGetResultInput) Validate

func (s *FaceFusionMovieGetResultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FaceFusionMovieGetResultOutput

type FaceFusionMovieGetResultOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForFaceFusionMovieGetResultOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (FaceFusionMovieGetResultOutput) GoString

GoString returns the string representation

func (*FaceFusionMovieGetResultOutput) SetCode

SetCode sets the Code field's value.

func (*FaceFusionMovieGetResultOutput) SetData

SetData sets the Data field's value.

func (*FaceFusionMovieGetResultOutput) SetMessage

SetMessage sets the Message field's value.

func (*FaceFusionMovieGetResultOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*FaceFusionMovieGetResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*FaceFusionMovieGetResultOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (FaceFusionMovieGetResultOutput) String

String returns the string representation

type FaceFusionMovieSubmitTaskInput

type FaceFusionMovieSubmitTaskInput struct {
	Dermabrasion *float64 `type:"float" json:"dermabrasion,omitempty"`

	Enable_face_beautify *bool `type:"boolean" json:"enable_face_beautify,omitempty"`

	Gpen *float64 `type:"float" json:"gpen,omitempty"`

	// Image_url is a required field
	Image_url *string `type:"string" json:"image_url,omitempty" required:"true"`

	Logo_info *Logo_infoForFaceFusionMovieSubmitTaskInput `type:"structure" json:"logo_info,omitempty"`

	Ref_img_url *string `type:"string" json:"ref_img_url,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Sharpening *float64 `type:"float" json:"sharpening,omitempty"`

	Source_similarity *string `type:"string" json:"source_similarity,omitempty"`

	// Video_url is a required field
	Video_url *string `type:"string" json:"video_url,omitempty" required:"true"`

	Whitening *float64 `type:"float" json:"whitening,omitempty"`
	// contains filtered or unexported fields
}

func (FaceFusionMovieSubmitTaskInput) GoString

GoString returns the string representation

func (*FaceFusionMovieSubmitTaskInput) SetDermabrasion

SetDermabrasion sets the Dermabrasion field's value.

func (*FaceFusionMovieSubmitTaskInput) SetEnable_face_beautify

SetEnable_face_beautify sets the Enable_face_beautify field's value.

func (*FaceFusionMovieSubmitTaskInput) SetGpen

SetGpen sets the Gpen field's value.

func (*FaceFusionMovieSubmitTaskInput) SetImage_url

SetImage_url sets the Image_url field's value.

func (*FaceFusionMovieSubmitTaskInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*FaceFusionMovieSubmitTaskInput) SetRef_img_url

SetRef_img_url sets the Ref_img_url field's value.

func (*FaceFusionMovieSubmitTaskInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*FaceFusionMovieSubmitTaskInput) SetSharpening

SetSharpening sets the Sharpening field's value.

func (*FaceFusionMovieSubmitTaskInput) SetSource_similarity

SetSource_similarity sets the Source_similarity field's value.

func (*FaceFusionMovieSubmitTaskInput) SetVideo_url

SetVideo_url sets the Video_url field's value.

func (*FaceFusionMovieSubmitTaskInput) SetWhitening

SetWhitening sets the Whitening field's value.

func (FaceFusionMovieSubmitTaskInput) String

String returns the string representation

func (*FaceFusionMovieSubmitTaskInput) Validate

func (s *FaceFusionMovieSubmitTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FaceFusionMovieSubmitTaskOutput

type FaceFusionMovieSubmitTaskOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForFaceFusionMovieSubmitTaskOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (FaceFusionMovieSubmitTaskOutput) GoString

GoString returns the string representation

func (*FaceFusionMovieSubmitTaskOutput) SetCode

SetCode sets the Code field's value.

func (*FaceFusionMovieSubmitTaskOutput) SetData

SetData sets the Data field's value.

func (*FaceFusionMovieSubmitTaskOutput) SetMessage

SetMessage sets the Message field's value.

func (*FaceFusionMovieSubmitTaskOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*FaceFusionMovieSubmitTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*FaceFusionMovieSubmitTaskOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (FaceFusionMovieSubmitTaskOutput) String

String returns the string representation

type FaceSwapAIInput

type FaceSwapAIInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Do_risk *bool `type:"boolean" json:"do_risk,omitempty"`

	// Gpen is a required field
	Gpen *float64 `type:"float" json:"gpen,omitempty" required:"true"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForFaceSwapAIInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	// Skin is a required field
	Skin *float64 `type:"float" json:"skin,omitempty" required:"true"`

	Tou_repair *int32 `type:"int32" json:"tou_repair,omitempty"`
	// contains filtered or unexported fields
}

func (FaceSwapAIInput) GoString

func (s FaceSwapAIInput) GoString() string

GoString returns the string representation

func (*FaceSwapAIInput) SetBinary_data_base64

func (s *FaceSwapAIInput) SetBinary_data_base64(v []*string) *FaceSwapAIInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*FaceSwapAIInput) SetDo_risk

func (s *FaceSwapAIInput) SetDo_risk(v bool) *FaceSwapAIInput

SetDo_risk sets the Do_risk field's value.

func (*FaceSwapAIInput) SetGpen

func (s *FaceSwapAIInput) SetGpen(v float64) *FaceSwapAIInput

SetGpen sets the Gpen field's value.

func (*FaceSwapAIInput) SetImage_urls

func (s *FaceSwapAIInput) SetImage_urls(v []*string) *FaceSwapAIInput

SetImage_urls sets the Image_urls field's value.

func (*FaceSwapAIInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*FaceSwapAIInput) SetReq_key

func (s *FaceSwapAIInput) SetReq_key(v string) *FaceSwapAIInput

SetReq_key sets the Req_key field's value.

func (*FaceSwapAIInput) SetReturn_url

func (s *FaceSwapAIInput) SetReturn_url(v bool) *FaceSwapAIInput

SetReturn_url sets the Return_url field's value.

func (*FaceSwapAIInput) SetSkin

func (s *FaceSwapAIInput) SetSkin(v float64) *FaceSwapAIInput

SetSkin sets the Skin field's value.

func (*FaceSwapAIInput) SetTou_repair

func (s *FaceSwapAIInput) SetTou_repair(v int32) *FaceSwapAIInput

SetTou_repair sets the Tou_repair field's value.

func (FaceSwapAIInput) String

func (s FaceSwapAIInput) String() string

String returns the string representation

func (*FaceSwapAIInput) Validate

func (s *FaceSwapAIInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FaceSwapAIOutput

type FaceSwapAIOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForFaceSwapAIOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (FaceSwapAIOutput) GoString

func (s FaceSwapAIOutput) GoString() string

GoString returns the string representation

func (*FaceSwapAIOutput) SetCode

func (s *FaceSwapAIOutput) SetCode(v int32) *FaceSwapAIOutput

SetCode sets the Code field's value.

func (*FaceSwapAIOutput) SetData

SetData sets the Data field's value.

func (*FaceSwapAIOutput) SetMessage

func (s *FaceSwapAIOutput) SetMessage(v string) *FaceSwapAIOutput

SetMessage sets the Message field's value.

func (*FaceSwapAIOutput) SetRequest_id

func (s *FaceSwapAIOutput) SetRequest_id(v string) *FaceSwapAIOutput

SetRequest_id sets the Request_id field's value.

func (*FaceSwapAIOutput) SetStatus

func (s *FaceSwapAIOutput) SetStatus(v int32) *FaceSwapAIOutput

SetStatus sets the Status field's value.

func (*FaceSwapAIOutput) SetTime_elapsed

func (s *FaceSwapAIOutput) SetTime_elapsed(v string) *FaceSwapAIOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (FaceSwapAIOutput) String

func (s FaceSwapAIOutput) String() string

String returns the string representation

type FaceSwapInput

type FaceSwapInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Face_type *string `type:"string" json:"face_type,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForFaceSwapInput `type:"structure" json:"logo_info,omitempty"`

	Merge_infos []*Merge_infoForFaceSwapInput `type:"list" json:"merge_infos,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Source_similarity *string `type:"string" json:"source_similarity,omitempty"`
	// contains filtered or unexported fields
}

func (FaceSwapInput) GoString

func (s FaceSwapInput) GoString() string

GoString returns the string representation

func (*FaceSwapInput) SetBinary_data_base64

func (s *FaceSwapInput) SetBinary_data_base64(v []*string) *FaceSwapInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*FaceSwapInput) SetFace_type

func (s *FaceSwapInput) SetFace_type(v string) *FaceSwapInput

SetFace_type sets the Face_type field's value.

func (*FaceSwapInput) SetImage_urls

func (s *FaceSwapInput) SetImage_urls(v []*string) *FaceSwapInput

SetImage_urls sets the Image_urls field's value.

func (*FaceSwapInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*FaceSwapInput) SetMerge_infos

func (s *FaceSwapInput) SetMerge_infos(v []*Merge_infoForFaceSwapInput) *FaceSwapInput

SetMerge_infos sets the Merge_infos field's value.

func (*FaceSwapInput) SetReq_key

func (s *FaceSwapInput) SetReq_key(v string) *FaceSwapInput

SetReq_key sets the Req_key field's value.

func (*FaceSwapInput) SetReturn_url

func (s *FaceSwapInput) SetReturn_url(v bool) *FaceSwapInput

SetReturn_url sets the Return_url field's value.

func (*FaceSwapInput) SetSource_similarity

func (s *FaceSwapInput) SetSource_similarity(v string) *FaceSwapInput

SetSource_similarity sets the Source_similarity field's value.

func (FaceSwapInput) String

func (s FaceSwapInput) String() string

String returns the string representation

func (*FaceSwapInput) Validate

func (s *FaceSwapInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FaceSwapOutput

type FaceSwapOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForFaceSwapOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (FaceSwapOutput) GoString

func (s FaceSwapOutput) GoString() string

GoString returns the string representation

func (*FaceSwapOutput) SetCode

func (s *FaceSwapOutput) SetCode(v int32) *FaceSwapOutput

SetCode sets the Code field's value.

func (*FaceSwapOutput) SetData

SetData sets the Data field's value.

func (*FaceSwapOutput) SetMessage

func (s *FaceSwapOutput) SetMessage(v string) *FaceSwapOutput

SetMessage sets the Message field's value.

func (*FaceSwapOutput) SetRequest_id

func (s *FaceSwapOutput) SetRequest_id(v string) *FaceSwapOutput

SetRequest_id sets the Request_id field's value.

func (*FaceSwapOutput) SetStatus

func (s *FaceSwapOutput) SetStatus(v int32) *FaceSwapOutput

SetStatus sets the Status field's value.

func (*FaceSwapOutput) SetTime_elapsed

func (s *FaceSwapOutput) SetTime_elapsed(v string) *FaceSwapOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (FaceSwapOutput) String

func (s FaceSwapOutput) String() string

String returns the string representation

type HairStyleInput

type HairStyleInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Hair_type *int32 `type:"int32" json:"hair_type,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForHairStyleInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`
	// contains filtered or unexported fields
}

func (HairStyleInput) GoString

func (s HairStyleInput) GoString() string

GoString returns the string representation

func (*HairStyleInput) SetBinary_data_base64

func (s *HairStyleInput) SetBinary_data_base64(v []*string) *HairStyleInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*HairStyleInput) SetHair_type

func (s *HairStyleInput) SetHair_type(v int32) *HairStyleInput

SetHair_type sets the Hair_type field's value.

func (*HairStyleInput) SetImage_urls

func (s *HairStyleInput) SetImage_urls(v []*string) *HairStyleInput

SetImage_urls sets the Image_urls field's value.

func (*HairStyleInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HairStyleInput) SetReq_key

func (s *HairStyleInput) SetReq_key(v string) *HairStyleInput

SetReq_key sets the Req_key field's value.

func (*HairStyleInput) SetReturn_url

func (s *HairStyleInput) SetReturn_url(v bool) *HairStyleInput

SetReturn_url sets the Return_url field's value.

func (HairStyleInput) String

func (s HairStyleInput) String() string

String returns the string representation

func (*HairStyleInput) Validate

func (s *HairStyleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HairStyleOutput

type HairStyleOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHairStyleOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HairStyleOutput) GoString

func (s HairStyleOutput) GoString() string

GoString returns the string representation

func (*HairStyleOutput) SetCode

func (s *HairStyleOutput) SetCode(v int32) *HairStyleOutput

SetCode sets the Code field's value.

func (*HairStyleOutput) SetData

SetData sets the Data field's value.

func (*HairStyleOutput) SetMessage

func (s *HairStyleOutput) SetMessage(v string) *HairStyleOutput

SetMessage sets the Message field's value.

func (*HairStyleOutput) SetRequest_id

func (s *HairStyleOutput) SetRequest_id(v string) *HairStyleOutput

SetRequest_id sets the Request_id field's value.

func (*HairStyleOutput) SetStatus

func (s *HairStyleOutput) SetStatus(v int32) *HairStyleOutput

SetStatus sets the Status field's value.

func (*HairStyleOutput) SetTime_elapsed

func (s *HairStyleOutput) SetTime_elapsed(v string) *HairStyleOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (HairStyleOutput) String

func (s HairStyleOutput) String() string

String returns the string representation

type HighAesAnimeV13Input

type HighAesAnimeV13Input struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForHighAesAnimeV13Input `type:"structure" json:"logo_info,omitempty"`

	// Model_version is a required field
	Model_version *string `type:"string" json:"model_version,omitempty" required:"true"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Strength *float64 `type:"float" json:"strength,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesAnimeV13Input) GoString

func (s HighAesAnimeV13Input) GoString() string

GoString returns the string representation

func (*HighAesAnimeV13Input) SetBinary_data_base64

func (s *HighAesAnimeV13Input) SetBinary_data_base64(v []*string) *HighAesAnimeV13Input

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*HighAesAnimeV13Input) SetDdim_steps

func (s *HighAesAnimeV13Input) SetDdim_steps(v int32) *HighAesAnimeV13Input

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesAnimeV13Input) SetHeight

SetHeight sets the Height field's value.

func (*HighAesAnimeV13Input) SetImage_urls

func (s *HighAesAnimeV13Input) SetImage_urls(v []*string) *HighAesAnimeV13Input

SetImage_urls sets the Image_urls field's value.

func (*HighAesAnimeV13Input) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesAnimeV13Input) SetModel_version

func (s *HighAesAnimeV13Input) SetModel_version(v string) *HighAesAnimeV13Input

SetModel_version sets the Model_version field's value.

func (*HighAesAnimeV13Input) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HighAesAnimeV13Input) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HighAesAnimeV13Input) SetReturn_url

func (s *HighAesAnimeV13Input) SetReturn_url(v bool) *HighAesAnimeV13Input

SetReturn_url sets the Return_url field's value.

func (*HighAesAnimeV13Input) SetScale

SetScale sets the Scale field's value.

func (*HighAesAnimeV13Input) SetSeed

SetSeed sets the Seed field's value.

func (*HighAesAnimeV13Input) SetStrength

SetStrength sets the Strength field's value.

func (*HighAesAnimeV13Input) SetWidth

SetWidth sets the Width field's value.

func (HighAesAnimeV13Input) String

func (s HighAesAnimeV13Input) String() string

String returns the string representation

func (*HighAesAnimeV13Input) Validate

func (s *HighAesAnimeV13Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesAnimeV13Output

type HighAesAnimeV13Output struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesAnimeV13Output `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesAnimeV13Output) GoString

func (s HighAesAnimeV13Output) GoString() string

GoString returns the string representation

func (*HighAesAnimeV13Output) SetCode

SetCode sets the Code field's value.

func (*HighAesAnimeV13Output) SetData

SetData sets the Data field's value.

func (*HighAesAnimeV13Output) SetMessage

SetMessage sets the Message field's value.

func (*HighAesAnimeV13Output) SetRequest_id

func (s *HighAesAnimeV13Output) SetRequest_id(v string) *HighAesAnimeV13Output

SetRequest_id sets the Request_id field's value.

func (*HighAesAnimeV13Output) SetStatus

SetStatus sets the Status field's value.

func (*HighAesAnimeV13Output) SetTime_elapsed

func (s *HighAesAnimeV13Output) SetTime_elapsed(v string) *HighAesAnimeV13Output

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesAnimeV13Output) String

func (s HighAesAnimeV13Output) String() string

String returns the string representation

type HighAesGeneralV13Input

type HighAesGeneralV13Input struct {
	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Logo_info *Logo_infoForHighAesGeneralV13Input `type:"structure" json:"logo_info,omitempty"`

	// Model_version is a required field
	Model_version *string `type:"string" json:"model_version,omitempty" required:"true"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Sr_seed *int32 `type:"int32" json:"sr_seed,omitempty"`

	Use_sr *bool `type:"boolean" json:"use_sr,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV13Input) GoString

func (s HighAesGeneralV13Input) GoString() string

GoString returns the string representation

func (*HighAesGeneralV13Input) SetDdim_steps

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesGeneralV13Input) SetHeight

SetHeight sets the Height field's value.

func (*HighAesGeneralV13Input) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesGeneralV13Input) SetModel_version

func (s *HighAesGeneralV13Input) SetModel_version(v string) *HighAesGeneralV13Input

SetModel_version sets the Model_version field's value.

func (*HighAesGeneralV13Input) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HighAesGeneralV13Input) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HighAesGeneralV13Input) SetReturn_url

func (s *HighAesGeneralV13Input) SetReturn_url(v bool) *HighAesGeneralV13Input

SetReturn_url sets the Return_url field's value.

func (*HighAesGeneralV13Input) SetScale

SetScale sets the Scale field's value.

func (*HighAesGeneralV13Input) SetSeed

SetSeed sets the Seed field's value.

func (*HighAesGeneralV13Input) SetSr_seed

SetSr_seed sets the Sr_seed field's value.

func (*HighAesGeneralV13Input) SetUse_sr

SetUse_sr sets the Use_sr field's value.

func (*HighAesGeneralV13Input) SetWidth

SetWidth sets the Width field's value.

func (HighAesGeneralV13Input) String

func (s HighAesGeneralV13Input) String() string

String returns the string representation

func (*HighAesGeneralV13Input) Validate

func (s *HighAesGeneralV13Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesGeneralV13Output

type HighAesGeneralV13Output struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesGeneralV13Output `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV13Output) GoString

func (s HighAesGeneralV13Output) GoString() string

GoString returns the string representation

func (*HighAesGeneralV13Output) SetCode

SetCode sets the Code field's value.

func (*HighAesGeneralV13Output) SetData

SetData sets the Data field's value.

func (*HighAesGeneralV13Output) SetMessage

SetMessage sets the Message field's value.

func (*HighAesGeneralV13Output) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*HighAesGeneralV13Output) SetStatus

SetStatus sets the Status field's value.

func (*HighAesGeneralV13Output) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesGeneralV13Output) String

func (s HighAesGeneralV13Output) String() string

String returns the string representation

type HighAesGeneralV14IPKeepInput

type HighAesGeneralV14IPKeepInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForHighAesGeneralV14IPKeepInput `type:"structure" json:"logo_info,omitempty"`

	// Model_version is a required field
	Model_version *string `type:"string" json:"model_version,omitempty" required:"true"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	Ref_id_weight *float64 `type:"float" json:"ref_id_weight,omitempty"`

	Ref_ip_weight *float64 `type:"float" json:"ref_ip_weight,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Use_predict_tags *bool `type:"boolean" json:"use_predict_tags,omitempty"`

	Use_rephraser *bool `type:"boolean" json:"use_rephraser,omitempty"`

	Use_sr *bool `type:"boolean" json:"use_sr,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV14IPKeepInput) GoString

func (s HighAesGeneralV14IPKeepInput) GoString() string

GoString returns the string representation

func (*HighAesGeneralV14IPKeepInput) SetBinary_data_base64

func (s *HighAesGeneralV14IPKeepInput) SetBinary_data_base64(v []*string) *HighAesGeneralV14IPKeepInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*HighAesGeneralV14IPKeepInput) SetDdim_steps

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesGeneralV14IPKeepInput) SetHeight

SetHeight sets the Height field's value.

func (*HighAesGeneralV14IPKeepInput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*HighAesGeneralV14IPKeepInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesGeneralV14IPKeepInput) SetModel_version

SetModel_version sets the Model_version field's value.

func (*HighAesGeneralV14IPKeepInput) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HighAesGeneralV14IPKeepInput) SetRef_id_weight

SetRef_id_weight sets the Ref_id_weight field's value.

func (*HighAesGeneralV14IPKeepInput) SetRef_ip_weight

SetRef_ip_weight sets the Ref_ip_weight field's value.

func (*HighAesGeneralV14IPKeepInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HighAesGeneralV14IPKeepInput) SetReturn_url

SetReturn_url sets the Return_url field's value.

func (*HighAesGeneralV14IPKeepInput) SetScale

SetScale sets the Scale field's value.

func (*HighAesGeneralV14IPKeepInput) SetSeed

SetSeed sets the Seed field's value.

func (*HighAesGeneralV14IPKeepInput) SetUse_predict_tags

SetUse_predict_tags sets the Use_predict_tags field's value.

func (*HighAesGeneralV14IPKeepInput) SetUse_rephraser

SetUse_rephraser sets the Use_rephraser field's value.

func (*HighAesGeneralV14IPKeepInput) SetUse_sr

SetUse_sr sets the Use_sr field's value.

func (*HighAesGeneralV14IPKeepInput) SetWidth

SetWidth sets the Width field's value.

func (HighAesGeneralV14IPKeepInput) String

String returns the string representation

func (*HighAesGeneralV14IPKeepInput) Validate

func (s *HighAesGeneralV14IPKeepInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesGeneralV14IPKeepOutput

type HighAesGeneralV14IPKeepOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesGeneralV14IPKeepOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV14IPKeepOutput) GoString

GoString returns the string representation

func (*HighAesGeneralV14IPKeepOutput) SetCode

SetCode sets the Code field's value.

func (*HighAesGeneralV14IPKeepOutput) SetData

SetData sets the Data field's value.

func (*HighAesGeneralV14IPKeepOutput) SetMessage

SetMessage sets the Message field's value.

func (*HighAesGeneralV14IPKeepOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*HighAesGeneralV14IPKeepOutput) SetStatus

SetStatus sets the Status field's value.

func (*HighAesGeneralV14IPKeepOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesGeneralV14IPKeepOutput) String

String returns the string representation

type HighAesGeneralV14Input

type HighAesGeneralV14Input struct {
	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Logo_info *Logo_infoForHighAesGeneralV14Input `type:"structure" json:"logo_info,omitempty"`

	// Model_version is a required field
	Model_version *string `type:"string" json:"model_version,omitempty" required:"true"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Use_predict_tags *bool `type:"boolean" json:"use_predict_tags,omitempty"`

	Use_rephraser *bool `type:"boolean" json:"use_rephraser,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV14Input) GoString

func (s HighAesGeneralV14Input) GoString() string

GoString returns the string representation

func (*HighAesGeneralV14Input) SetDdim_steps

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesGeneralV14Input) SetHeight

SetHeight sets the Height field's value.

func (*HighAesGeneralV14Input) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesGeneralV14Input) SetModel_version

func (s *HighAesGeneralV14Input) SetModel_version(v string) *HighAesGeneralV14Input

SetModel_version sets the Model_version field's value.

func (*HighAesGeneralV14Input) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HighAesGeneralV14Input) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HighAesGeneralV14Input) SetReturn_url

func (s *HighAesGeneralV14Input) SetReturn_url(v bool) *HighAesGeneralV14Input

SetReturn_url sets the Return_url field's value.

func (*HighAesGeneralV14Input) SetScale

SetScale sets the Scale field's value.

func (*HighAesGeneralV14Input) SetSeed

SetSeed sets the Seed field's value.

func (*HighAesGeneralV14Input) SetUse_predict_tags

func (s *HighAesGeneralV14Input) SetUse_predict_tags(v bool) *HighAesGeneralV14Input

SetUse_predict_tags sets the Use_predict_tags field's value.

func (*HighAesGeneralV14Input) SetUse_rephraser

func (s *HighAesGeneralV14Input) SetUse_rephraser(v bool) *HighAesGeneralV14Input

SetUse_rephraser sets the Use_rephraser field's value.

func (*HighAesGeneralV14Input) SetWidth

SetWidth sets the Width field's value.

func (HighAesGeneralV14Input) String

func (s HighAesGeneralV14Input) String() string

String returns the string representation

func (*HighAesGeneralV14Input) Validate

func (s *HighAesGeneralV14Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesGeneralV14Output

type HighAesGeneralV14Output struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesGeneralV14Output `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV14Output) GoString

func (s HighAesGeneralV14Output) GoString() string

GoString returns the string representation

func (*HighAesGeneralV14Output) SetCode

SetCode sets the Code field's value.

func (*HighAesGeneralV14Output) SetData

SetData sets the Data field's value.

func (*HighAesGeneralV14Output) SetMessage

SetMessage sets the Message field's value.

func (*HighAesGeneralV14Output) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*HighAesGeneralV14Output) SetStatus

SetStatus sets the Status field's value.

func (*HighAesGeneralV14Output) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesGeneralV14Output) String

func (s HighAesGeneralV14Output) String() string

String returns the string representation

type HighAesGeneralV20Input

type HighAesGeneralV20Input struct {
	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Logo_info *Logo_infoForHighAesGeneralV20Input `type:"structure" json:"logo_info,omitempty"`

	// Model_version is a required field
	Model_version *string `type:"string" json:"model_version,omitempty" required:"true"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Use_rephraser *bool `type:"boolean" json:"use_rephraser,omitempty"`

	Use_sr *bool `type:"boolean" json:"use_sr,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV20Input) GoString

func (s HighAesGeneralV20Input) GoString() string

GoString returns the string representation

func (*HighAesGeneralV20Input) SetDdim_steps

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesGeneralV20Input) SetHeight

SetHeight sets the Height field's value.

func (*HighAesGeneralV20Input) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesGeneralV20Input) SetModel_version

func (s *HighAesGeneralV20Input) SetModel_version(v string) *HighAesGeneralV20Input

SetModel_version sets the Model_version field's value.

func (*HighAesGeneralV20Input) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HighAesGeneralV20Input) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HighAesGeneralV20Input) SetReturn_url

func (s *HighAesGeneralV20Input) SetReturn_url(v bool) *HighAesGeneralV20Input

SetReturn_url sets the Return_url field's value.

func (*HighAesGeneralV20Input) SetScale

SetScale sets the Scale field's value.

func (*HighAesGeneralV20Input) SetSeed

SetSeed sets the Seed field's value.

func (*HighAesGeneralV20Input) SetUse_rephraser

func (s *HighAesGeneralV20Input) SetUse_rephraser(v bool) *HighAesGeneralV20Input

SetUse_rephraser sets the Use_rephraser field's value.

func (*HighAesGeneralV20Input) SetUse_sr

SetUse_sr sets the Use_sr field's value.

func (*HighAesGeneralV20Input) SetWidth

SetWidth sets the Width field's value.

func (HighAesGeneralV20Input) String

func (s HighAesGeneralV20Input) String() string

String returns the string representation

func (*HighAesGeneralV20Input) Validate

func (s *HighAesGeneralV20Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesGeneralV20LInput

type HighAesGeneralV20LInput struct {
	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Logo_info *Logo_infoForHighAesGeneralV20LInput `type:"structure" json:"logo_info,omitempty"`

	// Model_version is a required field
	Model_version *string `type:"string" json:"model_version,omitempty" required:"true"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	// Req_schedule_conf is a required field
	Req_schedule_conf *string `type:"string" json:"req_schedule_conf,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Use_sr *bool `type:"boolean" json:"use_sr,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV20LInput) GoString

func (s HighAesGeneralV20LInput) GoString() string

GoString returns the string representation

func (*HighAesGeneralV20LInput) SetDdim_steps

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesGeneralV20LInput) SetHeight

SetHeight sets the Height field's value.

func (*HighAesGeneralV20LInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesGeneralV20LInput) SetModel_version

func (s *HighAesGeneralV20LInput) SetModel_version(v string) *HighAesGeneralV20LInput

SetModel_version sets the Model_version field's value.

func (*HighAesGeneralV20LInput) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HighAesGeneralV20LInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HighAesGeneralV20LInput) SetReq_schedule_conf

func (s *HighAesGeneralV20LInput) SetReq_schedule_conf(v string) *HighAesGeneralV20LInput

SetReq_schedule_conf sets the Req_schedule_conf field's value.

func (*HighAesGeneralV20LInput) SetReturn_url

SetReturn_url sets the Return_url field's value.

func (*HighAesGeneralV20LInput) SetScale

SetScale sets the Scale field's value.

func (*HighAesGeneralV20LInput) SetSeed

SetSeed sets the Seed field's value.

func (*HighAesGeneralV20LInput) SetUse_sr

SetUse_sr sets the Use_sr field's value.

func (*HighAesGeneralV20LInput) SetWidth

SetWidth sets the Width field's value.

func (HighAesGeneralV20LInput) String

func (s HighAesGeneralV20LInput) String() string

String returns the string representation

func (*HighAesGeneralV20LInput) Validate

func (s *HighAesGeneralV20LInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesGeneralV20LOutput

type HighAesGeneralV20LOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesGeneralV20LOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV20LOutput) GoString

func (s HighAesGeneralV20LOutput) GoString() string

GoString returns the string representation

func (*HighAesGeneralV20LOutput) SetCode

SetCode sets the Code field's value.

func (*HighAesGeneralV20LOutput) SetData

SetData sets the Data field's value.

func (*HighAesGeneralV20LOutput) SetMessage

SetMessage sets the Message field's value.

func (*HighAesGeneralV20LOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*HighAesGeneralV20LOutput) SetStatus

SetStatus sets the Status field's value.

func (*HighAesGeneralV20LOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesGeneralV20LOutput) String

func (s HighAesGeneralV20LOutput) String() string

String returns the string representation

type HighAesGeneralV20Output

type HighAesGeneralV20Output struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesGeneralV20Output `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesGeneralV20Output) GoString

func (s HighAesGeneralV20Output) GoString() string

GoString returns the string representation

func (*HighAesGeneralV20Output) SetCode

SetCode sets the Code field's value.

func (*HighAesGeneralV20Output) SetData

SetData sets the Data field's value.

func (*HighAesGeneralV20Output) SetMessage

SetMessage sets the Message field's value.

func (*HighAesGeneralV20Output) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*HighAesGeneralV20Output) SetStatus

SetStatus sets the Status field's value.

func (*HighAesGeneralV20Output) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesGeneralV20Output) String

func (s HighAesGeneralV20Output) String() string

String returns the string representation

type HighAesIPV20Input

type HighAesIPV20Input struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Cfg_rescale *float64 `type:"float" json:"cfg_rescale,omitempty"`

	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForHighAesIPV20Input `type:"structure" json:"logo_info,omitempty"`

	// Prompt is a required field
	Prompt *string `type:"string" json:"prompt,omitempty" required:"true"`

	Ref_id_weight *float64 `type:"float" json:"ref_id_weight,omitempty"`

	Ref_ip_weight *float64 `type:"float" json:"ref_ip_weight,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Use_sr *bool `type:"boolean" json:"use_sr,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesIPV20Input) GoString

func (s HighAesIPV20Input) GoString() string

GoString returns the string representation

func (*HighAesIPV20Input) SetBinary_data_base64

func (s *HighAesIPV20Input) SetBinary_data_base64(v []*string) *HighAesIPV20Input

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*HighAesIPV20Input) SetCfg_rescale

func (s *HighAesIPV20Input) SetCfg_rescale(v float64) *HighAesIPV20Input

SetCfg_rescale sets the Cfg_rescale field's value.

func (*HighAesIPV20Input) SetDdim_steps

func (s *HighAesIPV20Input) SetDdim_steps(v int32) *HighAesIPV20Input

SetDdim_steps sets the Ddim_steps field's value.

func (*HighAesIPV20Input) SetHeight

func (s *HighAesIPV20Input) SetHeight(v int32) *HighAesIPV20Input

SetHeight sets the Height field's value.

func (*HighAesIPV20Input) SetImage_urls

func (s *HighAesIPV20Input) SetImage_urls(v []*string) *HighAesIPV20Input

SetImage_urls sets the Image_urls field's value.

func (*HighAesIPV20Input) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HighAesIPV20Input) SetPrompt

func (s *HighAesIPV20Input) SetPrompt(v string) *HighAesIPV20Input

SetPrompt sets the Prompt field's value.

func (*HighAesIPV20Input) SetRef_id_weight

func (s *HighAesIPV20Input) SetRef_id_weight(v float64) *HighAesIPV20Input

SetRef_id_weight sets the Ref_id_weight field's value.

func (*HighAesIPV20Input) SetRef_ip_weight

func (s *HighAesIPV20Input) SetRef_ip_weight(v float64) *HighAesIPV20Input

SetRef_ip_weight sets the Ref_ip_weight field's value.

func (*HighAesIPV20Input) SetReq_key

func (s *HighAesIPV20Input) SetReq_key(v string) *HighAesIPV20Input

SetReq_key sets the Req_key field's value.

func (*HighAesIPV20Input) SetReturn_url

func (s *HighAesIPV20Input) SetReturn_url(v bool) *HighAesIPV20Input

SetReturn_url sets the Return_url field's value.

func (*HighAesIPV20Input) SetScale

SetScale sets the Scale field's value.

func (*HighAesIPV20Input) SetSeed

func (s *HighAesIPV20Input) SetSeed(v int32) *HighAesIPV20Input

SetSeed sets the Seed field's value.

func (*HighAesIPV20Input) SetUse_sr

func (s *HighAesIPV20Input) SetUse_sr(v bool) *HighAesIPV20Input

SetUse_sr sets the Use_sr field's value.

func (*HighAesIPV20Input) SetWidth

func (s *HighAesIPV20Input) SetWidth(v int32) *HighAesIPV20Input

SetWidth sets the Width field's value.

func (HighAesIPV20Input) String

func (s HighAesIPV20Input) String() string

String returns the string representation

func (*HighAesIPV20Input) Validate

func (s *HighAesIPV20Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HighAesIPV20Output

type HighAesIPV20Output struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHighAesIPV20Output `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HighAesIPV20Output) GoString

func (s HighAesIPV20Output) GoString() string

GoString returns the string representation

func (*HighAesIPV20Output) SetCode

SetCode sets the Code field's value.

func (*HighAesIPV20Output) SetData

SetData sets the Data field's value.

func (*HighAesIPV20Output) SetMessage

func (s *HighAesIPV20Output) SetMessage(v string) *HighAesIPV20Output

SetMessage sets the Message field's value.

func (*HighAesIPV20Output) SetRequest_id

func (s *HighAesIPV20Output) SetRequest_id(v string) *HighAesIPV20Output

SetRequest_id sets the Request_id field's value.

func (*HighAesIPV20Output) SetStatus

func (s *HighAesIPV20Output) SetStatus(v int32) *HighAesIPV20Output

SetStatus sets the Status field's value.

func (*HighAesIPV20Output) SetTime_elapsed

func (s *HighAesIPV20Output) SetTime_elapsed(v string) *HighAesIPV20Output

SetTime_elapsed sets the Time_elapsed field's value.

func (HighAesIPV20Output) String

func (s HighAesIPV20Output) String() string

String returns the string representation

type HignAesGeneralV12Input

type HignAesGeneralV12Input struct {
	Ddim_steps *int32 `type:"int32" json:"ddim_steps,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Logo_info *Logo_infoForHignAesGeneralV12Input `type:"structure" json:"logo_info,omitempty"`

	Prompt *string `type:"string" json:"prompt,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (HignAesGeneralV12Input) GoString

func (s HignAesGeneralV12Input) GoString() string

GoString returns the string representation

func (*HignAesGeneralV12Input) SetDdim_steps

SetDdim_steps sets the Ddim_steps field's value.

func (*HignAesGeneralV12Input) SetHeight

SetHeight sets the Height field's value.

func (*HignAesGeneralV12Input) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*HignAesGeneralV12Input) SetPrompt

SetPrompt sets the Prompt field's value.

func (*HignAesGeneralV12Input) SetReq_key

SetReq_key sets the Req_key field's value.

func (*HignAesGeneralV12Input) SetScale

SetScale sets the Scale field's value.

func (*HignAesGeneralV12Input) SetSeed

SetSeed sets the Seed field's value.

func (*HignAesGeneralV12Input) SetWidth

SetWidth sets the Width field's value.

func (HignAesGeneralV12Input) String

func (s HignAesGeneralV12Input) String() string

String returns the string representation

func (*HignAesGeneralV12Input) Validate

func (s *HignAesGeneralV12Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HignAesGeneralV12Output

type HignAesGeneralV12Output struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForHignAesGeneralV12Output `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (HignAesGeneralV12Output) GoString

func (s HignAesGeneralV12Output) GoString() string

GoString returns the string representation

func (*HignAesGeneralV12Output) SetCode

SetCode sets the Code field's value.

func (*HignAesGeneralV12Output) SetData

SetData sets the Data field's value.

func (*HignAesGeneralV12Output) SetMessage

SetMessage sets the Message field's value.

func (*HignAesGeneralV12Output) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*HignAesGeneralV12Output) SetStatus

SetStatus sets the Status field's value.

func (*HignAesGeneralV12Output) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (HignAesGeneralV12Output) String

func (s HignAesGeneralV12Output) String() string

String returns the string representation

type Img2ImgInpaintingEditInput

type Img2ImgInpaintingEditInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	// Custom_prompt is a required field
	Custom_prompt *string `type:"string" json:"custom_prompt,omitempty" required:"true"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForImg2ImgInpaintingEditInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Steps *int32 `type:"int32" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgInpaintingEditInput) GoString

func (s Img2ImgInpaintingEditInput) GoString() string

GoString returns the string representation

func (*Img2ImgInpaintingEditInput) SetBinary_data_base64

func (s *Img2ImgInpaintingEditInput) SetBinary_data_base64(v []*string) *Img2ImgInpaintingEditInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*Img2ImgInpaintingEditInput) SetCustom_prompt

SetCustom_prompt sets the Custom_prompt field's value.

func (*Img2ImgInpaintingEditInput) SetImage_urls

SetImage_urls sets the Image_urls field's value.

func (*Img2ImgInpaintingEditInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*Img2ImgInpaintingEditInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*Img2ImgInpaintingEditInput) SetReturn_url

SetReturn_url sets the Return_url field's value.

func (*Img2ImgInpaintingEditInput) SetScale

SetScale sets the Scale field's value.

func (*Img2ImgInpaintingEditInput) SetSeed

SetSeed sets the Seed field's value.

func (*Img2ImgInpaintingEditInput) SetSteps

SetSteps sets the Steps field's value.

func (Img2ImgInpaintingEditInput) String

String returns the string representation

func (*Img2ImgInpaintingEditInput) Validate

func (s *Img2ImgInpaintingEditInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Img2ImgInpaintingEditOutput

type Img2ImgInpaintingEditOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForImg2ImgInpaintingEditOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgInpaintingEditOutput) GoString

func (s Img2ImgInpaintingEditOutput) GoString() string

GoString returns the string representation

func (*Img2ImgInpaintingEditOutput) SetCode

SetCode sets the Code field's value.

func (*Img2ImgInpaintingEditOutput) SetData

SetData sets the Data field's value.

func (*Img2ImgInpaintingEditOutput) SetMessage

SetMessage sets the Message field's value.

func (*Img2ImgInpaintingEditOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*Img2ImgInpaintingEditOutput) SetStatus

SetStatus sets the Status field's value.

func (*Img2ImgInpaintingEditOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (Img2ImgInpaintingEditOutput) String

String returns the string representation

type Img2ImgInpaintingInput

type Img2ImgInpaintingInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForImg2ImgInpaintingInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Steps *int32 `type:"int32" json:"steps,omitempty"`

	Strength *float64 `type:"float" json:"strength,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgInpaintingInput) GoString

func (s Img2ImgInpaintingInput) GoString() string

GoString returns the string representation

func (*Img2ImgInpaintingInput) SetBinary_data_base64

func (s *Img2ImgInpaintingInput) SetBinary_data_base64(v []*string) *Img2ImgInpaintingInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*Img2ImgInpaintingInput) SetImage_urls

func (s *Img2ImgInpaintingInput) SetImage_urls(v []*string) *Img2ImgInpaintingInput

SetImage_urls sets the Image_urls field's value.

func (*Img2ImgInpaintingInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*Img2ImgInpaintingInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*Img2ImgInpaintingInput) SetReturn_url

func (s *Img2ImgInpaintingInput) SetReturn_url(v bool) *Img2ImgInpaintingInput

SetReturn_url sets the Return_url field's value.

func (*Img2ImgInpaintingInput) SetScale

SetScale sets the Scale field's value.

func (*Img2ImgInpaintingInput) SetSeed

SetSeed sets the Seed field's value.

func (*Img2ImgInpaintingInput) SetSteps

SetSteps sets the Steps field's value.

func (*Img2ImgInpaintingInput) SetStrength

SetStrength sets the Strength field's value.

func (Img2ImgInpaintingInput) String

func (s Img2ImgInpaintingInput) String() string

String returns the string representation

func (*Img2ImgInpaintingInput) Validate

func (s *Img2ImgInpaintingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Img2ImgInpaintingOutput

type Img2ImgInpaintingOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForImg2ImgInpaintingOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgInpaintingOutput) GoString

func (s Img2ImgInpaintingOutput) GoString() string

GoString returns the string representation

func (*Img2ImgInpaintingOutput) SetCode

SetCode sets the Code field's value.

func (*Img2ImgInpaintingOutput) SetData

SetData sets the Data field's value.

func (*Img2ImgInpaintingOutput) SetMessage

SetMessage sets the Message field's value.

func (*Img2ImgInpaintingOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*Img2ImgInpaintingOutput) SetStatus

SetStatus sets the Status field's value.

func (*Img2ImgInpaintingOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (Img2ImgInpaintingOutput) String

func (s Img2ImgInpaintingOutput) String() string

String returns the string representation

type Img2ImgOutpaintingInput

type Img2ImgOutpaintingInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Bottom *float64 `type:"float" json:"bottom,omitempty"`

	// Custom_prompt is a required field
	Custom_prompt *string `type:"string" json:"custom_prompt,omitempty" required:"true"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Left *float64 `type:"float" json:"left,omitempty"`

	Logo_info *Logo_infoForImg2ImgOutpaintingInput `type:"structure" json:"logo_info,omitempty"`

	Max_height *int32 `type:"int32" json:"max_height,omitempty"`

	Max_width *int32 `type:"int32" json:"max_width,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Right *float64 `type:"float" json:"right,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Steps *int32 `type:"int32" json:"steps,omitempty"`

	Strength *float64 `type:"float" json:"strength,omitempty"`

	Top *float64 `type:"float" json:"top,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgOutpaintingInput) GoString

func (s Img2ImgOutpaintingInput) GoString() string

GoString returns the string representation

func (*Img2ImgOutpaintingInput) SetBinary_data_base64

func (s *Img2ImgOutpaintingInput) SetBinary_data_base64(v []*string) *Img2ImgOutpaintingInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*Img2ImgOutpaintingInput) SetBottom

SetBottom sets the Bottom field's value.

func (*Img2ImgOutpaintingInput) SetCustom_prompt

func (s *Img2ImgOutpaintingInput) SetCustom_prompt(v string) *Img2ImgOutpaintingInput

SetCustom_prompt sets the Custom_prompt field's value.

func (*Img2ImgOutpaintingInput) SetImage_urls

func (s *Img2ImgOutpaintingInput) SetImage_urls(v []*string) *Img2ImgOutpaintingInput

SetImage_urls sets the Image_urls field's value.

func (*Img2ImgOutpaintingInput) SetLeft

SetLeft sets the Left field's value.

func (*Img2ImgOutpaintingInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*Img2ImgOutpaintingInput) SetMax_height

SetMax_height sets the Max_height field's value.

func (*Img2ImgOutpaintingInput) SetMax_width

SetMax_width sets the Max_width field's value.

func (*Img2ImgOutpaintingInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*Img2ImgOutpaintingInput) SetReturn_url

SetReturn_url sets the Return_url field's value.

func (*Img2ImgOutpaintingInput) SetRight

SetRight sets the Right field's value.

func (*Img2ImgOutpaintingInput) SetScale

SetScale sets the Scale field's value.

func (*Img2ImgOutpaintingInput) SetSeed

SetSeed sets the Seed field's value.

func (*Img2ImgOutpaintingInput) SetSteps

SetSteps sets the Steps field's value.

func (*Img2ImgOutpaintingInput) SetStrength

SetStrength sets the Strength field's value.

func (*Img2ImgOutpaintingInput) SetTop

SetTop sets the Top field's value.

func (Img2ImgOutpaintingInput) String

func (s Img2ImgOutpaintingInput) String() string

String returns the string representation

func (*Img2ImgOutpaintingInput) Validate

func (s *Img2ImgOutpaintingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Img2ImgOutpaintingOutput

type Img2ImgOutpaintingOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForImg2ImgOutpaintingOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgOutpaintingOutput) GoString

func (s Img2ImgOutpaintingOutput) GoString() string

GoString returns the string representation

func (*Img2ImgOutpaintingOutput) SetCode

SetCode sets the Code field's value.

func (*Img2ImgOutpaintingOutput) SetData

SetData sets the Data field's value.

func (*Img2ImgOutpaintingOutput) SetMessage

SetMessage sets the Message field's value.

func (*Img2ImgOutpaintingOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*Img2ImgOutpaintingOutput) SetStatus

SetStatus sets the Status field's value.

func (*Img2ImgOutpaintingOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (Img2ImgOutpaintingOutput) String

func (s Img2ImgOutpaintingOutput) String() string

String returns the string representation

type Img2ImgXLSftInput

type Img2ImgXLSftInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Controlnet_args []*Controlnet_argForImg2ImgXLSftInput `type:"list" json:"controlnet_args,omitempty"`

	Ddim_step *int32 `type:"int32" json:"ddim_step,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForImg2ImgXLSftInput `type:"structure" json:"logo_info,omitempty"`

	Prompt *string `type:"string" json:"prompt,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Style_reference_args *Style_reference_argsForImg2ImgXLSftInput `type:"structure" json:"style_reference_args,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgXLSftInput) GoString

func (s Img2ImgXLSftInput) GoString() string

GoString returns the string representation

func (*Img2ImgXLSftInput) SetBinary_data_base64

func (s *Img2ImgXLSftInput) SetBinary_data_base64(v []*string) *Img2ImgXLSftInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*Img2ImgXLSftInput) SetControlnet_args

SetControlnet_args sets the Controlnet_args field's value.

func (*Img2ImgXLSftInput) SetDdim_step

func (s *Img2ImgXLSftInput) SetDdim_step(v int32) *Img2ImgXLSftInput

SetDdim_step sets the Ddim_step field's value.

func (*Img2ImgXLSftInput) SetImage_urls

func (s *Img2ImgXLSftInput) SetImage_urls(v []*string) *Img2ImgXLSftInput

SetImage_urls sets the Image_urls field's value.

func (*Img2ImgXLSftInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*Img2ImgXLSftInput) SetPrompt

func (s *Img2ImgXLSftInput) SetPrompt(v string) *Img2ImgXLSftInput

SetPrompt sets the Prompt field's value.

func (*Img2ImgXLSftInput) SetReq_key

func (s *Img2ImgXLSftInput) SetReq_key(v string) *Img2ImgXLSftInput

SetReq_key sets the Req_key field's value.

func (*Img2ImgXLSftInput) SetReturn_url

func (s *Img2ImgXLSftInput) SetReturn_url(v bool) *Img2ImgXLSftInput

SetReturn_url sets the Return_url field's value.

func (*Img2ImgXLSftInput) SetScale

SetScale sets the Scale field's value.

func (*Img2ImgXLSftInput) SetSeed

func (s *Img2ImgXLSftInput) SetSeed(v int32) *Img2ImgXLSftInput

SetSeed sets the Seed field's value.

func (*Img2ImgXLSftInput) SetStyle_reference_args

SetStyle_reference_args sets the Style_reference_args field's value.

func (Img2ImgXLSftInput) String

func (s Img2ImgXLSftInput) String() string

String returns the string representation

func (*Img2ImgXLSftInput) Validate

func (s *Img2ImgXLSftInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Img2ImgXLSftOutput

type Img2ImgXLSftOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForImg2ImgXLSftOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (Img2ImgXLSftOutput) GoString

func (s Img2ImgXLSftOutput) GoString() string

GoString returns the string representation

func (*Img2ImgXLSftOutput) SetCode

SetCode sets the Code field's value.

func (*Img2ImgXLSftOutput) SetData

SetData sets the Data field's value.

func (*Img2ImgXLSftOutput) SetMessage

func (s *Img2ImgXLSftOutput) SetMessage(v string) *Img2ImgXLSftOutput

SetMessage sets the Message field's value.

func (*Img2ImgXLSftOutput) SetRequest_id

func (s *Img2ImgXLSftOutput) SetRequest_id(v string) *Img2ImgXLSftOutput

SetRequest_id sets the Request_id field's value.

func (*Img2ImgXLSftOutput) SetStatus

func (s *Img2ImgXLSftOutput) SetStatus(v int32) *Img2ImgXLSftOutput

SetStatus sets the Status field's value.

func (*Img2ImgXLSftOutput) SetTime_elapsed

func (s *Img2ImgXLSftOutput) SetTime_elapsed(v string) *Img2ImgXLSftOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (Img2ImgXLSftOutput) String

func (s Img2ImgXLSftOutput) String() string

String returns the string representation

type LensLqirInput

type LensLqirInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Enable_hdr *bool `type:"boolean" json:"enable_hdr,omitempty"`

	Enable_wb *bool `type:"boolean" json:"enable_wb,omitempty"`

	Hdr_strength *float64 `type:"float" json:"hdr_strength,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Jpg_quality *int32 `type:"int32" json:"jpg_quality,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Resolution_boundary *string `type:"string" json:"resolution_boundary,omitempty"`

	Result_format *int32 `type:"int32" json:"result_format,omitempty"`
	// contains filtered or unexported fields
}

func (LensLqirInput) GoString

func (s LensLqirInput) GoString() string

GoString returns the string representation

func (*LensLqirInput) SetBinary_data_base64

func (s *LensLqirInput) SetBinary_data_base64(v []*string) *LensLqirInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*LensLqirInput) SetEnable_hdr

func (s *LensLqirInput) SetEnable_hdr(v bool) *LensLqirInput

SetEnable_hdr sets the Enable_hdr field's value.

func (*LensLqirInput) SetEnable_wb

func (s *LensLqirInput) SetEnable_wb(v bool) *LensLqirInput

SetEnable_wb sets the Enable_wb field's value.

func (*LensLqirInput) SetHdr_strength

func (s *LensLqirInput) SetHdr_strength(v float64) *LensLqirInput

SetHdr_strength sets the Hdr_strength field's value.

func (*LensLqirInput) SetImage_urls

func (s *LensLqirInput) SetImage_urls(v []*string) *LensLqirInput

SetImage_urls sets the Image_urls field's value.

func (*LensLqirInput) SetJpg_quality

func (s *LensLqirInput) SetJpg_quality(v int32) *LensLqirInput

SetJpg_quality sets the Jpg_quality field's value.

func (*LensLqirInput) SetReq_key

func (s *LensLqirInput) SetReq_key(v string) *LensLqirInput

SetReq_key sets the Req_key field's value.

func (*LensLqirInput) SetResolution_boundary

func (s *LensLqirInput) SetResolution_boundary(v string) *LensLqirInput

SetResolution_boundary sets the Resolution_boundary field's value.

func (*LensLqirInput) SetResult_format

func (s *LensLqirInput) SetResult_format(v int32) *LensLqirInput

SetResult_format sets the Result_format field's value.

func (LensLqirInput) String

func (s LensLqirInput) String() string

String returns the string representation

func (*LensLqirInput) Validate

func (s *LensLqirInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensLqirOutput

type LensLqirOutput struct {
	Metadata *response.ResponseMetadata

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`
	// contains filtered or unexported fields
}

func (LensLqirOutput) GoString

func (s LensLqirOutput) GoString() string

GoString returns the string representation

func (*LensLqirOutput) SetBinary_data_base64

func (s *LensLqirOutput) SetBinary_data_base64(v []*string) *LensLqirOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (LensLqirOutput) String

func (s LensLqirOutput) String() string

String returns the string representation

type LensNnsr2PicCommonInput

type LensNnsr2PicCommonInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Jpg_quality *int32 `type:"int32" json:"jpg_quality,omitempty"`

	Logo_info *Logo_infoForLensNnsr2PicCommonInput `type:"structure" json:"logo_info,omitempty"`

	// Model_quality is a required field
	Model_quality *string `type:"string" json:"model_quality,omitempty" required:"true"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Result_format *int32 `type:"int32" json:"result_format,omitempty"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`
	// contains filtered or unexported fields
}

func (LensNnsr2PicCommonInput) GoString

func (s LensNnsr2PicCommonInput) GoString() string

GoString returns the string representation

func (*LensNnsr2PicCommonInput) SetBinary_data_base64

func (s *LensNnsr2PicCommonInput) SetBinary_data_base64(v []*string) *LensNnsr2PicCommonInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*LensNnsr2PicCommonInput) SetImage_urls

func (s *LensNnsr2PicCommonInput) SetImage_urls(v []*string) *LensNnsr2PicCommonInput

SetImage_urls sets the Image_urls field's value.

func (*LensNnsr2PicCommonInput) SetJpg_quality

SetJpg_quality sets the Jpg_quality field's value.

func (*LensNnsr2PicCommonInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*LensNnsr2PicCommonInput) SetModel_quality

func (s *LensNnsr2PicCommonInput) SetModel_quality(v string) *LensNnsr2PicCommonInput

SetModel_quality sets the Model_quality field's value.

func (*LensNnsr2PicCommonInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*LensNnsr2PicCommonInput) SetResult_format

func (s *LensNnsr2PicCommonInput) SetResult_format(v int32) *LensNnsr2PicCommonInput

SetResult_format sets the Result_format field's value.

func (*LensNnsr2PicCommonInput) SetReturn_url

SetReturn_url sets the Return_url field's value.

func (LensNnsr2PicCommonInput) String

func (s LensNnsr2PicCommonInput) String() string

String returns the string representation

func (*LensNnsr2PicCommonInput) Validate

func (s *LensNnsr2PicCommonInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensNnsr2PicCommonOutput

type LensNnsr2PicCommonOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForLensNnsr2PicCommonOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (LensNnsr2PicCommonOutput) GoString

func (s LensNnsr2PicCommonOutput) GoString() string

GoString returns the string representation

func (*LensNnsr2PicCommonOutput) SetCode

SetCode sets the Code field's value.

func (*LensNnsr2PicCommonOutput) SetData

SetData sets the Data field's value.

func (*LensNnsr2PicCommonOutput) SetMessage

SetMessage sets the Message field's value.

func (*LensNnsr2PicCommonOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*LensNnsr2PicCommonOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensNnsr2PicCommonOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (LensNnsr2PicCommonOutput) String

func (s LensNnsr2PicCommonOutput) String() string

String returns the string representation

type LensOprInput

type LensOprInput struct {
	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	If_color *int32 `type:"int32" json:"if_color,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (LensOprInput) GoString

func (s LensOprInput) GoString() string

GoString returns the string representation

func (*LensOprInput) SetBinary_data_base64

func (s *LensOprInput) SetBinary_data_base64(v []*string) *LensOprInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*LensOprInput) SetIf_color

func (s *LensOprInput) SetIf_color(v int32) *LensOprInput

SetIf_color sets the If_color field's value.

func (*LensOprInput) SetImage_urls

func (s *LensOprInput) SetImage_urls(v []*string) *LensOprInput

SetImage_urls sets the Image_urls field's value.

func (*LensOprInput) SetReq_key

func (s *LensOprInput) SetReq_key(v string) *LensOprInput

SetReq_key sets the Req_key field's value.

func (LensOprInput) String

func (s LensOprInput) String() string

String returns the string representation

func (*LensOprInput) Validate

func (s *LensOprInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensOprOutput

type LensOprOutput struct {
	Metadata *response.ResponseMetadata

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`
	// contains filtered or unexported fields
}

func (LensOprOutput) GoString

func (s LensOprOutput) GoString() string

GoString returns the string representation

func (*LensOprOutput) SetBinary_data_base64

func (s *LensOprOutput) SetBinary_data_base64(v []*string) *LensOprOutput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (LensOprOutput) String

func (s LensOprOutput) String() string

String returns the string representation

type LensVidaVideoGetResultInput

type LensVidaVideoGetResultInput struct {

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	// Task_id is a required field
	Task_id *string `type:"string" json:"task_id,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (LensVidaVideoGetResultInput) GoString

func (s LensVidaVideoGetResultInput) GoString() string

GoString returns the string representation

func (*LensVidaVideoGetResultInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*LensVidaVideoGetResultInput) SetTask_id

SetTask_id sets the Task_id field's value.

func (LensVidaVideoGetResultInput) String

String returns the string representation

func (*LensVidaVideoGetResultInput) Validate

func (s *LensVidaVideoGetResultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensVidaVideoGetResultOutput

type LensVidaVideoGetResultOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForLensVidaVideoGetResultOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (LensVidaVideoGetResultOutput) GoString

func (s LensVidaVideoGetResultOutput) GoString() string

GoString returns the string representation

func (*LensVidaVideoGetResultOutput) SetCode

SetCode sets the Code field's value.

func (*LensVidaVideoGetResultOutput) SetData

SetData sets the Data field's value.

func (*LensVidaVideoGetResultOutput) SetMessage

SetMessage sets the Message field's value.

func (*LensVidaVideoGetResultOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*LensVidaVideoGetResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensVidaVideoGetResultOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (LensVidaVideoGetResultOutput) String

String returns the string representation

type LensVidaVideoSubmitTaskInput

type LensVidaVideoSubmitTaskInput struct {

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	// Url is a required field
	Url *string `type:"string" json:"url,omitempty" required:"true"`

	// Vida_mode is a required field
	Vida_mode *string `type:"string" json:"vida_mode,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (LensVidaVideoSubmitTaskInput) GoString

func (s LensVidaVideoSubmitTaskInput) GoString() string

GoString returns the string representation

func (*LensVidaVideoSubmitTaskInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*LensVidaVideoSubmitTaskInput) SetUrl

SetUrl sets the Url field's value.

func (*LensVidaVideoSubmitTaskInput) SetVida_mode

SetVida_mode sets the Vida_mode field's value.

func (LensVidaVideoSubmitTaskInput) String

String returns the string representation

func (*LensVidaVideoSubmitTaskInput) Validate

func (s *LensVidaVideoSubmitTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensVidaVideoSubmitTaskOutput

type LensVidaVideoSubmitTaskOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForLensVidaVideoSubmitTaskOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (LensVidaVideoSubmitTaskOutput) GoString

GoString returns the string representation

func (*LensVidaVideoSubmitTaskOutput) SetCode

SetCode sets the Code field's value.

func (*LensVidaVideoSubmitTaskOutput) SetData

SetData sets the Data field's value.

func (*LensVidaVideoSubmitTaskOutput) SetMessage

SetMessage sets the Message field's value.

func (*LensVidaVideoSubmitTaskOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*LensVidaVideoSubmitTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensVidaVideoSubmitTaskOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (LensVidaVideoSubmitTaskOutput) String

String returns the string representation

type LensVideoNnsrGetResultInput

type LensVideoNnsrGetResultInput struct {

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	// Task_id is a required field
	Task_id *string `type:"string" json:"task_id,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (LensVideoNnsrGetResultInput) GoString

func (s LensVideoNnsrGetResultInput) GoString() string

GoString returns the string representation

func (*LensVideoNnsrGetResultInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*LensVideoNnsrGetResultInput) SetTask_id

SetTask_id sets the Task_id field's value.

func (LensVideoNnsrGetResultInput) String

String returns the string representation

func (*LensVideoNnsrGetResultInput) Validate

func (s *LensVideoNnsrGetResultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensVideoNnsrGetResultOutput

type LensVideoNnsrGetResultOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForLensVideoNnsrGetResultOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (LensVideoNnsrGetResultOutput) GoString

func (s LensVideoNnsrGetResultOutput) GoString() string

GoString returns the string representation

func (*LensVideoNnsrGetResultOutput) SetCode

SetCode sets the Code field's value.

func (*LensVideoNnsrGetResultOutput) SetData

SetData sets the Data field's value.

func (*LensVideoNnsrGetResultOutput) SetMessage

SetMessage sets the Message field's value.

func (*LensVideoNnsrGetResultOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*LensVideoNnsrGetResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensVideoNnsrGetResultOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (LensVideoNnsrGetResultOutput) String

String returns the string representation

type LensVideoNnsrSubmitTaskInput

type LensVideoNnsrSubmitTaskInput struct {

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Url *string `type:"string" json:"url,omitempty"`

	Vid *string `type:"string" json:"vid,omitempty"`
	// contains filtered or unexported fields
}

func (LensVideoNnsrSubmitTaskInput) GoString

func (s LensVideoNnsrSubmitTaskInput) GoString() string

GoString returns the string representation

func (*LensVideoNnsrSubmitTaskInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (*LensVideoNnsrSubmitTaskInput) SetUrl

SetUrl sets the Url field's value.

func (*LensVideoNnsrSubmitTaskInput) SetVid

SetVid sets the Vid field's value.

func (LensVideoNnsrSubmitTaskInput) String

String returns the string representation

func (*LensVideoNnsrSubmitTaskInput) Validate

func (s *LensVideoNnsrSubmitTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LensVideoNnsrSubmitTaskOutput

type LensVideoNnsrSubmitTaskOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForLensVideoNnsrSubmitTaskOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (LensVideoNnsrSubmitTaskOutput) GoString

GoString returns the string representation

func (*LensVideoNnsrSubmitTaskOutput) SetCode

SetCode sets the Code field's value.

func (*LensVideoNnsrSubmitTaskOutput) SetData

SetData sets the Data field's value.

func (*LensVideoNnsrSubmitTaskOutput) SetMessage

SetMessage sets the Message field's value.

func (*LensVideoNnsrSubmitTaskOutput) SetRequest_id

SetRequest_id sets the Request_id field's value.

func (*LensVideoNnsrSubmitTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensVideoNnsrSubmitTaskOutput) SetTime_elapsed

SetTime_elapsed sets the Time_elapsed field's value.

func (LensVideoNnsrSubmitTaskOutput) String

String returns the string representation

type Logo_infoForAIGCStylizeImageInput

type Logo_infoForAIGCStylizeImageInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForAIGCStylizeImageInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForAIGCStylizeImageInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForAIGCStylizeImageInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForAIGCStylizeImageInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForAIGCStylizeImageInput) String

String returns the string representation

type Logo_infoForAIGCStylizeImageUsageInput

type Logo_infoForAIGCStylizeImageUsageInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForAIGCStylizeImageUsageInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForAIGCStylizeImageUsageInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForAIGCStylizeImageUsageInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForAIGCStylizeImageUsageInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForAIGCStylizeImageUsageInput) String

String returns the string representation

type Logo_infoForEmotionPortraitInput

type Logo_infoForEmotionPortraitInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForEmotionPortraitInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForEmotionPortraitInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForEmotionPortraitInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForEmotionPortraitInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForEmotionPortraitInput) String

String returns the string representation

type Logo_infoForFaceFusionMovieSubmitTaskInput

type Logo_infoForFaceFusionMovieSubmitTaskInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForFaceFusionMovieSubmitTaskInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForFaceFusionMovieSubmitTaskInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForFaceFusionMovieSubmitTaskInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForFaceFusionMovieSubmitTaskInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForFaceFusionMovieSubmitTaskInput) String

String returns the string representation

type Logo_infoForFaceSwapAIInput

type Logo_infoForFaceSwapAIInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForFaceSwapAIInput) GoString

func (s Logo_infoForFaceSwapAIInput) GoString() string

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForFaceSwapAIInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForFaceSwapAIInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForFaceSwapAIInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForFaceSwapAIInput) String

String returns the string representation

type Logo_infoForFaceSwapInput

type Logo_infoForFaceSwapInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForFaceSwapInput) GoString

func (s Logo_infoForFaceSwapInput) GoString() string

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForFaceSwapInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForFaceSwapInput) SetLogo_text_content

func (s *Logo_infoForFaceSwapInput) SetLogo_text_content(v string) *Logo_infoForFaceSwapInput

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForFaceSwapInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForFaceSwapInput) String

func (s Logo_infoForFaceSwapInput) String() string

String returns the string representation

type Logo_infoForHairStyleInput

type Logo_infoForHairStyleInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHairStyleInput) GoString

func (s Logo_infoForHairStyleInput) GoString() string

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHairStyleInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHairStyleInput) SetLogo_text_content

func (s *Logo_infoForHairStyleInput) SetLogo_text_content(v string) *Logo_infoForHairStyleInput

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHairStyleInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHairStyleInput) String

String returns the string representation

type Logo_infoForHighAesAnimeV13Input

type Logo_infoForHighAesAnimeV13Input struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesAnimeV13Input) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesAnimeV13Input) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesAnimeV13Input) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesAnimeV13Input) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesAnimeV13Input) String

String returns the string representation

type Logo_infoForHighAesGeneralV13Input

type Logo_infoForHighAesGeneralV13Input struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesGeneralV13Input) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesGeneralV13Input) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesGeneralV13Input) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesGeneralV13Input) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesGeneralV13Input) String

String returns the string representation

type Logo_infoForHighAesGeneralV14IPKeepInput

type Logo_infoForHighAesGeneralV14IPKeepInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesGeneralV14IPKeepInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesGeneralV14IPKeepInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesGeneralV14IPKeepInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesGeneralV14IPKeepInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesGeneralV14IPKeepInput) String

String returns the string representation

type Logo_infoForHighAesGeneralV14Input

type Logo_infoForHighAesGeneralV14Input struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesGeneralV14Input) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesGeneralV14Input) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesGeneralV14Input) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesGeneralV14Input) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesGeneralV14Input) String

String returns the string representation

type Logo_infoForHighAesGeneralV20Input

type Logo_infoForHighAesGeneralV20Input struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesGeneralV20Input) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesGeneralV20Input) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesGeneralV20Input) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesGeneralV20Input) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesGeneralV20Input) String

String returns the string representation

type Logo_infoForHighAesGeneralV20LInput

type Logo_infoForHighAesGeneralV20LInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesGeneralV20LInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesGeneralV20LInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesGeneralV20LInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesGeneralV20LInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesGeneralV20LInput) String

String returns the string representation

type Logo_infoForHighAesIPV20Input

type Logo_infoForHighAesIPV20Input struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHighAesIPV20Input) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHighAesIPV20Input) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHighAesIPV20Input) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHighAesIPV20Input) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHighAesIPV20Input) String

String returns the string representation

type Logo_infoForHignAesGeneralV12Input

type Logo_infoForHignAesGeneralV12Input struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForHignAesGeneralV12Input) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForHignAesGeneralV12Input) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForHignAesGeneralV12Input) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForHignAesGeneralV12Input) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForHignAesGeneralV12Input) String

String returns the string representation

type Logo_infoForImg2ImgInpaintingEditInput

type Logo_infoForImg2ImgInpaintingEditInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForImg2ImgInpaintingEditInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForImg2ImgInpaintingEditInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForImg2ImgInpaintingEditInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForImg2ImgInpaintingEditInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForImg2ImgInpaintingEditInput) String

String returns the string representation

type Logo_infoForImg2ImgInpaintingInput

type Logo_infoForImg2ImgInpaintingInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForImg2ImgInpaintingInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForImg2ImgInpaintingInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForImg2ImgInpaintingInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForImg2ImgInpaintingInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForImg2ImgInpaintingInput) String

String returns the string representation

type Logo_infoForImg2ImgOutpaintingInput

type Logo_infoForImg2ImgOutpaintingInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForImg2ImgOutpaintingInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForImg2ImgOutpaintingInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForImg2ImgOutpaintingInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForImg2ImgOutpaintingInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForImg2ImgOutpaintingInput) String

String returns the string representation

type Logo_infoForImg2ImgXLSftInput

type Logo_infoForImg2ImgXLSftInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForImg2ImgXLSftInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForImg2ImgXLSftInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForImg2ImgXLSftInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForImg2ImgXLSftInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForImg2ImgXLSftInput) String

String returns the string representation

type Logo_infoForLensNnsr2PicCommonInput

type Logo_infoForLensNnsr2PicCommonInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForLensNnsr2PicCommonInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForLensNnsr2PicCommonInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForLensNnsr2PicCommonInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForLensNnsr2PicCommonInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForLensNnsr2PicCommonInput) String

String returns the string representation

type Logo_infoForPhotoVerseInput

type Logo_infoForPhotoVerseInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForPhotoVerseInput) GoString

func (s Logo_infoForPhotoVerseInput) GoString() string

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForPhotoVerseInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForPhotoVerseInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForPhotoVerseInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForPhotoVerseInput) String

String returns the string representation

type Logo_infoForText2ImgXLSftInput

type Logo_infoForText2ImgXLSftInput struct {

	Language *int32 `type:"int32" json:"language,omitempty"`

	Logo_text_content *string `type:"string" json:"logo_text_content,omitempty"`

	Position *int32 `type:"int32" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (Logo_infoForText2ImgXLSftInput) GoString

GoString returns the string representation

SetAdd_logo sets the Add_logo field's value.

func (*Logo_infoForText2ImgXLSftInput) SetLanguage

SetLanguage sets the Language field's value.

func (*Logo_infoForText2ImgXLSftInput) SetLogo_text_content

SetLogo_text_content sets the Logo_text_content field's value.

func (*Logo_infoForText2ImgXLSftInput) SetPosition

SetPosition sets the Position field's value.

func (Logo_infoForText2ImgXLSftInput) String

String returns the string representation

type MaintainIDUsageInput

type MaintainIDUsageInput struct {

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (MaintainIDUsageInput) GoString

func (s MaintainIDUsageInput) GoString() string

GoString returns the string representation

func (*MaintainIDUsageInput) SetReq_key

SetReq_key sets the Req_key field's value.

func (MaintainIDUsageInput) String

func (s MaintainIDUsageInput) String() string

String returns the string representation

func (*MaintainIDUsageInput) Validate

func (s *MaintainIDUsageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MaintainIDUsageOutput

type MaintainIDUsageOutput struct {
	Metadata *response.ResponseMetadata

	TaskID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MaintainIDUsageOutput) GoString

func (s MaintainIDUsageOutput) GoString() string

GoString returns the string representation

func (*MaintainIDUsageOutput) SetTaskID

SetTaskID sets the TaskID field's value.

func (MaintainIDUsageOutput) String

func (s MaintainIDUsageOutput) String() string

String returns the string representation

type Merge_infoForFaceSwapInput

type Merge_infoForFaceSwapInput struct {
	Location *int32 `type:"int32" json:"location,omitempty"`

	Template_location *int32 `type:"int32" json:"template_location,omitempty"`
	// contains filtered or unexported fields
}

func (Merge_infoForFaceSwapInput) GoString

func (s Merge_infoForFaceSwapInput) GoString() string

GoString returns the string representation

func (*Merge_infoForFaceSwapInput) SetLocation

SetLocation sets the Location field's value.

func (*Merge_infoForFaceSwapInput) SetTemplate_location

func (s *Merge_infoForFaceSwapInput) SetTemplate_location(v int32) *Merge_infoForFaceSwapInput

SetTemplate_location sets the Template_location field's value.

func (Merge_infoForFaceSwapInput) String

String returns the string representation

type PhotoVerseInput

type PhotoVerseInput struct {
	Beautify_info *Beautify_infoForPhotoVerseInput `type:"structure" json:"beautify_info,omitempty"`

	Binary_data_base64 []*string `type:"list" json:"binary_data_base64,omitempty"`

	Image_urls []*string `type:"list" json:"image_urls,omitempty"`

	Logo_info *Logo_infoForPhotoVerseInput `type:"structure" json:"logo_info,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`
	// contains filtered or unexported fields
}

func (PhotoVerseInput) GoString

func (s PhotoVerseInput) GoString() string

GoString returns the string representation

func (*PhotoVerseInput) SetBeautify_info

SetBeautify_info sets the Beautify_info field's value.

func (*PhotoVerseInput) SetBinary_data_base64

func (s *PhotoVerseInput) SetBinary_data_base64(v []*string) *PhotoVerseInput

SetBinary_data_base64 sets the Binary_data_base64 field's value.

func (*PhotoVerseInput) SetImage_urls

func (s *PhotoVerseInput) SetImage_urls(v []*string) *PhotoVerseInput

SetImage_urls sets the Image_urls field's value.

func (*PhotoVerseInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*PhotoVerseInput) SetReq_key

func (s *PhotoVerseInput) SetReq_key(v string) *PhotoVerseInput

SetReq_key sets the Req_key field's value.

func (*PhotoVerseInput) SetReturn_url

func (s *PhotoVerseInput) SetReturn_url(v bool) *PhotoVerseInput

SetReturn_url sets the Return_url field's value.

func (PhotoVerseInput) String

func (s PhotoVerseInput) String() string

String returns the string representation

func (*PhotoVerseInput) Validate

func (s *PhotoVerseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PhotoVerseOutput

type PhotoVerseOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForPhotoVerseOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (PhotoVerseOutput) GoString

func (s PhotoVerseOutput) GoString() string

GoString returns the string representation

func (*PhotoVerseOutput) SetCode

func (s *PhotoVerseOutput) SetCode(v int32) *PhotoVerseOutput

SetCode sets the Code field's value.

func (*PhotoVerseOutput) SetData

SetData sets the Data field's value.

func (*PhotoVerseOutput) SetMessage

func (s *PhotoVerseOutput) SetMessage(v string) *PhotoVerseOutput

SetMessage sets the Message field's value.

func (*PhotoVerseOutput) SetRequest_id

func (s *PhotoVerseOutput) SetRequest_id(v string) *PhotoVerseOutput

SetRequest_id sets the Request_id field's value.

func (*PhotoVerseOutput) SetStatus

func (s *PhotoVerseOutput) SetStatus(v int32) *PhotoVerseOutput

SetStatus sets the Status field's value.

func (*PhotoVerseOutput) SetTime_elapsed

func (s *PhotoVerseOutput) SetTime_elapsed(v string) *PhotoVerseOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (PhotoVerseOutput) String

func (s PhotoVerseOutput) String() string

String returns the string representation

type Style_reference_argsForImg2ImgXLSftInput

type Style_reference_argsForImg2ImgXLSftInput struct {
	Binary_data_index *int32 `type:"int32" json:"binary_data_index,omitempty"`

	Id_weight *float64 `type:"float" json:"id_weight,omitempty"`

	Style_weight *float64 `type:"float" json:"style_weight,omitempty"`
	// contains filtered or unexported fields
}

func (Style_reference_argsForImg2ImgXLSftInput) GoString

GoString returns the string representation

func (*Style_reference_argsForImg2ImgXLSftInput) SetBinary_data_index

SetBinary_data_index sets the Binary_data_index field's value.

func (*Style_reference_argsForImg2ImgXLSftInput) SetId_weight

SetId_weight sets the Id_weight field's value.

func (*Style_reference_argsForImg2ImgXLSftInput) SetStyle_weight

SetStyle_weight sets the Style_weight field's value.

func (Style_reference_argsForImg2ImgXLSftInput) String

String returns the string representation

type Text2ImgXLSftInput

type Text2ImgXLSftInput struct {
	Ddim_step *int32 `type:"int32" json:"ddim_step,omitempty"`

	Height *int32 `type:"int32" json:"height,omitempty"`

	Logo_info *Logo_infoForText2ImgXLSftInput `type:"structure" json:"logo_info,omitempty"`

	Prompt *string `type:"string" json:"prompt,omitempty"`

	// Req_key is a required field
	Req_key *string `type:"string" json:"req_key,omitempty" required:"true"`

	Return_url *bool `type:"boolean" json:"return_url,omitempty"`

	Scale *float64 `type:"float" json:"scale,omitempty"`

	Seed *int32 `type:"int32" json:"seed,omitempty"`

	Width *int32 `type:"int32" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (Text2ImgXLSftInput) GoString

func (s Text2ImgXLSftInput) GoString() string

GoString returns the string representation

func (*Text2ImgXLSftInput) SetDdim_step

func (s *Text2ImgXLSftInput) SetDdim_step(v int32) *Text2ImgXLSftInput

SetDdim_step sets the Ddim_step field's value.

func (*Text2ImgXLSftInput) SetHeight

func (s *Text2ImgXLSftInput) SetHeight(v int32) *Text2ImgXLSftInput

SetHeight sets the Height field's value.

func (*Text2ImgXLSftInput) SetLogo_info

SetLogo_info sets the Logo_info field's value.

func (*Text2ImgXLSftInput) SetPrompt

func (s *Text2ImgXLSftInput) SetPrompt(v string) *Text2ImgXLSftInput

SetPrompt sets the Prompt field's value.

func (*Text2ImgXLSftInput) SetReq_key

func (s *Text2ImgXLSftInput) SetReq_key(v string) *Text2ImgXLSftInput

SetReq_key sets the Req_key field's value.

func (*Text2ImgXLSftInput) SetReturn_url

func (s *Text2ImgXLSftInput) SetReturn_url(v bool) *Text2ImgXLSftInput

SetReturn_url sets the Return_url field's value.

func (*Text2ImgXLSftInput) SetScale

SetScale sets the Scale field's value.

func (*Text2ImgXLSftInput) SetSeed

SetSeed sets the Seed field's value.

func (*Text2ImgXLSftInput) SetWidth

SetWidth sets the Width field's value.

func (Text2ImgXLSftInput) String

func (s Text2ImgXLSftInput) String() string

String returns the string representation

func (*Text2ImgXLSftInput) Validate

func (s *Text2ImgXLSftInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Text2ImgXLSftOutput

type Text2ImgXLSftOutput struct {
	Metadata *response.ResponseMetadata

	Code *int32 `type:"int32" json:"code,omitempty"`

	Data *DataForText2ImgXLSftOutput `type:"structure" json:"data,omitempty"`

	Message *string `type:"string" json:"message,omitempty"`

	Request_id *string `type:"string" json:"request_id,omitempty"`

	Status *int32 `type:"int32" json:"status,omitempty"`

	Time_elapsed *string `type:"string" json:"time_elapsed,omitempty"`
	// contains filtered or unexported fields
}

func (Text2ImgXLSftOutput) GoString

func (s Text2ImgXLSftOutput) GoString() string

GoString returns the string representation

func (*Text2ImgXLSftOutput) SetCode

SetCode sets the Code field's value.

func (*Text2ImgXLSftOutput) SetData

SetData sets the Data field's value.

func (*Text2ImgXLSftOutput) SetMessage

SetMessage sets the Message field's value.

func (*Text2ImgXLSftOutput) SetRequest_id

func (s *Text2ImgXLSftOutput) SetRequest_id(v string) *Text2ImgXLSftOutput

SetRequest_id sets the Request_id field's value.

func (*Text2ImgXLSftOutput) SetStatus

SetStatus sets the Status field's value.

func (*Text2ImgXLSftOutput) SetTime_elapsed

func (s *Text2ImgXLSftOutput) SetTime_elapsed(v string) *Text2ImgXLSftOutput

SetTime_elapsed sets the Time_elapsed field's value.

func (Text2ImgXLSftOutput) String

func (s Text2ImgXLSftOutput) String() string

String returns the string representation

Jump to

Keyboard shortcuts

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