René's URL Explorer Experiment


Title: Duplicate/combined word (lists) when using the response 'SpeechRecognitionResult' from longRunningRecognizeAsync · Issue #3903 · googleapis/google-cloud-java · GitHub

Open Graph Title: Duplicate/combined word (lists) when using the response 'SpeechRecognitionResult' from longRunningRecognizeAsync · Issue #3903 · googleapis/google-cloud-java

X Title: Duplicate/combined word (lists) when using the response 'SpeechRecognitionResult' from longRunningRecognizeAsync · Issue #3903 · googleapis/google-cloud-java

Description: When looping trough the 'SpeechRecognitionResult' objects, I noticed that the transcript attribute and the 'words_' list do not match for (at least) the last result. In our app, we always use the first and only alternative. I noticed tha...

Open Graph Description: When looping trough the 'SpeechRecognitionResult' objects, I noticed that the transcript attribute and the 'words_' list do not match for (at least) the last result. In our app, we always use the f...

X Description: When looping trough the 'SpeechRecognitionResult' objects, I noticed that the transcript attribute and the 'words_' list do not match for (at least) the last result. In our app, we ...

Opengraph URL: https://github.com/googleapis/google-cloud-java/issues/3903

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Duplicate/combined word (lists) when using the response 'SpeechRecognitionResult' from longRunningRecognizeAsync","articleBody":"When looping trough the 'SpeechRecognitionResult' objects, I noticed that the transcript attribute and the 'words_' list do not match for (at least) the last result. In our app, we always use the first and only alternative. I noticed that the word lists do match the transcript from the first few results, but for the last result, all words including the last one will be returned in words. I would expect that the last result only contains the words which are related to that specific transcript.\r\n\r\nI assume this is a bug. If not; please advice.\r\n\r\n#### Environment details\r\n\r\n- OS: Windows 10\r\n- Java version: 1.8.0_102\r\n- google-cloud-java version(s): google-cloud-speech-0.67.0-beta\r\n\r\n#### Code snippet\r\n\r\nIn order to clarify this, I added a simplified code snippet below.\r\n\r\n```java\r\nList\u003cSpeechRecognitionResult\u003e results = response.getResultsList();\r\n\r\nfor (SpeechRecognitionResult result : results) {\r\n     SpeechRecognitionAlternative alternative = result.getAlternativesList().get(0);\r\n     String transcript = alternative.getTranscript();\r\n     for (WordInfo wordInfo : alternative.getWordsList()) {\r\n           String word = wordInfo.getWord();\r\n     }\r\n}\r\n```\r\n\r\nIn my current example, we have 3 results. The number of words are correct for the first two, but the third (last) is incorrect and includes all words from the whole text.\r\n\r\nResult 0: Only the word Jaguar (both the transcript and the only word)\r\n![image](https://user-images.githubusercontent.com/25738583/48007577-3cc7ec80-e118-11e8-8123-1457a5c70484.png)\r\n\r\nResult 1: A longer transcript, with 102 (correct) words in total\r\n![image](https://user-images.githubusercontent.com/25738583/48007530-228e0e80-e118-11e8-9b26-f771d19b8b79.png)\r\n\r\nResult 2: A short transcript with only 23 words. As you can see, the list with words includes all 126 words (1+102+23).\r\n![image](https://user-images.githubusercontent.com/25738583/48007702-7d276a80-e118-11e8-945d-3a4df263b967.png)\r\n","author":{"url":"https://github.com/JeroenAppel","@type":"Person","name":"JeroenAppel"},"datePublished":"2018-11-05T15:37:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/3903/google-cloud-java/issues/3903"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:845539d4-21b9-5f38-6c75-5b1d872892d6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCED6:321901:216217:302971:6A4CCD24
html-safe-nonce0274d525ef28d53dcd98cad18638c63871830590e01ab5a37d2d8bd5202c5553
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRUQ2OjMyMTkwMToyMTYyMTc6MzAyOTcxOjZBNENDRDI0IiwidmlzaXRvcl9pZCI6IjI1MDAwOTgzODYwMjA4NDY4ODQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacfe594d1d9a8582b821e870449c62bff15c40e1b51980c8e97f310bbab6945804
hovercard-subject-tagissue:377454272
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/google-cloud-java/3903/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b84193f5eecad30ddf1447fc8ba3c31f0ff3d7044f3954dd5c289bc1e2b3a970/googleapis/google-cloud-java/issues/3903
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b84193f5eecad30ddf1447fc8ba3c31f0ff3d7044f3954dd5c289bc1e2b3a970/googleapis/google-cloud-java/issues/3903
og:image:altWhen looping trough the 'SpeechRecognitionResult' objects, I noticed that the transcript attribute and the 'words_' list do not match for (at least) the last result. In our app, we always use the f...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameJeroenAppel
hostnamegithub.com
expected-hostnamegithub.com
Noneee8a9d18044a05fe2d57b9ae797da38c8be34effb03f015f7c42e94770d28a1b
turbo-cache-controlno-preview
go-importgithub.com/googleapis/google-cloud-java git https://github.com/googleapis/google-cloud-java.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id26181278
octolytics-dimension-repository_nwogoogleapis/google-cloud-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id26181278
octolytics-dimension-repository_network_root_nwogoogleapis/google-cloud-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef84814acc6f036583fd43463f5847a846243d2a4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-cloud-java/issues/3903#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-java%2Fissues%2F3903
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-java%2Fissues%2F3903
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fgoogle-cloud-java
Reloadhttps://github.com/googleapis/google-cloud-java/issues/3903
Reloadhttps://github.com/googleapis/google-cloud-java/issues/3903
Reloadhttps://github.com/googleapis/google-cloud-java/issues/3903
Please reload this pagehttps://github.com/googleapis/google-cloud-java/issues/3903
googleapis https://github.com/googleapis
google-cloud-javahttps://github.com/googleapis/google-cloud-java
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-java
Fork 1.1k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-java
Star 2.1k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-java
Code https://github.com/googleapis/google-cloud-java
Issues 651 https://github.com/googleapis/google-cloud-java/issues
Pull requests 104 https://github.com/googleapis/google-cloud-java/pulls
Actions https://github.com/googleapis/google-cloud-java/actions
Security and quality 0 https://github.com/googleapis/google-cloud-java/security
Insights https://github.com/googleapis/google-cloud-java/pulse
Code https://github.com/googleapis/google-cloud-java
Issues https://github.com/googleapis/google-cloud-java/issues
Pull requests https://github.com/googleapis/google-cloud-java/pulls
Actions https://github.com/googleapis/google-cloud-java/actions
Security and quality https://github.com/googleapis/google-cloud-java/security
Insights https://github.com/googleapis/google-cloud-java/pulse
Duplicate/combined word (lists) when using the response 'SpeechRecognitionResult' from longRunningRecognizeAsynchttps://github.com/googleapis/google-cloud-java/issues/3903#top
https://github.com/codyoss
api: speechIssues related to the Speech-to-Text API.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22api%3A%20speech%22
type: questionRequest for information or clarification. Not an issue.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22type%3A%20question%22
https://github.com/JeroenAppel
JeroenAppelhttps://github.com/JeroenAppel
on Nov 5, 2018https://github.com/googleapis/google-cloud-java/issues/3903#issue-377454272
https://user-images.githubusercontent.com/25738583/48007577-3cc7ec80-e118-11e8-8123-1457a5c70484.png
https://user-images.githubusercontent.com/25738583/48007530-228e0e80-e118-11e8-9b26-f771d19b8b79.png
https://user-images.githubusercontent.com/25738583/48007702-7d276a80-e118-11e8-945d-3a4df263b967.png
codyosshttps://github.com/codyoss
api: speechIssues related to the Speech-to-Text API.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22api%3A%20speech%22
type: questionRequest for information or clarification. Not an issue.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22type%3A%20question%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.