PhraseListProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Phrase list properties for transcription.
public class PhraseListProperties : System.ClientModel.Primitives.IJsonModel<Azure.AI.Speech.Transcription.PhraseListProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Speech.Transcription.PhraseListProperties>
type PhraseListProperties = class
interface IJsonModel<PhraseListProperties>
interface IPersistableModel<PhraseListProperties>
Public Class PhraseListProperties
Implements IJsonModel(Of PhraseListProperties), IPersistableModel(Of PhraseListProperties)
- Inheritance
-
PhraseListProperties
- Implements
Constructors
| Name | Description |
|---|---|
| PhraseListProperties() |
Initializes a new instance of PhraseListProperties. |
Properties
| Name | Description |
|---|---|
| BiasingWeight |
Biasing weight for phrase list (0.0-2.0). |
| Phrases |
List of phrases for recognition. |