SpeechTranslationModel クラス

定義

音声翻訳モデル情報。

public sealed class SpeechTranslationModel : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type SpeechTranslationModel = class
    inherit DisposableBase
Public NotInheritable Class SpeechTranslationModel
Inherits DisposableBase
継承
Microsoft.CognitiveServices.Speech.Internal.DisposableBase
SpeechTranslationModel

プロパティ

Name

モデル名を取得します。

Path

モデル パスを取得します (オフライン モデルに対してのみ有効)。

SourceLanguages

モデルがサポートするソース言語を取得します。

TargetLanguages

モデルがサポートするターゲット言語を取得します。

Version

モデルのバージョンを取得します。

適用対象