Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 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 + type BreakSentenceResultItem struct + SentLen *[]int32 + type BreakSentenceTextInput struct + Text *string + type DetectResultItem struct + Text *string + type DetectTextInput struct + Text *string + type DictionaryExampleResultItem struct + Examples *[]DictionaryExampleResultItemExamplesItem + NormalizedSource *string + NormalizedTarget *string + type DictionaryExampleResultItemExamplesItem struct + SourcePrefix *string + SourceSuffix *string + SourceTerm *string + TargetPrefix *string + TargetSuffix *string + TargetTerm *string + type DictionaryExampleTextInput struct + Text *string + Translation *string + type DictionaryLookupResultItem struct + DisplaySource *string + NormalizedSource *string + Translations *[]DictionaryLookupResultItemTranslationsItem + type DictionaryLookupResultItemTranslationsItem struct + BackTranslations *[]DictionaryLookupResultItemTranslationsItemBackTranslationsItem + Confidence *float64 + DisplayTarget *string + NormalizedTarget *string + PosTag *string + PrefixWord *string + type DictionaryLookupResultItemTranslationsItemBackTranslationsItem struct + DisplayText *string + FrequencyCount *int32 + NormalizedText *string + NumExamples *int32 + type DictionaryLookupTextInput struct + Text *string + type ErrorMessage struct + Error *ErrorMessageError + type ErrorMessageError struct + Code *string + Message *string + type LanguagesResult struct + Dictionary *LanguagesResultDictionary + Translation *LanguagesResultTranslation + Transliteration *LanguagesResultTransliteration + type LanguagesResultDictionary struct + LanguageCode *LanguagesResultDictionaryLanguageCode + type LanguagesResultDictionaryLanguageCode struct + Dir *string + Name *string + NativeName *string + Translations *[]LanguagesResultDictionaryLanguageCodeTranslationsItem + type LanguagesResultDictionaryLanguageCodeTranslationsItem struct + Code *string + Dir *string + Name *string + NativeName *string + type LanguagesResultTranslation struct + LanguageCode *LanguagesResultTranslationLanguageCode + type LanguagesResultTranslationLanguageCode struct + Dir *string + Name *string + NativeName *string + type LanguagesResultTransliteration struct + LanguageCode *LanguagesResultTransliterationLanguageCode + type LanguagesResultTransliterationLanguageCode struct + Name *string + NativeName *string + Scripts *[]LanguagesResultTransliterationLanguageCodeScriptsItem + type LanguagesResultTransliterationLanguageCodeScriptsItem struct + Code *string + Dir *string + Name *string + NativeName *string + ToScripts *[]LanguagesResultTransliterationLanguageCodeScriptsItemToScriptsItem + type LanguagesResultTransliterationLanguageCodeScriptsItemToScriptsItem struct + Code *string + Dir *string + Name *string + NativeName *string + type ListBreakSentenceResultItem struct + Value *[]BreakSentenceResultItem + type ListDetectResultItem struct + Value *[]DetectResultItem + type ListDictionaryExampleResultItem struct + Value *[]DictionaryExampleResultItem + type ListDictionaryLookupResultItem struct + Value *[]DictionaryLookupResultItem + type ListTranslateResultAllItem struct + Value *[]TranslateResultAllItem + type ListTransliterateResultItem struct + Value *[]TransliterateResultItem + type TranslateResultAllItem struct + DetectedLanguage *TranslateResultAllItemDetectedLanguage + Translations *[]TranslateResultAllItemTranslationsItem + type TranslateResultAllItemDetectedLanguage struct + Language *string + Score *int32 + type TranslateResultAllItemTranslationsItem struct + Alignment *TranslateResultAllItemTranslationsItemAlignment + SentLen *TranslateResultAllItemTranslationsItemSentLen + Text *string + To *string + Transliteration *TranslateResultAllItemTranslationsItemTransliteration + type TranslateResultAllItemTranslationsItemAlignment struct + Proj *string + type TranslateResultAllItemTranslationsItemSentLen struct + SrcSentLen *[]TranslateResultAllItemTranslationsItemSentLenSrcSentLenItem + TransSentLen *[]TranslateResultAllItemTranslationsItemSentLenTransSentLenItem + type TranslateResultAllItemTranslationsItemSentLenSrcSentLenItem struct + Integer *int32 + type TranslateResultAllItemTranslationsItemSentLenTransSentLenItem struct + Integer *int32 + type TranslateResultAllItemTranslationsItemTransliteration struct + Script *string + Text *string + type TranslateResultItem struct + Translation *[]TranslateResultItemTranslationItem + type TranslateResultItemTranslationItem struct + Text *string + To *string + type TranslateTextInput struct + Text *string + type TranslatorClient struct + func NewTranslatorClient(endpoint string) TranslatorClient + func (client TranslatorClient) BreakSentence(ctx context.Context, textParameter []BreakSentenceTextInput, language string, ...) (result ListBreakSentenceResultItem, err error) + func (client TranslatorClient) BreakSentencePreparer(ctx context.Context, textParameter []BreakSentenceTextInput, language string, ...) (*http.Request, error) + func (client TranslatorClient) BreakSentenceResponder(resp *http.Response) (result ListBreakSentenceResultItem, err error) + func (client TranslatorClient) BreakSentenceSender(req *http.Request) (*http.Response, error) + func (client TranslatorClient) Detect(ctx context.Context, textParameter []DetectTextInput, xClientTraceID string) (result ListDetectResultItem, err error) + func (client TranslatorClient) DetectPreparer(ctx context.Context, textParameter []DetectTextInput, xClientTraceID string) (*http.Request, error) + func (client TranslatorClient) DetectResponder(resp *http.Response) (result ListDetectResultItem, err error) + func (client TranslatorClient) DetectSender(req *http.Request) (*http.Response, error) + func (client TranslatorClient) DictionaryExamples(ctx context.Context, from string, toParameter string, ...) (result ListDictionaryExampleResultItem, err error) + func (client TranslatorClient) DictionaryExamplesPreparer(ctx context.Context, from string, toParameter string, ...) (*http.Request, error) + func (client TranslatorClient) DictionaryExamplesResponder(resp *http.Response) (result ListDictionaryExampleResultItem, err error) + func (client TranslatorClient) DictionaryExamplesSender(req *http.Request) (*http.Response, error) + func (client TranslatorClient) DictionaryLookup(ctx context.Context, from string, toParameter string, ...) (result ListDictionaryLookupResultItem, err error) + func (client TranslatorClient) DictionaryLookupPreparer(ctx context.Context, from string, toParameter string, ...) (*http.Request, error) + func (client TranslatorClient) DictionaryLookupResponder(resp *http.Response) (result ListDictionaryLookupResultItem, err error) + func (client TranslatorClient) DictionaryLookupSender(req *http.Request) (*http.Response, error) + func (client TranslatorClient) Languages(ctx context.Context, scope []string, acceptLanguage string, ...) (result LanguagesResult, err error) + func (client TranslatorClient) LanguagesPreparer(ctx context.Context, scope []string, acceptLanguage string, ...) (*http.Request, error) + func (client TranslatorClient) LanguagesResponder(resp *http.Response) (result LanguagesResult, err error) + func (client TranslatorClient) LanguagesSender(req *http.Request) (*http.Response, error) + func (client TranslatorClient) Translate(ctx context.Context, toParameter []string, textParameter []TranslateTextInput, ...) (result ListTranslateResultAllItem, err error) + func (client TranslatorClient) TranslatePreparer(ctx context.Context, toParameter []string, textParameter []TranslateTextInput, ...) (*http.Request, error) + func (client TranslatorClient) TranslateResponder(resp *http.Response) (result ListTranslateResultAllItem, err error) + func (client TranslatorClient) TranslateSender(req *http.Request) (*http.Response, error) + func (client TranslatorClient) Transliterate(ctx context.Context, language string, fromScript string, toScript string, ...) (result ListTransliterateResultItem, err error) + func (client TranslatorClient) TransliteratePreparer(ctx context.Context, language string, fromScript string, toScript string, ...) (*http.Request, error) + func (client TranslatorClient) TransliterateResponder(resp *http.Response) (result ListTransliterateResultItem, err error) + func (client TranslatorClient) TransliterateSender(req *http.Request) (*http.Response, error) + type TransliterateResultItem struct + Script *string + Text *string + type TransliterateTextInput struct + Text *string Other modules containing this package 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.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