Versions in this module Expand all Collapse all v25 v25.1.0 Feb 6, 2019 v25.0.0 Jan 30, 2019 Changes in this version + func UserAgent() string + func Version() string + type BaseClient struct + Endpoint string + func New(endpoint string) BaseClient + func NewWithoutDefaults(endpoint string) BaseClient + func (client BaseClient) DetectLanguage(ctx context.Context, input BatchInput) (result LanguageBatchResult, err error) + func (client BaseClient) DetectLanguagePreparer(ctx context.Context, input BatchInput) (*http.Request, error) + func (client BaseClient) DetectLanguageResponder(resp *http.Response) (result LanguageBatchResult, err error) + func (client BaseClient) DetectLanguageSender(req *http.Request) (*http.Response, error) + func (client BaseClient) Entities(ctx context.Context, input MultiLanguageBatchInput) (result EntitiesBatchResult, err error) + func (client BaseClient) EntitiesPreparer(ctx context.Context, input MultiLanguageBatchInput) (*http.Request, error) + func (client BaseClient) EntitiesResponder(resp *http.Response) (result EntitiesBatchResult, err error) + func (client BaseClient) EntitiesSender(req *http.Request) (*http.Response, error) + func (client BaseClient) KeyPhrases(ctx context.Context, input MultiLanguageBatchInput) (result KeyPhraseBatchResult, err error) + func (client BaseClient) KeyPhrasesPreparer(ctx context.Context, input MultiLanguageBatchInput) (*http.Request, error) + func (client BaseClient) KeyPhrasesResponder(resp *http.Response) (result KeyPhraseBatchResult, err error) + func (client BaseClient) KeyPhrasesSender(req *http.Request) (*http.Response, error) + func (client BaseClient) Sentiment(ctx context.Context, input MultiLanguageBatchInput) (result SentimentBatchResult, err error) + func (client BaseClient) SentimentPreparer(ctx context.Context, input MultiLanguageBatchInput) (*http.Request, error) + func (client BaseClient) SentimentResponder(resp *http.Response) (result SentimentBatchResult, err error) + func (client BaseClient) SentimentSender(req *http.Request) (*http.Response, error) + type BatchInput struct + Documents *[]Input + type DetectedLanguage struct + Iso6391Name *string + Name *string + Score *float64 + type EntitiesBatchResult struct + Documents *[]EntitiesBatchResultItem + Errors *[]ErrorRecord + type EntitiesBatchResultItem struct + Entities *[]EntityRecord + ID *string + type EntityRecord struct + BingID *string + Matches *[]MatchRecord + Name *string + WikipediaID *string + WikipediaLanguage *string + WikipediaURL *string + type ErrorRecord struct + ID *string + Message *string + type ErrorResponse struct + Code *string + InnerError *InternalError + Message *string + Target *string + type Input struct + ID *string + Text *string + type InternalError struct + Code *string + InnerError *InternalError + Message *string + type KeyPhraseBatchResult struct + Documents *[]KeyPhraseBatchResultItem + Errors *[]ErrorRecord + type KeyPhraseBatchResultItem struct + ID *string + KeyPhrases *[]string + type LanguageBatchResult struct + Documents *[]LanguageBatchResultItem + Errors *[]ErrorRecord + type LanguageBatchResultItem struct + DetectedLanguages *[]DetectedLanguage + ID *string + type MatchRecord struct + Length *int32 + Offset *int32 + Text *string + type MultiLanguageBatchInput struct + Documents *[]MultiLanguageInput + type MultiLanguageInput struct + ID *string + Language *string + Text *string + type SentimentBatchResult struct + Documents *[]SentimentBatchResultItem + Errors *[]ErrorRecord + type SentimentBatchResultItem struct + ID *string + Score *float64 Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48