...

Package spellcheckapi

import "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/spellcheck/spellcheckapi"
Overview
Index

Overview ▾

Index ▾

Package files

interfaces.go

type BaseClientAPI

BaseClientAPI contains the set of methods on the BaseClient type.

type BaseClientAPI interface {
    SpellCheckerMethod(ctx context.Context, textParameter string, acceptLanguage string, pragma string, userAgent string, clientID string, clientIP string, location string, actionType spellcheck.ActionType, appName string, countryCode string, clientMachineName string, docID string, market string, sessionID string, setLang string, userID string, mode spellcheck.Mode, preContextText string, postContextText string) (result spellcheck.SpellCheck, err error)
}