aiar

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaAiArOpenPlatformDetectAPIResponse

type AlibabaAiArOpenPlatformDetectAPIResponse struct {
	model.CommonResponse
	AlibabaAiArOpenPlatformDetectResponse
}

AR开发者平台marker图片检测服务 APIResponse alibaba.ai.ar.open.platform.detect

AR开发者平台marker图片检测服务,给AR SDK 和 阿里火眼app使用

type AlibabaAiArOpenPlatformDetectRequest

type AlibabaAiArOpenPlatformDetectRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AR开发者平台marker图片检测服务 APIRequest alibaba.ai.ar.open.platform.detect

AR开发者平台marker图片检测服务,给AR SDK 和 阿里火眼app使用

func NewAlibabaAiArOpenPlatformDetectRequest

func NewAlibabaAiArOpenPlatformDetectRequest() *AlibabaAiArOpenPlatformDetectRequest

func (AlibabaAiArOpenPlatformDetectRequest) GetApiMethodName

func (r AlibabaAiArOpenPlatformDetectRequest) GetApiMethodName() string

func (AlibabaAiArOpenPlatformDetectRequest) GetApiParams

func (AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets

func (r AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets() string

func (AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo

func (r AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo() string

func (AlibabaAiArOpenPlatformDetectRequest) GetImgData

func (AlibabaAiArOpenPlatformDetectRequest) GetNum

func (AlibabaAiArOpenPlatformDetectRequest) GetVersion

func (*AlibabaAiArOpenPlatformDetectRequest) SetCachedTargets

func (r *AlibabaAiArOpenPlatformDetectRequest) SetCachedTargets(cachedTargets string) error

func (*AlibabaAiArOpenPlatformDetectRequest) SetDeviceInfo

func (r *AlibabaAiArOpenPlatformDetectRequest) SetDeviceInfo(deviceInfo string) error

func (*AlibabaAiArOpenPlatformDetectRequest) SetImgData

func (r *AlibabaAiArOpenPlatformDetectRequest) SetImgData(imgData []*model.File) error

func (*AlibabaAiArOpenPlatformDetectRequest) SetNum

func (*AlibabaAiArOpenPlatformDetectRequest) SetVersion

func (r *AlibabaAiArOpenPlatformDetectRequest) SetVersion(version string) error

type AlibabaAiArOpenPlatformDetectResponse

type AlibabaAiArOpenPlatformDetectResponse struct {
	XMLName xml.Name `xml:"alibaba_ai_ar_open_platform_detect_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaAiArServiceDetectAPIResponse

type AlibabaAiArServiceDetectAPIResponse struct {
	model.CommonResponse
	AlibabaAiArServiceDetectResponse
}

ailab AR图像检索 APIResponse alibaba.ai.ar.service.detect

ailab AR图像检索

type AlibabaAiArServiceDetectRequest

type AlibabaAiArServiceDetectRequest struct {
	model.Params
	// contains filtered or unexported fields
}

ailab AR图像检索 APIRequest alibaba.ai.ar.service.detect

ailab AR图像检索

func NewAlibabaAiArServiceDetectRequest

func NewAlibabaAiArServiceDetectRequest() *AlibabaAiArServiceDetectRequest

func (AlibabaAiArServiceDetectRequest) GetApiMethodName

func (r AlibabaAiArServiceDetectRequest) GetApiMethodName() string

func (AlibabaAiArServiceDetectRequest) GetApiParams

func (r AlibabaAiArServiceDetectRequest) GetApiParams() url.Values

func (AlibabaAiArServiceDetectRequest) GetCachedTargets

func (r AlibabaAiArServiceDetectRequest) GetCachedTargets() string

func (AlibabaAiArServiceDetectRequest) GetDeviceInfo

func (r AlibabaAiArServiceDetectRequest) GetDeviceInfo() string

func (AlibabaAiArServiceDetectRequest) GetImgData

func (r AlibabaAiArServiceDetectRequest) GetImgData() []*model.File

func (AlibabaAiArServiceDetectRequest) GetNum

func (AlibabaAiArServiceDetectRequest) GetVersion

func (r AlibabaAiArServiceDetectRequest) GetVersion() string

func (*AlibabaAiArServiceDetectRequest) SetCachedTargets

func (r *AlibabaAiArServiceDetectRequest) SetCachedTargets(cachedTargets string) error

func (*AlibabaAiArServiceDetectRequest) SetDeviceInfo

func (r *AlibabaAiArServiceDetectRequest) SetDeviceInfo(deviceInfo string) error

func (*AlibabaAiArServiceDetectRequest) SetImgData

func (r *AlibabaAiArServiceDetectRequest) SetImgData(imgData []*model.File) error

func (*AlibabaAiArServiceDetectRequest) SetNum

func (*AlibabaAiArServiceDetectRequest) SetVersion

func (r *AlibabaAiArServiceDetectRequest) SetVersion(version string) error

type AlibabaAiArServiceDetectResponse

type AlibabaAiArServiceDetectResponse struct {
	XMLName xml.Name `xml:"alibaba_ai_ar_service_detect_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Results string `json:"results,omitempty" xml:"results,omitempty"`
}

type AlibabaAiArTmjlAppDetectAPIResponse

type AlibabaAiArTmjlAppDetectAPIResponse struct {
	model.CommonResponse
	AlibabaAiArTmjlAppDetectResponse
}

天猫精灵扫一扫入口的服务 APIResponse alibaba.ai.ar.tmjl.app.detect

天猫精灵扫一扫入口的图像检测服务

type AlibabaAiArTmjlAppDetectRequest

type AlibabaAiArTmjlAppDetectRequest struct {
	model.Params
	// contains filtered or unexported fields
}

天猫精灵扫一扫入口的服务 APIRequest alibaba.ai.ar.tmjl.app.detect

天猫精灵扫一扫入口的图像检测服务

func NewAlibabaAiArTmjlAppDetectRequest

func NewAlibabaAiArTmjlAppDetectRequest() *AlibabaAiArTmjlAppDetectRequest

func (AlibabaAiArTmjlAppDetectRequest) GetApiMethodName

func (r AlibabaAiArTmjlAppDetectRequest) GetApiMethodName() string

func (AlibabaAiArTmjlAppDetectRequest) GetApiParams

func (r AlibabaAiArTmjlAppDetectRequest) GetApiParams() url.Values

func (AlibabaAiArTmjlAppDetectRequest) GetCachedTargets

func (r AlibabaAiArTmjlAppDetectRequest) GetCachedTargets() string

func (AlibabaAiArTmjlAppDetectRequest) GetDeviceInfo

func (r AlibabaAiArTmjlAppDetectRequest) GetDeviceInfo() string

func (AlibabaAiArTmjlAppDetectRequest) GetImgData

func (r AlibabaAiArTmjlAppDetectRequest) GetImgData() []*model.File

func (AlibabaAiArTmjlAppDetectRequest) GetNum

func (AlibabaAiArTmjlAppDetectRequest) GetVersion

func (r AlibabaAiArTmjlAppDetectRequest) GetVersion() string

func (*AlibabaAiArTmjlAppDetectRequest) SetCachedTargets

func (r *AlibabaAiArTmjlAppDetectRequest) SetCachedTargets(cachedTargets string) error

func (*AlibabaAiArTmjlAppDetectRequest) SetDeviceInfo

func (r *AlibabaAiArTmjlAppDetectRequest) SetDeviceInfo(deviceInfo string) error

func (*AlibabaAiArTmjlAppDetectRequest) SetImgData

func (r *AlibabaAiArTmjlAppDetectRequest) SetImgData(imgData []*model.File) error

func (*AlibabaAiArTmjlAppDetectRequest) SetNum

func (*AlibabaAiArTmjlAppDetectRequest) SetVersion

func (r *AlibabaAiArTmjlAppDetectRequest) SetVersion(version string) error

type AlibabaAiArTmjlAppDetectResponse

type AlibabaAiArTmjlAppDetectResponse struct {
	XMLName xml.Name `xml:"alibaba_ai_ar_tmjl_app_detect_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Results string `json:"results,omitempty" xml:"results,omitempty"`
}

Jump to

Keyboard shortcuts

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