Class Translation
- java.lang.Object
-
- ai.rev.speechtotext.models.asynchronous.Translation
-
public class Translation extends Object
A Translation object represents translation job(s) results.- See Also:
TranslationLanguage
-
-
Constructor Summary
Constructors Constructor Description Translation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompletedOn()Returns a String that contains the date and time the job was completed on in ISO-8601 UTC form.List<TranslationLanguage>getTargetLanguages()Returns translation job(s) parameters
-
-
-
Method Detail
-
getTargetLanguages
public List<TranslationLanguage> getTargetLanguages()
Returns translation job(s) parameters- Returns:
- Translation job(s) parameters
- See Also:
TranslationLanguage
-
getCompletedOn
public String getCompletedOn()
Returns a String that contains the date and time the job was completed on in ISO-8601 UTC form.- Returns:
- A String that contains the date and time the job was completed on in ISO-8601 UTC form.
-
-