\Aculab\WebServicesWrapperTranslateResult

The result of a text translation.

Summary

Methods
Properties
Constants
getRequestId()
getTargetLanguageName()
getDetectedSourceLanguageCode()
getSourceLanguageName()
getTranslation()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getRequestId()

getRequestId() : string

Get the request ID.

Returns

string

getTargetLanguageName()

getTargetLanguageName() : string

Get the target language name.

Returns

string

getDetectedSourceLanguageCode()

getDetectedSourceLanguageCode() : string|null

Get the detected source language code.

Returns null if the source language was specified in the translation request.

Returns

string|null

getSourceLanguageName()

getSourceLanguageName() : string

Get the source language name.

Returns

string

getTranslation()

getTranslation() : string

Get the translation.

Returns

string