question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation of service properties

See original GitHub issue

SpeechConfig contains 2 methods to control how exactly how you want STT to work: SetProperty() and SetServiceProperty(). While SetProperty accepts a PropertyId enum value which you can look up in the corresponding documentation (https://docs.microsoft.com/en-us/dotnet/api/microsoft.cognitiveservices.speech.propertyid?view=azure-dotnet), SetServiceProperty() only accepts string-valued property names and string-valued property values.

So far, I wasn’t able to find an overview of the possible properties values and a description of the different parameter values.

IMO such an overview could be very helpful to find out if a given behavior is supported and how to activate it.

In the concrete case I was looking for a way to control auto punctuation for STT dictation and couldn’t find anything appropriate in the Speech PropertyIds. Thanks to @rhurey’s reply to issue https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/667#issuecomment-690840772 I found the service property “punctuation” and value “explicit”, but I’d wish for an easier accessable list.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ygorlfcommented, Mar 6, 2023

@dargilco this page is already available? Still trying to figure out which options I can use to customize the punctuation property

0reactions
dargilcocommented, Feb 2, 2022

We have an internal work item to document what properties are supported on each object. Therefore, I’m closing this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Services Properties
Services Implementation Guide · Property Definitions · Add-On Services · Sample Property List.
Read more >
Service Properties
Many provisioning modules require storage of additional information relating to a product. Service properties are key/value pairs for a specific instance of a ......
Read more >
Edit service properties in Server Manager - ArcGIS Enterprise
Properties vary by service type. For details on how to edit service properties, locate your service in the Types of services section of...
Read more >
Service Properties and Property Groups
Information about services, including dependencies, methods, state, and application data, is stored in the service configuration repository as a set of ...
Read more >
Properties Service | Apps Script
The Properties service lets you store simple data in key-value pairs scoped to one script, ... Script Properties, User Properties, Document Properties.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found