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图片检测服务 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 ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetApiParams() url.Values
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 ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetImgData() []*model.File
ImgData Getter
func (AlibabaAiArOpenPlatformDetectRequest) GetNum ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetNum() int64
Num Getter
func (AlibabaAiArOpenPlatformDetectRequest) GetVersion ¶
func (r AlibabaAiArOpenPlatformDetectRequest) GetVersion() string
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 ¶
func (r *AlibabaAiArOpenPlatformDetectRequest) SetNum(num int64) error
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 ¶
func (r AlibabaAiArServiceDetectRequest) GetNum() int64
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 ¶
func (r *AlibabaAiArServiceDetectRequest) SetNum(num int64) error
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 ¶
func (r AlibabaAiArTmjlAppDetectRequest) GetNum() int64
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 ¶
func (r *AlibabaAiArTmjlAppDetectRequest) SetNum(num int64) error
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"` }
天猫精灵扫一扫入口的服务 成功返回结果