-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TA PagedFlux, PagedIterable, PagedResponse class (#8391)
* This PR includes: - General class and method rename to comply with API guidelines. - Introduced TextAnalyticsPagedFlux, TextAnalyticsPagedIterable, and TextAnalyticsPagedResponse type. Moved modelVersion amd TextDocumentBatchStatistics into TextAnalyticsPagedResponse. All collection APIs are return TextAnalyticsPagedFlux and TextAnalyticsPagedIterable in the asynchronous and synchronous client, respectively. Most of existing API surface are changes. - Introduced EntityCategory class to support major entity categories that the service supported. - Added getDefaultCountryHint(), getDefaultLanguage() and getServiceVersion() to TextAnalyticsClient - Supported Iterable<T> instead of List<T> text inputs. - Removed InnerError, DocumentResultCollection and TextAnalyticsClientOptions class.
- Loading branch information
Showing
105 changed files
with
4,821 additions
and
3,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.