Class ContextOptions.ShallowFusionSettings
Increase or decrease the probability of recognizing the provided words
Inheritance
System.Object
ContextOptions.ShallowFusionSettings
Namespace: Speechly.Types
Assembly: speechly-dotnet.dll
Syntax
public class ShallowFusionSettings : object
Fields
| Improve this Doc View SourceVocabulary
Declaration
public string Vocabulary
Field Value
Type | Description |
---|---|
System.String | Newline-delimited words that specify the vocabulary for score biasing. |
Weight
Declaration
public float Weight
Field Value
Type | Description |
---|---|
System.Single | Biasing weight. Positive values increase the probability of recognition, negative values decrease it. |