ReferenceTextPair(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ReferenceTextPair.
public ReferenceTextPair(string source, string target);
new Azure.AI.Translation.Text.ReferenceTextPair : string * string -> Azure.AI.Translation.Text.ReferenceTextPair
Public Sub New (source As String, target As String)
Parameters
- source
- String
Source reference sentence.
- target
- String
Target reference sentence.
Exceptions
source or target is null.