Reference documentation and code samples for the Cloud Translation V3 Client class AdaptiveMtSentence.
An AdaptiveMt sentence entry.
Generated from protobuf message google.cloud.translation.v3.AdaptiveMtSentence
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the file, in form of |
↳ source_sentence |
string
Required. The source sentence. |
↳ target_sentence |
string
Required. The target sentence. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Timestamp when this sentence was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Timestamp when this sentence was last updated. |
getName
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourceSentence
Required. The source sentence.
Returns | |
---|---|
Type | Description |
string |
setSourceSentence
Required. The source sentence.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetSentence
Required. The target sentence.
Returns | |
---|---|
Type | Description |
string |
setTargetSentence
Required. The target sentence.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Timestamp when this sentence was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when this sentence was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. Timestamp when this sentence was last updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when this sentence was last updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |