Package com.mypurecloud.sdk.v2.model
Class TranscriptTranslation
java.lang.Object
com.mypurecloud.sdk.v2.model.TranscriptTranslation
- All Implemented Interfaces:
Serializable
TranscriptTranslation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()Transcript Idphrases(List<PhraseTranslation> phrases) List of translated phrases, if translation succeededvoidvoidsetPhrases(List<PhraseTranslation> phrases) voidsetTranslateError(String translateError) toString()translateError(String translateError) Translation error, if translation failed
-
Constructor Details
-
TranscriptTranslation
public TranscriptTranslation() -
TranscriptTranslation
-
-
Method Details
-
id
Transcript Id -
getId
-
setId
-
phrases
List of translated phrases, if translation succeeded -
getPhrases
-
setPhrases
-
translateError
Translation error, if translation failed -
getTranslateError
-
setTranslateError
-
equals
-
hashCode
public int hashCode() -
toString
-