client

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) EstimateMonocularImageDepth

func (client *Client) EstimateMonocularImageDepth(request *EstimateMonocularImageDepthRequest) (_result *EstimateMonocularImageDepthResponse, _err error)

func (*Client) EstimateMonocularImageDepthAdvance

func (client *Client) EstimateMonocularImageDepthAdvance(request *EstimateMonocularImageDepthAdvanceRequest, runtime *util.RuntimeOptions) (_result *EstimateMonocularImageDepthResponse, _err error)

func (*Client) EstimateMonocularImageDepthWithOptions

func (client *Client) EstimateMonocularImageDepthWithOptions(request *EstimateMonocularImageDepthRequest, runtime *util.RuntimeOptions) (_result *EstimateMonocularImageDepthResponse, _err error)

func (*Client) EstimateMonocularVideoDepth

func (client *Client) EstimateMonocularVideoDepth(request *EstimateMonocularVideoDepthRequest) (_result *EstimateMonocularVideoDepthResponse, _err error)

func (*Client) EstimateMonocularVideoDepthAdvance

func (client *Client) EstimateMonocularVideoDepthAdvance(request *EstimateMonocularVideoDepthAdvanceRequest, runtime *util.RuntimeOptions) (_result *EstimateMonocularVideoDepthResponse, _err error)

func (*Client) EstimateMonocularVideoDepthWithOptions

func (client *Client) EstimateMonocularVideoDepthWithOptions(request *EstimateMonocularVideoDepthRequest, runtime *util.RuntimeOptions) (_result *EstimateMonocularVideoDepthResponse, _err error)

func (*Client) EstimateStereoImageDepth

func (client *Client) EstimateStereoImageDepth(request *EstimateStereoImageDepthRequest) (_result *EstimateStereoImageDepthResponse, _err error)

func (*Client) EstimateStereoImageDepthAdvance added in v1.0.7

func (client *Client) EstimateStereoImageDepthAdvance(request *EstimateStereoImageDepthAdvanceRequest, runtime *util.RuntimeOptions) (_result *EstimateStereoImageDepthResponse, _err error)

func (*Client) EstimateStereoImageDepthWithOptions

func (client *Client) EstimateStereoImageDepthWithOptions(request *EstimateStereoImageDepthRequest, runtime *util.RuntimeOptions) (_result *EstimateStereoImageDepthResponse, _err error)

func (*Client) GetAsyncJobResult

func (client *Client) GetAsyncJobResult(request *GetAsyncJobResultRequest) (_result *GetAsyncJobResultResponse, _err error)

func (*Client) GetAsyncJobResultWithOptions

func (client *Client) GetAsyncJobResultWithOptions(request *GetAsyncJobResultRequest, runtime *util.RuntimeOptions) (_result *GetAsyncJobResultResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ReconstructBodyBySingleImage

func (client *Client) ReconstructBodyBySingleImage(request *ReconstructBodyBySingleImageRequest) (_result *ReconstructBodyBySingleImageResponse, _err error)

func (*Client) ReconstructBodyBySingleImageAdvance

func (client *Client) ReconstructBodyBySingleImageAdvance(request *ReconstructBodyBySingleImageAdvanceRequest, runtime *util.RuntimeOptions) (_result *ReconstructBodyBySingleImageResponse, _err error)

func (*Client) ReconstructBodyBySingleImageWithOptions

func (client *Client) ReconstructBodyBySingleImageWithOptions(request *ReconstructBodyBySingleImageRequest, runtime *util.RuntimeOptions) (_result *ReconstructBodyBySingleImageResponse, _err error)

func (*Client) ReconstructThreeDMultiView

func (client *Client) ReconstructThreeDMultiView(request *ReconstructThreeDMultiViewRequest) (_result *ReconstructThreeDMultiViewResponse, _err error)

func (*Client) ReconstructThreeDMultiViewAdvance

func (client *Client) ReconstructThreeDMultiViewAdvance(request *ReconstructThreeDMultiViewAdvanceRequest, runtime *util.RuntimeOptions) (_result *ReconstructThreeDMultiViewResponse, _err error)

func (*Client) ReconstructThreeDMultiViewWithOptions

func (client *Client) ReconstructThreeDMultiViewWithOptions(request *ReconstructThreeDMultiViewRequest, runtime *util.RuntimeOptions) (_result *ReconstructThreeDMultiViewResponse, _err error)

type EstimateMonocularImageDepthAdvanceRequest

type EstimateMonocularImageDepthAdvanceRequest struct {
	ImageURLObject io.Reader `json:"ImageURL,omitempty" xml:"ImageURL,omitempty"`
}

func (EstimateMonocularImageDepthAdvanceRequest) GoString

func (*EstimateMonocularImageDepthAdvanceRequest) SetImageURLObject

func (EstimateMonocularImageDepthAdvanceRequest) String

type EstimateMonocularImageDepthRequest

type EstimateMonocularImageDepthRequest struct {
	ImageURL *string `json:"ImageURL,omitempty" xml:"ImageURL,omitempty"`
}

func (EstimateMonocularImageDepthRequest) GoString

func (*EstimateMonocularImageDepthRequest) SetImageURL

func (EstimateMonocularImageDepthRequest) String

type EstimateMonocularImageDepthResponse

type EstimateMonocularImageDepthResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EstimateMonocularImageDepthResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EstimateMonocularImageDepthResponse) GoString

func (*EstimateMonocularImageDepthResponse) SetHeaders

func (*EstimateMonocularImageDepthResponse) SetStatusCode

func (EstimateMonocularImageDepthResponse) String

type EstimateMonocularImageDepthResponseBody

type EstimateMonocularImageDepthResponseBody struct {
	Data      *EstimateMonocularImageDepthResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EstimateMonocularImageDepthResponseBody) GoString

func (*EstimateMonocularImageDepthResponseBody) SetRequestId

func (EstimateMonocularImageDepthResponseBody) String

type EstimateMonocularImageDepthResponseBodyData

type EstimateMonocularImageDepthResponseBodyData struct {
	DepthMapUrl     *string `json:"DepthMapUrl,omitempty" xml:"DepthMapUrl,omitempty"`
	DepthToColorUrl *string `json:"DepthToColorUrl,omitempty" xml:"DepthToColorUrl,omitempty"`
}

func (EstimateMonocularImageDepthResponseBodyData) GoString

func (*EstimateMonocularImageDepthResponseBodyData) SetDepthMapUrl

func (*EstimateMonocularImageDepthResponseBodyData) SetDepthToColorUrl

func (EstimateMonocularImageDepthResponseBodyData) String

type EstimateMonocularVideoDepthAdvanceRequest

type EstimateMonocularVideoDepthAdvanceRequest struct {
	SampleRate     *string   `json:"SampleRate,omitempty" xml:"SampleRate,omitempty"`
	VideoURLObject io.Reader `json:"VideoURL,omitempty" xml:"VideoURL,omitempty"`
}

func (EstimateMonocularVideoDepthAdvanceRequest) GoString

func (*EstimateMonocularVideoDepthAdvanceRequest) SetSampleRate

func (*EstimateMonocularVideoDepthAdvanceRequest) SetVideoURLObject

func (EstimateMonocularVideoDepthAdvanceRequest) String

type EstimateMonocularVideoDepthRequest

type EstimateMonocularVideoDepthRequest struct {
	SampleRate *string `json:"SampleRate,omitempty" xml:"SampleRate,omitempty"`
	VideoURL   *string `json:"VideoURL,omitempty" xml:"VideoURL,omitempty"`
}

func (EstimateMonocularVideoDepthRequest) GoString

func (*EstimateMonocularVideoDepthRequest) SetSampleRate

func (*EstimateMonocularVideoDepthRequest) SetVideoURL

func (EstimateMonocularVideoDepthRequest) String

type EstimateMonocularVideoDepthResponse

type EstimateMonocularVideoDepthResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EstimateMonocularVideoDepthResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EstimateMonocularVideoDepthResponse) GoString

func (*EstimateMonocularVideoDepthResponse) SetHeaders

func (*EstimateMonocularVideoDepthResponse) SetStatusCode

func (EstimateMonocularVideoDepthResponse) String

type EstimateMonocularVideoDepthResponseBody

type EstimateMonocularVideoDepthResponseBody struct {
	Data      *EstimateMonocularVideoDepthResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EstimateMonocularVideoDepthResponseBody) GoString

func (*EstimateMonocularVideoDepthResponseBody) SetMessage

func (*EstimateMonocularVideoDepthResponseBody) SetRequestId

func (EstimateMonocularVideoDepthResponseBody) String

type EstimateMonocularVideoDepthResponseBodyData

type EstimateMonocularVideoDepthResponseBodyData struct {
	DepthUrl    *string `json:"DepthUrl,omitempty" xml:"DepthUrl,omitempty"`
	DepthVisUrl *string `json:"DepthVisUrl,omitempty" xml:"DepthVisUrl,omitempty"`
}

func (EstimateMonocularVideoDepthResponseBodyData) GoString

func (*EstimateMonocularVideoDepthResponseBodyData) SetDepthUrl

func (*EstimateMonocularVideoDepthResponseBodyData) SetDepthVisUrl

func (EstimateMonocularVideoDepthResponseBodyData) String

type EstimateStereoImageDepthAdvanceRequest added in v1.0.7

type EstimateStereoImageDepthAdvanceRequest struct {
	LeftImageURLObject  io.Reader `json:"LeftImageURL,omitempty" xml:"LeftImageURL,omitempty"`
	RightImageURLObject io.Reader `json:"RightImageURL,omitempty" xml:"RightImageURL,omitempty"`
}

func (EstimateStereoImageDepthAdvanceRequest) GoString added in v1.0.7

func (*EstimateStereoImageDepthAdvanceRequest) SetLeftImageURLObject added in v1.0.7

func (*EstimateStereoImageDepthAdvanceRequest) SetRightImageURLObject added in v1.0.7

func (EstimateStereoImageDepthAdvanceRequest) String added in v1.0.7

type EstimateStereoImageDepthRequest

type EstimateStereoImageDepthRequest struct {
	LeftImageURL  *string `json:"LeftImageURL,omitempty" xml:"LeftImageURL,omitempty"`
	RightImageURL *string `json:"RightImageURL,omitempty" xml:"RightImageURL,omitempty"`
}

func (EstimateStereoImageDepthRequest) GoString

func (*EstimateStereoImageDepthRequest) SetLeftImageURL

func (*EstimateStereoImageDepthRequest) SetRightImageURL

func (EstimateStereoImageDepthRequest) String

type EstimateStereoImageDepthResponse

type EstimateStereoImageDepthResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EstimateStereoImageDepthResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EstimateStereoImageDepthResponse) GoString

func (*EstimateStereoImageDepthResponse) SetHeaders

func (*EstimateStereoImageDepthResponse) SetStatusCode

func (EstimateStereoImageDepthResponse) String

type EstimateStereoImageDepthResponseBody

type EstimateStereoImageDepthResponseBody struct {
	Data      *EstimateStereoImageDepthResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EstimateStereoImageDepthResponseBody) GoString

func (*EstimateStereoImageDepthResponseBody) SetRequestId

func (EstimateStereoImageDepthResponseBody) String

type EstimateStereoImageDepthResponseBodyData

type EstimateStereoImageDepthResponseBodyData struct {
	DisparityMapURL *string `json:"DisparityMapURL,omitempty" xml:"DisparityMapURL,omitempty"`
	DisparityVisURL *string `json:"DisparityVisURL,omitempty" xml:"DisparityVisURL,omitempty"`
}

func (EstimateStereoImageDepthResponseBodyData) GoString

func (*EstimateStereoImageDepthResponseBodyData) SetDisparityMapURL

func (*EstimateStereoImageDepthResponseBodyData) SetDisparityVisURL

func (EstimateStereoImageDepthResponseBodyData) String

type GetAsyncJobResultRequest

type GetAsyncJobResultRequest struct {
	JobId *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
}

func (GetAsyncJobResultRequest) GoString

func (s GetAsyncJobResultRequest) GoString() string

func (*GetAsyncJobResultRequest) SetJobId

func (GetAsyncJobResultRequest) String

func (s GetAsyncJobResultRequest) String() string

type GetAsyncJobResultResponse

type GetAsyncJobResultResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAsyncJobResultResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAsyncJobResultResponse) GoString

func (s GetAsyncJobResultResponse) GoString() string

func (*GetAsyncJobResultResponse) SetBody

func (*GetAsyncJobResultResponse) SetHeaders

func (*GetAsyncJobResultResponse) SetStatusCode

func (GetAsyncJobResultResponse) String

func (s GetAsyncJobResultResponse) String() string

type GetAsyncJobResultResponseBody

type GetAsyncJobResultResponseBody struct {
	Data      *GetAsyncJobResultResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetAsyncJobResultResponseBody) GoString

func (*GetAsyncJobResultResponseBody) SetData

func (*GetAsyncJobResultResponseBody) SetRequestId

func (GetAsyncJobResultResponseBody) String

type GetAsyncJobResultResponseBodyData

type GetAsyncJobResultResponseBodyData struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	JobId        *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
	Result       *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetAsyncJobResultResponseBodyData) GoString

func (*GetAsyncJobResultResponseBodyData) SetErrorCode

func (*GetAsyncJobResultResponseBodyData) SetErrorMessage

func (*GetAsyncJobResultResponseBodyData) SetJobId

func (*GetAsyncJobResultResponseBodyData) SetResult

func (*GetAsyncJobResultResponseBodyData) SetStatus

func (GetAsyncJobResultResponseBodyData) String

type ReconstructBodyBySingleImageAdvanceRequest

type ReconstructBodyBySingleImageAdvanceRequest struct {
	ImageURLObject io.Reader `json:"ImageURL,omitempty" xml:"ImageURL,omitempty"`
}

func (ReconstructBodyBySingleImageAdvanceRequest) GoString

func (*ReconstructBodyBySingleImageAdvanceRequest) SetImageURLObject

func (ReconstructBodyBySingleImageAdvanceRequest) String

type ReconstructBodyBySingleImageRequest

type ReconstructBodyBySingleImageRequest struct {
	ImageURL *string `json:"ImageURL,omitempty" xml:"ImageURL,omitempty"`
}

func (ReconstructBodyBySingleImageRequest) GoString

func (*ReconstructBodyBySingleImageRequest) SetImageURL

func (ReconstructBodyBySingleImageRequest) String

type ReconstructBodyBySingleImageResponse

type ReconstructBodyBySingleImageResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReconstructBodyBySingleImageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReconstructBodyBySingleImageResponse) GoString

func (*ReconstructBodyBySingleImageResponse) SetHeaders

func (*ReconstructBodyBySingleImageResponse) SetStatusCode

func (ReconstructBodyBySingleImageResponse) String

type ReconstructBodyBySingleImageResponseBody

type ReconstructBodyBySingleImageResponseBody struct {
	Data      *ReconstructBodyBySingleImageResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ReconstructBodyBySingleImageResponseBody) GoString

func (*ReconstructBodyBySingleImageResponseBody) SetRequestId

func (ReconstructBodyBySingleImageResponseBody) String

type ReconstructBodyBySingleImageResponseBodyData

type ReconstructBodyBySingleImageResponseBodyData struct {
	DepthURL *string `json:"DepthURL,omitempty" xml:"DepthURL,omitempty"`
	MeshURL  *string `json:"MeshURL,omitempty" xml:"MeshURL,omitempty"`
}

func (ReconstructBodyBySingleImageResponseBodyData) GoString

func (*ReconstructBodyBySingleImageResponseBodyData) SetDepthURL

func (*ReconstructBodyBySingleImageResponseBodyData) SetMeshURL

func (ReconstructBodyBySingleImageResponseBodyData) String

type ReconstructThreeDMultiViewAdvanceRequest

type ReconstructThreeDMultiViewAdvanceRequest struct {
	Mode             *string   `json:"Mode,omitempty" xml:"Mode,omitempty"`
	ZipFileUrlObject io.Reader `json:"ZipFileUrl,omitempty" xml:"ZipFileUrl,omitempty"`
}

func (ReconstructThreeDMultiViewAdvanceRequest) GoString

func (*ReconstructThreeDMultiViewAdvanceRequest) SetMode

func (*ReconstructThreeDMultiViewAdvanceRequest) SetZipFileUrlObject

func (ReconstructThreeDMultiViewAdvanceRequest) String

type ReconstructThreeDMultiViewRequest

type ReconstructThreeDMultiViewRequest struct {
	Mode       *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	ZipFileUrl *string `json:"ZipFileUrl,omitempty" xml:"ZipFileUrl,omitempty"`
}

func (ReconstructThreeDMultiViewRequest) GoString

func (*ReconstructThreeDMultiViewRequest) SetMode

func (*ReconstructThreeDMultiViewRequest) SetZipFileUrl

func (ReconstructThreeDMultiViewRequest) String

type ReconstructThreeDMultiViewResponse

type ReconstructThreeDMultiViewResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReconstructThreeDMultiViewResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReconstructThreeDMultiViewResponse) GoString

func (*ReconstructThreeDMultiViewResponse) SetHeaders

func (*ReconstructThreeDMultiViewResponse) SetStatusCode

func (ReconstructThreeDMultiViewResponse) String

type ReconstructThreeDMultiViewResponseBody

type ReconstructThreeDMultiViewResponseBody struct {
	Data      *ReconstructThreeDMultiViewResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ReconstructThreeDMultiViewResponseBody) GoString

func (*ReconstructThreeDMultiViewResponseBody) SetMessage added in v1.0.6

func (*ReconstructThreeDMultiViewResponseBody) SetRequestId

func (ReconstructThreeDMultiViewResponseBody) String

type ReconstructThreeDMultiViewResponseBodyData

type ReconstructThreeDMultiViewResponseBodyData struct {
	PointCloudURL *string `json:"PointCloudURL,omitempty" xml:"PointCloudURL,omitempty"`
}

func (ReconstructThreeDMultiViewResponseBodyData) GoString

func (*ReconstructThreeDMultiViewResponseBodyData) SetPointCloudURL

func (ReconstructThreeDMultiViewResponseBodyData) String

Jump to

Keyboard shortcuts

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