SpeechTranslationModel-Klasse
Informationen zum Sprachübersetzungsmodell.
Member
name
Syntax: public const SPXSTRING & Name;
Modellname
SourceLanguages
Syntax: public const std::vector< SPXSTRING > & SourceLanguages;
Quellsprachen, die vom Modell unterstützt werden.
TargetLanguages
Syntax: public const std::vector< SPXSTRING > & TargetLanguages;
Zielsprachen, die vom Modell unterstützt werden.
Pfad
Syntax: public const SPXSTRING & Path;
Modellpfad (gilt nur für Offlinemodelle).
Version
Syntax: public const SPXSTRING & Version;
Modellversion.
SpeechTranslationModel
Syntax: public inline explicit SpeechTranslationModel ( SPXSPEECHRECOMODELHANDLE hmodel );
Erstellt mithilfe des bereitgestellten Handles eine neue instance.
Parameter
hmodel
Modellhandle.
Operator SPXSPEECHRECOMODELHANDLE
Syntax: public inline explicit operator SPXSPEECHRECOMODELHANDLE ( );
Expliziter Konvertierungsoperator.
Gibt zurück
Modellhandle.
~SpeechTranslationModel
Syntax: public inline ~SpeechTranslationModel ( );
Destruktor.