Skip to content

Text Analytics API review tool feedback#2

Merged
samvaity merged 4 commits into
mssfang:TextAnalyticsfrom
samvaity:text-analytics
Nov 25, 2019
Merged

Text Analytics API review tool feedback#2
samvaity merged 4 commits into
mssfang:TextAnalyticsfrom
samvaity:text-analytics

Conversation

@samvaity

Copy link
Copy Markdown
Collaborator

No description provided.

@samvaity
samvaity requested a review from mssfang November 25, 2019 22:22
TextSentimentResult setTextSentiment(TextSentiment textSentiment) {
this.textSentiment = textSentiment;
return this;
public IterableStream<TextSentiment> getTextSentiments() {

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mssfang have kept this as getTextSentiments rather that getSentenceSentiments as I think with the sentence we are introducing another keyword to the user. What do you think?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we keep getTextSentiments, we are assuming user know the the getTextSentiment is getting the sentence sentiments

@mssfang mssfang Nov 25, 2019

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the sentence sentiment is already introduced by the service team. So i think it should be fine to change to SentenceSentiment. It gives the user the intuitive sense the List of TextSentiment is a list of Sentence Sentiment.

@samvaity
samvaity merged commit 72a00c0 into mssfang:TextAnalytics Nov 25, 2019
mssfang pushed a commit that referenced this pull request Jan 27, 2020
mssfang pushed a commit that referenced this pull request Oct 26, 2020
* Documentation changes

* Removing unused KeyVaultCertificate class

* Add sample java code

Co-authored-by: Rujun Chen <rujche@microsoft.com>
mssfang pushed a commit that referenced this pull request Mar 30, 2023
* health insights sdk for java

* rename country to countryOrRegion

* update product name to azure-health-insights

* update cspell with missing words

* update root pom.xml and version_client.txt

* update dependency versions

* update dependency versions (#2)

* skip jacoco

* fix spell checks

* Asaflevi/feature/healthinsights sdk for java (#3)

* update dependency versions

* skip jacoco

* fix spell checks

* skip jacoco

* linting

* remove redundant plugins

* remove test.yaml files

* remove redundant package.json file

* fix sampes and readmes

* spell

* fix linting

* fix sample repository reference

* remove duplicate dependency (mockito)

* alignment (readme)

* fix readme title

* setPlaybackSyncPollerPollInterval

* update serviceversion class (emitter 0.5.1)

* remove impressions png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants