Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + type BaseClientAPI interface + DetectLanguage func(ctx context.Context, showStats *bool, ...) (result textanalytics.LanguageBatchResult, err error) + Entities func(ctx context.Context, showStats *bool, ...) (result textanalytics.EntitiesBatchResult, err error) + KeyPhrases func(ctx context.Context, showStats *bool, ...) (result textanalytics.KeyPhraseBatchResult, err error) + Sentiment func(ctx context.Context, showStats *bool, ...) (result textanalytics.SentimentBatchResult, err error)