Documentation
¶
Index ¶
- Constants
- Variables
- type AnalyzeAiVisionGeneralResponse
- func (o *AnalyzeAiVisionGeneralResponse) GetAnalyzeAIVisionGeneralResponse() *components.AnalyzeAIVisionGeneralResponse
- func (o *AnalyzeAiVisionGeneralResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeAiVisionGeneralResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeAiVisionModerationResponse
- func (o *AnalyzeAiVisionModerationResponse) GetAnalyzeAIVisionModerationResponse() *components.AnalyzeAIVisionModerationResponse
- func (o *AnalyzeAiVisionModerationResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeAiVisionModerationResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeAiVisionTaggingResponse
- func (o *AnalyzeAiVisionTaggingResponse) GetAnalyzeAIVisionTaggingResponse() *components.AnalyzeAIVisionTaggingResponse
- func (o *AnalyzeAiVisionTaggingResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeAiVisionTaggingResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeCaptioningResponse
- type AnalyzeCldFashionResponse
- type AnalyzeCldTextResponse
- type AnalyzeCocoResponse
- type AnalyzeGoogleLogoDetectionResponse
- type AnalyzeGoogleTaggingResponse
- func (o *AnalyzeGoogleTaggingResponse) GetAnalyzeGoogleTaggingResponse() *components.AnalyzeGoogleTaggingResponse
- func (o *AnalyzeGoogleTaggingResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeGoogleTaggingResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeHumanAnatomyResponse
- func (o *AnalyzeHumanAnatomyResponse) GetAnalyzeHumanAnatomyResponse() *components.AnalyzeHumanAnatomyResponse
- func (o *AnalyzeHumanAnatomyResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeHumanAnatomyResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeImageQualityResponse
- func (o *AnalyzeImageQualityResponse) GetAnalyzeImageQualityResponse() *components.AnalyzeImageQualityResponse
- func (o *AnalyzeImageQualityResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeImageQualityResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeLvisResponse
- type AnalyzeShopClassifierResponse
- func (o *AnalyzeShopClassifierResponse) GetAnalyzeShopClassifierResponse() *components.AnalyzeShopClassifierResponse
- func (o *AnalyzeShopClassifierResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeShopClassifierResponse) GetHTTPMeta() components.HTTPMetadata
- type AnalyzeUnidetResponse
- type AnalyzeWatermarkDetectionResponse
- func (o *AnalyzeWatermarkDetectionResponse) GetAnalyzeWatermarkDetectionResponse() *components.AnalyzeWatermarkDetectionResponse
- func (o *AnalyzeWatermarkDetectionResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
- func (o *AnalyzeWatermarkDetectionResponse) GetHTTPMeta() components.HTTPMetadata
- type GetAnalysisTaskStatusRequest
- type GetAnalysisTaskStatusResponse
- type Option
- func WithOperationTimeout(timeout time.Duration) Option
- func WithRetries(config retry.Config) Option
- func WithServerURL(serverURL string) Option
- func WithSetHeaders(hdrs map[string]string) Option
- func WithTemplatedServerURL(serverURL string, params map[string]string) Option
- func WithURLOverride(urlOverride string) Option
- type Options
Constants ¶
View Source
const ( SupportedOptionRetries = "retries" SupportedOptionTimeout = "timeout" SupportedOptionAcceptHeaderOverride = "acceptHeaderOverride" SupportedOptionURLOverride = "urlOverride" )
Variables ¶
View Source
var ErrUnsupportedOption = errors.New("unsupported option")
Functions ¶
This section is empty.
Types ¶
type AnalyzeAiVisionGeneralResponse ¶
type AnalyzeAiVisionGeneralResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeAIVisionGeneralResponse *components.AnalyzeAIVisionGeneralResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeAiVisionGeneralResponse) GetAnalyzeAIVisionGeneralResponse ¶
func (o *AnalyzeAiVisionGeneralResponse) GetAnalyzeAIVisionGeneralResponse() *components.AnalyzeAIVisionGeneralResponse
func (*AnalyzeAiVisionGeneralResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeAiVisionGeneralResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeAiVisionGeneralResponse) GetHTTPMeta ¶
func (o *AnalyzeAiVisionGeneralResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeAiVisionModerationResponse ¶
type AnalyzeAiVisionModerationResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeAIVisionModerationResponse *components.AnalyzeAIVisionModerationResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeAiVisionModerationResponse) GetAnalyzeAIVisionModerationResponse ¶
func (o *AnalyzeAiVisionModerationResponse) GetAnalyzeAIVisionModerationResponse() *components.AnalyzeAIVisionModerationResponse
func (*AnalyzeAiVisionModerationResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeAiVisionModerationResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeAiVisionModerationResponse) GetHTTPMeta ¶
func (o *AnalyzeAiVisionModerationResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeAiVisionTaggingResponse ¶
type AnalyzeAiVisionTaggingResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeAIVisionTaggingResponse *components.AnalyzeAIVisionTaggingResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeAiVisionTaggingResponse) GetAnalyzeAIVisionTaggingResponse ¶
func (o *AnalyzeAiVisionTaggingResponse) GetAnalyzeAIVisionTaggingResponse() *components.AnalyzeAIVisionTaggingResponse
func (*AnalyzeAiVisionTaggingResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeAiVisionTaggingResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeAiVisionTaggingResponse) GetHTTPMeta ¶
func (o *AnalyzeAiVisionTaggingResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeCaptioningResponse ¶
type AnalyzeCaptioningResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeCaptioningResponse *components.AnalyzeCaptioningResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeCaptioningResponse) GetAnalyzeCaptioningResponse ¶
func (o *AnalyzeCaptioningResponse) GetAnalyzeCaptioningResponse() *components.AnalyzeCaptioningResponse
func (*AnalyzeCaptioningResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeCaptioningResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeCaptioningResponse) GetHTTPMeta ¶
func (o *AnalyzeCaptioningResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeCldFashionResponse ¶
type AnalyzeCldFashionResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeCldFashionResponse *components.AnalyzeCldFashionResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeCldFashionResponse) GetAnalyzeCldFashionResponse ¶
func (o *AnalyzeCldFashionResponse) GetAnalyzeCldFashionResponse() *components.AnalyzeCldFashionResponse
func (*AnalyzeCldFashionResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeCldFashionResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeCldFashionResponse) GetHTTPMeta ¶
func (o *AnalyzeCldFashionResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeCldTextResponse ¶
type AnalyzeCldTextResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeCldTextResponse *components.AnalyzeCldTextResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeCldTextResponse) GetAnalyzeCldTextResponse ¶
func (o *AnalyzeCldTextResponse) GetAnalyzeCldTextResponse() *components.AnalyzeCldTextResponse
func (*AnalyzeCldTextResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeCldTextResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeCldTextResponse) GetHTTPMeta ¶
func (o *AnalyzeCldTextResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeCocoResponse ¶
type AnalyzeCocoResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeCocoResponse *components.AnalyzeCocoResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeCocoResponse) GetAnalyzeCocoResponse ¶
func (o *AnalyzeCocoResponse) GetAnalyzeCocoResponse() *components.AnalyzeCocoResponse
func (*AnalyzeCocoResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeCocoResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeCocoResponse) GetHTTPMeta ¶
func (o *AnalyzeCocoResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeGoogleLogoDetectionResponse ¶
type AnalyzeGoogleLogoDetectionResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeGoogleLogoDetectionResponse *components.AnalyzeGoogleLogoDetectionResponse }
func (*AnalyzeGoogleLogoDetectionResponse) GetAnalyzeGoogleLogoDetectionResponse ¶
func (o *AnalyzeGoogleLogoDetectionResponse) GetAnalyzeGoogleLogoDetectionResponse() *components.AnalyzeGoogleLogoDetectionResponse
func (*AnalyzeGoogleLogoDetectionResponse) GetHTTPMeta ¶
func (o *AnalyzeGoogleLogoDetectionResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeGoogleTaggingResponse ¶
type AnalyzeGoogleTaggingResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeGoogleTaggingResponse *components.AnalyzeGoogleTaggingResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeGoogleTaggingResponse) GetAnalyzeGoogleTaggingResponse ¶
func (o *AnalyzeGoogleTaggingResponse) GetAnalyzeGoogleTaggingResponse() *components.AnalyzeGoogleTaggingResponse
func (*AnalyzeGoogleTaggingResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeGoogleTaggingResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeGoogleTaggingResponse) GetHTTPMeta ¶
func (o *AnalyzeGoogleTaggingResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeHumanAnatomyResponse ¶
type AnalyzeHumanAnatomyResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeHumanAnatomyResponse *components.AnalyzeHumanAnatomyResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeHumanAnatomyResponse) GetAnalyzeHumanAnatomyResponse ¶
func (o *AnalyzeHumanAnatomyResponse) GetAnalyzeHumanAnatomyResponse() *components.AnalyzeHumanAnatomyResponse
func (*AnalyzeHumanAnatomyResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeHumanAnatomyResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeHumanAnatomyResponse) GetHTTPMeta ¶
func (o *AnalyzeHumanAnatomyResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeImageQualityResponse ¶
type AnalyzeImageQualityResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeImageQualityResponse *components.AnalyzeImageQualityResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeImageQualityResponse) GetAnalyzeImageQualityResponse ¶
func (o *AnalyzeImageQualityResponse) GetAnalyzeImageQualityResponse() *components.AnalyzeImageQualityResponse
func (*AnalyzeImageQualityResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeImageQualityResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeImageQualityResponse) GetHTTPMeta ¶
func (o *AnalyzeImageQualityResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeLvisResponse ¶
type AnalyzeLvisResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeLvisResponse *components.AnalyzeLvisResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeLvisResponse) GetAnalyzeLvisResponse ¶
func (o *AnalyzeLvisResponse) GetAnalyzeLvisResponse() *components.AnalyzeLvisResponse
func (*AnalyzeLvisResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeLvisResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeLvisResponse) GetHTTPMeta ¶
func (o *AnalyzeLvisResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeShopClassifierResponse ¶
type AnalyzeShopClassifierResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeShopClassifierResponse *components.AnalyzeShopClassifierResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeShopClassifierResponse) GetAnalyzeShopClassifierResponse ¶
func (o *AnalyzeShopClassifierResponse) GetAnalyzeShopClassifierResponse() *components.AnalyzeShopClassifierResponse
func (*AnalyzeShopClassifierResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeShopClassifierResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeShopClassifierResponse) GetHTTPMeta ¶
func (o *AnalyzeShopClassifierResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeUnidetResponse ¶
type AnalyzeUnidetResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeUnidetResponse *components.AnalyzeUnidetResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeUnidetResponse) GetAnalyzeUnidetResponse ¶
func (o *AnalyzeUnidetResponse) GetAnalyzeUnidetResponse() *components.AnalyzeUnidetResponse
func (*AnalyzeUnidetResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeUnidetResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeUnidetResponse) GetHTTPMeta ¶
func (o *AnalyzeUnidetResponse) GetHTTPMeta() components.HTTPMetadata
type AnalyzeWatermarkDetectionResponse ¶
type AnalyzeWatermarkDetectionResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis succeeded AnalyzeWatermarkDetectionResponse *components.AnalyzeWatermarkDetectionResponse // Analysis accepted AsyncOperationAcceptedResponse *components.AsyncOperationAcceptedResponse }
func (*AnalyzeWatermarkDetectionResponse) GetAnalyzeWatermarkDetectionResponse ¶
func (o *AnalyzeWatermarkDetectionResponse) GetAnalyzeWatermarkDetectionResponse() *components.AnalyzeWatermarkDetectionResponse
func (*AnalyzeWatermarkDetectionResponse) GetAsyncOperationAcceptedResponse ¶
func (o *AnalyzeWatermarkDetectionResponse) GetAsyncOperationAcceptedResponse() *components.AsyncOperationAcceptedResponse
func (*AnalyzeWatermarkDetectionResponse) GetHTTPMeta ¶
func (o *AnalyzeWatermarkDetectionResponse) GetHTTPMeta() components.HTTPMetadata
type GetAnalysisTaskStatusRequest ¶
type GetAnalysisTaskStatusRequest struct { // The ID of the analysis task TaskID string `pathParam:"style=simple,explode=false,name=task_id"` }
func (*GetAnalysisTaskStatusRequest) GetTaskID ¶
func (o *GetAnalysisTaskStatusRequest) GetTaskID() string
type GetAnalysisTaskStatusResponse ¶
type GetAnalysisTaskStatusResponse struct { HTTPMeta components.HTTPMetadata `json:"-"` // Analysis task status GetTaskStatusResponse *components.GetTaskStatusResponse }
func (*GetAnalysisTaskStatusResponse) GetGetTaskStatusResponse ¶
func (o *GetAnalysisTaskStatusResponse) GetGetTaskStatusResponse() *components.GetTaskStatusResponse
func (*GetAnalysisTaskStatusResponse) GetHTTPMeta ¶
func (o *GetAnalysisTaskStatusResponse) GetHTTPMeta() components.HTTPMetadata
type Option ¶
func WithOperationTimeout ¶
WithOperationTimeout allows setting the request timeout applied for an operation.
func WithRetries ¶
WithRetries allows customizing the default retry configuration.
func WithServerURL ¶
WithServerURL allows providing an alternative server URL.
func WithSetHeaders ¶
WithSetHeaders takes a map of headers that will applied to a request. If the request contains headers that are in the map then they will be overwritten.
func WithTemplatedServerURL ¶
WithTemplatedServerURL allows providing an alternative server URL with templated parameters.
func WithURLOverride ¶
WithURLOverride allows overriding the URL.
Source Files
¶
- analyzeaivisiongeneral.go
- analyzeaivisionmoderation.go
- analyzeaivisiontagging.go
- analyzecaptioning.go
- analyzecldfashion.go
- analyzecldtext.go
- analyzecoco.go
- analyzegooglelogodetection.go
- analyzegoogletagging.go
- analyzehumananatomy.go
- analyzeimagequality.go
- analyzelvis.go
- analyzeshopclassifier.go
- analyzeunidet.go
- analyzewatermarkdetection.go
- getanalysistaskstatus.go
- options.go
Click to show internal directories.
Click to hide internal directories.