Skip to content

Commit

Permalink
Merge pull request Azure#19 from samvaity/text-analytics
Browse files Browse the repository at this point in the history
Text analytics review comments
  • Loading branch information
samvaity authored Dec 12, 2019
2 parents b9fcf7d + cb32ff4 commit 9e27cf1
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,10 @@
<!-- Suppress the check on any implementation code and codegen classes -->
<suppress checks="LineLength" files=".*[/\\]textanalytics[/\\].*implementation[/\\].*"/>

<!-- Suppress these checks until CI pipeline setup -->
<!-- Suppress this until all endpoints are implemented. -->
<!-- Fix with https://github.com/Azure/azure-sdk-for-java/issues#6500 -->
<suppress checks="MissingJavadocMethod" files=".*[/\\]textanalytics[/\\].*"/>
<!-- TODO: Fix with https://github.com/Azure/azure-sdk-for-java/issues#6716 Method name should follow a common vocabulary. -->
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files=".*[/\\]textanalytics[/\\].*"/>

</suppressions>
16 changes: 10 additions & 6 deletions sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release History
### Features included in `com.azure.cs.textanalytics`
- This is initial SDK release for text analytics service.
- Packages scoped by functionality
- `com.azure.cs.textanalytics` contains a `TextAnalyticsClient`, `TextAnalyticsAsyncClient`, `TextAnalyticsClient` and `TextAnalyticsAsyncClient` for text analytics operations.
- Client instances are scoped to text analytics service.
- Reactive streams support using [Project Reactor](https://projectreactor.io/).
## Version 1.0.0-beta.1 (-01-)
For details on the Azure SDK for Java (Januaruy 2019 Preview) release refer to the [release announcement](https://azure.github.io/azure-sdk/releases/2019-10-11/java.html).

- TODO: (shawn) https://github.com/azure/azure-sdk-for-java/issues/6507

This package's
[documentation]()
and
[samples]()
demonstrate the new API.
Loading

0 comments on commit 9e27cf1

Please sign in to comment.