共用方式為


InputTextWithTranslation(String, String) Constructor

Definition

Initializes a new instance of the InputTextWithTranslation class.

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)

Parameters

word
String

Word to lookup in the dictionary.

translation
String

Translation of the word.

Applies to