Reference documentation and code samples for the Google Cloud Media Translation V1beta1 Client class TextTranslationResult.
Text translation result.
Generated from protobuf message google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResult.TextTranslationResult
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ translation |
string
Output only. The translated sentence. |
↳ is_final |
bool
Output only. If |
getTranslation
Output only. The translated sentence.
Returns | |
---|---|
Type | Description |
string |
setTranslation
Output only. The translated sentence.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIsFinal
Output only. If false
, this StreamingTranslateSpeechResult
represents
an interim result that may change. If true
, this is the final time the
translation service will return this particular
StreamingTranslateSpeechResult
, the streaming translator will not
return any further hypotheses for this portion of the transcript and
corresponding audio.
Returns | |
---|---|
Type | Description |
bool |
setIsFinal
Output only. If false
, this StreamingTranslateSpeechResult
represents
an interim result that may change. If true
, this is the final time the
translation service will return this particular
StreamingTranslateSpeechResult
, the streaming translator will not
return any further hypotheses for this portion of the transcript and
corresponding audio.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |