public sealed class AdaptiveMtTranslateRequest.Types.ReferenceSentencePair : IMessage<AdaptiveMtTranslateRequest.Types.ReferenceSentencePair>, IEquatable<AdaptiveMtTranslateRequest.Types.ReferenceSentencePair>, IDeepCloneable<AdaptiveMtTranslateRequest.Types.ReferenceSentencePair>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class AdaptiveMtTranslateRequest.Types.ReferenceSentencePair.
A pair of sentences used as reference in source and target languages.
Implements
IMessageAdaptiveMtTranslateRequestTypesReferenceSentencePair, IEquatableAdaptiveMtTranslateRequestTypesReferenceSentencePair, IDeepCloneableAdaptiveMtTranslateRequestTypesReferenceSentencePair, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ReferenceSentencePair()
public ReferenceSentencePair()
ReferenceSentencePair(ReferenceSentencePair)
public ReferenceSentencePair(AdaptiveMtTranslateRequest.Types.ReferenceSentencePair other)
Parameter | |
---|---|
Name | Description |
other |
AdaptiveMtTranslateRequestTypesReferenceSentencePair |
Properties
SourceSentence
public string SourceSentence { get; set; }
Source sentence in the sentence pair.
Property Value | |
---|---|
Type | Description |
string |
TargetSentence
public string TargetSentence { get; set; }
Target sentence in the sentence pair.
Property Value | |
---|---|
Type | Description |
string |