Reference documentation and code samples for the Cloud Translation V3 Client class ReferenceSentencePair.
A pair of sentences used as reference in source and target languages.
Generated from protobuf message google.cloud.translation.v3.AdaptiveMtTranslateRequest.ReferenceSentencePair
Namespace
Google \ Cloud \ Translate \ V3 \ AdaptiveMtTranslateRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source_sentence |
string
Source sentence in the sentence pair. |
↳ target_sentence |
string
Target sentence in the sentence pair. |
getSourceSentence
Source sentence in the sentence pair.
Returns | |
---|---|
Type | Description |
string |
setSourceSentence
Source sentence in the sentence pair.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetSentence
Target sentence in the sentence pair.
Returns | |
---|---|
Type | Description |
string |
setTargetSentence
Target sentence in the sentence pair.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |