Skip to content
Closed
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
4 changes: 4 additions & 0 deletions profiles/latest/cognitiveservices/textanalytics/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const (

type BatchInput = original.BatchInput
type DetectedLanguage = original.DetectedLanguage
type EntitiesBatchResult = original.EntitiesBatchResult
type EntitiesBatchResultItem = original.EntitiesBatchResultItem
type EntityRecord = original.EntityRecord
type ErrorRecord = original.ErrorRecord
type ErrorResponse = original.ErrorResponse
type Input = original.Input
Expand All @@ -49,6 +52,7 @@ type KeyPhraseBatchResult = original.KeyPhraseBatchResult
type KeyPhraseBatchResultItem = original.KeyPhraseBatchResultItem
type LanguageBatchResult = original.LanguageBatchResult
type LanguageBatchResultItem = original.LanguageBatchResultItem
type MatchRecord = original.MatchRecord
type MultiLanguageBatchInput = original.MultiLanguageBatchInput
type MultiLanguageInput = original.MultiLanguageInput
type SentimentBatchResult = original.SentimentBatchResult
Expand Down
4 changes: 4 additions & 0 deletions profiles/preview/cognitiveservices/textanalytics/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const (

type BatchInput = original.BatchInput
type DetectedLanguage = original.DetectedLanguage
type EntitiesBatchResult = original.EntitiesBatchResult
type EntitiesBatchResultItem = original.EntitiesBatchResultItem
type EntityRecord = original.EntityRecord
type ErrorRecord = original.ErrorRecord
type ErrorResponse = original.ErrorResponse
type Input = original.Input
Expand All @@ -49,6 +52,7 @@ type KeyPhraseBatchResult = original.KeyPhraseBatchResult
type KeyPhraseBatchResultItem = original.KeyPhraseBatchResultItem
type LanguageBatchResult = original.LanguageBatchResult
type LanguageBatchResultItem = original.LanguageBatchResultItem
type MatchRecord = original.MatchRecord
type MultiLanguageBatchInput = original.MultiLanguageBatchInput
type MultiLanguageInput = original.MultiLanguageInput
type SentimentBatchResult = original.SentimentBatchResult
Expand Down
84 changes: 73 additions & 11 deletions services/cognitiveservices/v2.0/textanalytics/client.go

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

41 changes: 41 additions & 0 deletions services/cognitiveservices/v2.0/textanalytics/models.go

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