ReferenceTextPair Class
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.
Reference text pair to generate adaptive customized translation.
public class ReferenceTextPair : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Text.ReferenceTextPair>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Text.ReferenceTextPair>
type ReferenceTextPair = class
interface IJsonModel<ReferenceTextPair>
interface IPersistableModel<ReferenceTextPair>
Public Class ReferenceTextPair
Implements IJsonModel(Of ReferenceTextPair), IPersistableModel(Of ReferenceTextPair)
- Inheritance
-
ReferenceTextPair
- Implements
Constructors
| Name | Description |
|---|---|
| ReferenceTextPair(String, String) |
Initializes a new instance of ReferenceTextPair. |
Properties
| Name | Description |
|---|---|
| Source |
Source reference sentence. |
| Target |
Target reference sentence. |