aiar

package
v1.1.5 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图片检测服务 API返回值 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图片检测服务 API请求 alibaba.ai.ar.open.platform.detect

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

func NewAlibabaAiArOpenPlatformDetectRequest

func NewAlibabaAiArOpenPlatformDetectRequest() *AlibabaAiArOpenPlatformDetectRequest

初始化AlibabaAiArOpenPlatformDetectRequest对象

func (AlibabaAiArOpenPlatformDetectRequest) GetApiMethodName

func (r AlibabaAiArOpenPlatformDetectRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaAiArOpenPlatformDetectRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets

func (r AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets() string

CachedTargets Getter

func (AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo

func (r AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo() string

DeviceInfo Getter

func (AlibabaAiArOpenPlatformDetectRequest) GetImgData

ImgData Getter

func (AlibabaAiArOpenPlatformDetectRequest) GetNum

Num Getter

func (AlibabaAiArOpenPlatformDetectRequest) GetVersion

Version Getter

func (*AlibabaAiArOpenPlatformDetectRequest) SetCachedTargets

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

CachedTargets Setter 本地已cache的target,多个target间以|||分隔

func (*AlibabaAiArOpenPlatformDetectRequest) SetDeviceInfo

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

DeviceInfo Setter map,描述所有设备相关信息,如设备ID,分辨率等

func (*AlibabaAiArOpenPlatformDetectRequest) SetImgData

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

ImgData Setter 原始图像数据

func (*AlibabaAiArOpenPlatformDetectRequest) SetNum

Num Setter 最多返回的结果数,默认为1

func (*AlibabaAiArOpenPlatformDetectRequest) SetVersion

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

Version Setter 版本,默认1.0

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
	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AR开发者平台marker图片检测服务 成功返回结果

type AlibabaAiArServiceDetectAPIResponse

type AlibabaAiArServiceDetectAPIResponse struct {
	model.CommonResponse
	AlibabaAiArServiceDetectResponse
}

ailab AR图像检索 API返回值 alibaba.ai.ar.service.detect

ailab AR图像检索

type AlibabaAiArServiceDetectRequest

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

ailab AR图像检索 API请求 alibaba.ai.ar.service.detect

ailab AR图像检索

func NewAlibabaAiArServiceDetectRequest

func NewAlibabaAiArServiceDetectRequest() *AlibabaAiArServiceDetectRequest

初始化AlibabaAiArServiceDetectRequest对象

func (AlibabaAiArServiceDetectRequest) GetApiMethodName

func (r AlibabaAiArServiceDetectRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaAiArServiceDetectRequest) GetApiParams

func (r AlibabaAiArServiceDetectRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaAiArServiceDetectRequest) GetCachedTargets

func (r AlibabaAiArServiceDetectRequest) GetCachedTargets() string

CachedTargets Getter

func (AlibabaAiArServiceDetectRequest) GetDeviceInfo

func (r AlibabaAiArServiceDetectRequest) GetDeviceInfo() string

DeviceInfo Getter

func (AlibabaAiArServiceDetectRequest) GetImgData

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

ImgData Getter

func (AlibabaAiArServiceDetectRequest) GetNum

Num Getter

func (AlibabaAiArServiceDetectRequest) GetVersion

func (r AlibabaAiArServiceDetectRequest) GetVersion() string

Version Getter

func (*AlibabaAiArServiceDetectRequest) SetCachedTargets

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

CachedTargets Setter 本地已cache的target,多个target间以|||分隔

func (*AlibabaAiArServiceDetectRequest) SetDeviceInfo

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

DeviceInfo Setter map,描述所有设备相关信息,如设备ID,分辨率等

func (*AlibabaAiArServiceDetectRequest) SetImgData

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

ImgData Setter 原始图像数据

func (*AlibabaAiArServiceDetectRequest) SetNum

Num Setter 最多返回的结果数,默认为1

func (*AlibabaAiArServiceDetectRequest) SetVersion

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

Version Setter 版本,默认1.0

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"`
}

ailab AR图像检索 成功返回结果

type AlibabaAiArTmjlAppDetectAPIResponse

type AlibabaAiArTmjlAppDetectAPIResponse struct {
	model.CommonResponse
	AlibabaAiArTmjlAppDetectResponse
}

天猫精灵扫一扫入口的服务 API返回值 alibaba.ai.ar.tmjl.app.detect

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

type AlibabaAiArTmjlAppDetectRequest

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

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

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

func NewAlibabaAiArTmjlAppDetectRequest

func NewAlibabaAiArTmjlAppDetectRequest() *AlibabaAiArTmjlAppDetectRequest

初始化AlibabaAiArTmjlAppDetectRequest对象

func (AlibabaAiArTmjlAppDetectRequest) GetApiMethodName

func (r AlibabaAiArTmjlAppDetectRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaAiArTmjlAppDetectRequest) GetApiParams

func (r AlibabaAiArTmjlAppDetectRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaAiArTmjlAppDetectRequest) GetCachedTargets

func (r AlibabaAiArTmjlAppDetectRequest) GetCachedTargets() string

CachedTargets Getter

func (AlibabaAiArTmjlAppDetectRequest) GetDeviceInfo

func (r AlibabaAiArTmjlAppDetectRequest) GetDeviceInfo() string

DeviceInfo Getter

func (AlibabaAiArTmjlAppDetectRequest) GetImgData

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

ImgData Getter

func (AlibabaAiArTmjlAppDetectRequest) GetNum

Num Getter

func (AlibabaAiArTmjlAppDetectRequest) GetVersion

func (r AlibabaAiArTmjlAppDetectRequest) GetVersion() string

Version Getter

func (*AlibabaAiArTmjlAppDetectRequest) SetCachedTargets

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

CachedTargets Setter 本地已cache的target,多个target间以|||分隔

func (*AlibabaAiArTmjlAppDetectRequest) SetDeviceInfo

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

DeviceInfo Setter map,描述所有设备相关信息,如设备ID,分辨率等

func (*AlibabaAiArTmjlAppDetectRequest) SetImgData

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

ImgData Setter 原始图像数据

func (*AlibabaAiArTmjlAppDetectRequest) SetNum

Num Setter 最多返回的结果数,默认为1

func (*AlibabaAiArTmjlAppDetectRequest) SetVersion

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

Version Setter 版本,默认1.0

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