Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] cognitiveservices/data-plane/TextAnalytics #4126

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions profiles/latest/cognitiveservices/textanalytics/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,27 @@ package textanalytics
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/textanalytics"

type BaseClient = original.BaseClient
type BatchInput = original.BatchInput
type DetectedLanguage = original.DetectedLanguage
type EntitiesBatchResultItemV2dot1 = original.EntitiesBatchResultItemV2dot1
type EntitiesBatchResultV2dot1 = original.EntitiesBatchResultV2dot1
type EntityRecordV2dot1 = original.EntityRecordV2dot1
type DocumentStatistics = original.DocumentStatistics
type EntitiesBatchResult = original.EntitiesBatchResult
type EntitiesBatchResultItem = original.EntitiesBatchResultItem
type EntityRecord = original.EntityRecord
type ErrorRecord = original.ErrorRecord
type ErrorResponse = original.ErrorResponse
type Input = original.Input
type InternalError = original.InternalError
type KeyPhraseBatchResult = original.KeyPhraseBatchResult
type KeyPhraseBatchResultItem = original.KeyPhraseBatchResultItem
type LanguageBatchInput = original.LanguageBatchInput
type LanguageBatchResult = original.LanguageBatchResult
type LanguageBatchResultItem = original.LanguageBatchResultItem
type MatchRecordV2dot1 = original.MatchRecordV2dot1
type LanguageInput = original.LanguageInput
type MatchRecord = original.MatchRecord
type MultiLanguageBatchInput = original.MultiLanguageBatchInput
type MultiLanguageInput = original.MultiLanguageInput
type RequestStatistics = original.RequestStatistics
type SentimentBatchResult = original.SentimentBatchResult
type SentimentBatchResultItem = original.SentimentBatchResultItem
type SetObject = original.SetObject

func New(endpoint string) BaseClient {
return original.New(endpoint)
Expand Down
15 changes: 9 additions & 6 deletions profiles/preview/cognitiveservices/textanalytics/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,27 @@ package textanalytics
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/textanalytics"

type BaseClient = original.BaseClient
type BatchInput = original.BatchInput
type DetectedLanguage = original.DetectedLanguage
type EntitiesBatchResultItemV2dot1 = original.EntitiesBatchResultItemV2dot1
type EntitiesBatchResultV2dot1 = original.EntitiesBatchResultV2dot1
type EntityRecordV2dot1 = original.EntityRecordV2dot1
type DocumentStatistics = original.DocumentStatistics
type EntitiesBatchResult = original.EntitiesBatchResult
type EntitiesBatchResultItem = original.EntitiesBatchResultItem
type EntityRecord = original.EntityRecord
type ErrorRecord = original.ErrorRecord
type ErrorResponse = original.ErrorResponse
type Input = original.Input
type InternalError = original.InternalError
type KeyPhraseBatchResult = original.KeyPhraseBatchResult
type KeyPhraseBatchResultItem = original.KeyPhraseBatchResultItem
type LanguageBatchInput = original.LanguageBatchInput
type LanguageBatchResult = original.LanguageBatchResult
type LanguageBatchResultItem = original.LanguageBatchResultItem
type MatchRecordV2dot1 = original.MatchRecordV2dot1
type LanguageInput = original.LanguageInput
type MatchRecord = original.MatchRecord
type MultiLanguageBatchInput = original.MultiLanguageBatchInput
type MultiLanguageInput = original.MultiLanguageInput
type RequestStatistics = original.RequestStatistics
type SentimentBatchResult = original.SentimentBatchResult
type SentimentBatchResultItem = original.SentimentBatchResultItem
type SetObject = original.SetObject

func New(endpoint string) BaseClient {
return original.New(endpoint)
Expand Down
113 changes: 72 additions & 41 deletions services/cognitiveservices/v2.1/textanalytics/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading