Package com.scene7.ipsapi
Class TranscribeTranslateJob
java.lang.Object
com.scene7.ipsapi.TranscribeTranslateJob
Java class for TranscribeTranslateJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscribeTranslateJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="videoAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sourceLanguage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetLanguages" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}languageFileNameMappingArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sourceLanguage property.Gets the value of the subAssetHandle property.Gets the value of the targetLanguages property.Gets the value of the videoAssetHandle property.voidsetSourceLanguage(String value) Sets the value of the sourceLanguage property.voidsetSubAssetHandle(String value) Sets the value of the subAssetHandle property.voidSets the value of the targetLanguages property.voidsetVideoAssetHandle(String value) Sets the value of the videoAssetHandle property.
-
Constructor Details
-
TranscribeTranslateJob
public TranscribeTranslateJob()
-
-
Method Details
-
getVideoAssetHandle
Gets the value of the videoAssetHandle property.- Returns:
- possible object is
String
-
setVideoAssetHandle
Sets the value of the videoAssetHandle property.- Parameters:
value- allowed object isString
-
getSubAssetHandle
Gets the value of the subAssetHandle property.- Returns:
- possible object is
String
-
setSubAssetHandle
Sets the value of the subAssetHandle property.- Parameters:
value- allowed object isString
-
getSourceLanguage
Gets the value of the sourceLanguage property.- Returns:
- possible object is
String
-
setSourceLanguage
Sets the value of the sourceLanguage property.- Parameters:
value- allowed object isString
-
getTargetLanguages
Gets the value of the targetLanguages property.- Returns:
- possible object is
LanguageFileNameMappingArray
-
setTargetLanguages
Sets the value of the targetLanguages property.- Parameters:
value- allowed object isLanguageFileNameMappingArray
-