Documentation ¶
Index ¶
- type AlibabaAiArOpenPlatformDetectAPIResponse
- type AlibabaAiArOpenPlatformDetectRequest
- func (r AlibabaAiArOpenPlatformDetectRequest) GetApiMethodName() string
- func (r AlibabaAiArOpenPlatformDetectRequest) GetApiParams() url.Values
- func (r AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets() string
- func (r AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo() string
- func (r AlibabaAiArOpenPlatformDetectRequest) GetImgData() []*model.File
- func (r AlibabaAiArOpenPlatformDetectRequest) GetNum() int64
- func (r AlibabaAiArOpenPlatformDetectRequest) GetVersion() string
- func (r *AlibabaAiArOpenPlatformDetectRequest) SetCachedTargets(cachedTargets string) error
- func (r *AlibabaAiArOpenPlatformDetectRequest) SetDeviceInfo(deviceInfo string) error
- func (r *AlibabaAiArOpenPlatformDetectRequest) SetImgData(imgData []*model.File) error
- func (r *AlibabaAiArOpenPlatformDetectRequest) SetNum(num int64) error
- func (r *AlibabaAiArOpenPlatformDetectRequest) SetVersion(version string) error
- type AlibabaAiArOpenPlatformDetectResponse
- type AlibabaAiArServiceDetectAPIResponse
- type AlibabaAiArServiceDetectRequest
- func (r AlibabaAiArServiceDetectRequest) GetApiMethodName() string
- func (r AlibabaAiArServiceDetectRequest) GetApiParams() url.Values
- func (r AlibabaAiArServiceDetectRequest) GetCachedTargets() string
- func (r AlibabaAiArServiceDetectRequest) GetDeviceInfo() string
- func (r AlibabaAiArServiceDetectRequest) GetImgData() []*model.File
- func (r AlibabaAiArServiceDetectRequest) GetNum() int64
- func (r AlibabaAiArServiceDetectRequest) GetVersion() string
- func (r *AlibabaAiArServiceDetectRequest) SetCachedTargets(cachedTargets string) error
- func (r *AlibabaAiArServiceDetectRequest) SetDeviceInfo(deviceInfo string) error
- func (r *AlibabaAiArServiceDetectRequest) SetImgData(imgData []*model.File) error
- func (r *AlibabaAiArServiceDetectRequest) SetNum(num int64) error
- func (r *AlibabaAiArServiceDetectRequest) SetVersion(version string) error
- type AlibabaAiArServiceDetectResponse
- type AlibabaAiArTmjlAppDetectAPIResponse
- type AlibabaAiArTmjlAppDetectRequest
- func (r AlibabaAiArTmjlAppDetectRequest) GetApiMethodName() string
- func (r AlibabaAiArTmjlAppDetectRequest) GetApiParams() url.Values
- func (r AlibabaAiArTmjlAppDetectRequest) GetCachedTargets() string
- func (r AlibabaAiArTmjlAppDetectRequest) GetDeviceInfo() string
- func (r AlibabaAiArTmjlAppDetectRequest) GetImgData() []*model.File
- func (r AlibabaAiArTmjlAppDetectRequest) GetNum() int64
- func (r AlibabaAiArTmjlAppDetectRequest) GetVersion() string
- func (r *AlibabaAiArTmjlAppDetectRequest) SetCachedTargets(cachedTargets string) error
- func (r *AlibabaAiArTmjlAppDetectRequest) SetDeviceInfo(deviceInfo string) error
- func (r *AlibabaAiArTmjlAppDetectRequest) SetImgData(imgData []*model.File) error
- func (r *AlibabaAiArTmjlAppDetectRequest) SetNum(num int64) error
- func (r *AlibabaAiArTmjlAppDetectRequest) SetVersion(version string) error
- type AlibabaAiArTmjlAppDetectResponse
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 (r AlibabaAiArOpenPlatformDetectRequest) GetApiParams() url.Values
func (AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetCachedTargets() string
func (AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetDeviceInfo() string
func (AlibabaAiArOpenPlatformDetectRequest) GetImgData ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetImgData() []*model.File
func (AlibabaAiArOpenPlatformDetectRequest) GetNum ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetNum() int64
func (AlibabaAiArOpenPlatformDetectRequest) GetVersion ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetVersion() string
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 (r *AlibabaAiArOpenPlatformDetectRequest) SetNum(num int64) error
func (*AlibabaAiArOpenPlatformDetectRequest) SetVersion ¶
func (r *AlibabaAiArOpenPlatformDetectRequest) SetVersion(version string) error
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 (r AlibabaAiArServiceDetectRequest) GetNum() int64
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 (r *AlibabaAiArServiceDetectRequest) SetNum(num int64) error
func (*AlibabaAiArServiceDetectRequest) SetVersion ¶
func (r *AlibabaAiArServiceDetectRequest) SetVersion(version string) error
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 (r AlibabaAiArTmjlAppDetectRequest) GetNum() int64
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 (r *AlibabaAiArTmjlAppDetectRequest) SetNum(num int64) error
func (*AlibabaAiArTmjlAppDetectRequest) SetVersion ¶
func (r *AlibabaAiArTmjlAppDetectRequest) SetVersion(version string) error
Click to show internal directories.
Click to hide internal directories.