次の方法で共有


InputTextWithTranslation(String, String) コンストラクター

定義

InputTextWithTranslation クラスの新しいインスタンスを初期化します。

public InputTextWithTranslation (string word, string translation);
new Azure.AI.Translation.Text.InputTextWithTranslation : string * string -> Azure.AI.Translation.Text.InputTextWithTranslation
Public Sub New (word As String, translation As String)

パラメーター

word
String

ディクショナリ内の検索にWordします。

translation
String

単語の翻訳。

適用対象