Class TranscriptionSettings
Inheritance
TranscriptionSettings
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
public class TranscriptionSettings : GenerationSettings, ISpeechToTextOptions, IGenerationOptions, ITranscriptionRequestOptions, IProviderRequestOptions
Properties
|
Edit this page
View Source
ConnectionMode
Declaration
public override ConnectionMode ConnectionMode { get; }
Property Value
Overrides
|
Edit this page
View Source
ModelType
Declaration
public override ModelType ModelType { get; }
Property Value
Overrides
|
Edit this page
View Source
RemoveBackgroundNoise
Declaration
public bool RemoveBackgroundNoise { get; }
Property Value
|
Edit this page
View Source
SpokenLanguage
Declaration
public SystemLanguage SpokenLanguage { get; }
Property Value
| Type |
Description |
| SystemLanguage |
|
|
Edit this page
View Source
Stream
Declaration
public override bool Stream { get; }
Property Value
Overrides
Implements
Extension Methods