Class TranscribeTranslateJob

java.lang.Object
com.scene7.ipsapi.TranscribeTranslateJob

public class TranscribeTranslateJob extends Object

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 Details

    • TranscribeTranslateJob

      public TranscribeTranslateJob()
  • Method Details

    • getVideoAssetHandle

      public String getVideoAssetHandle()
      Gets the value of the videoAssetHandle property.
      Returns:
      possible object is String
    • setVideoAssetHandle

      public void setVideoAssetHandle(String value)
      Sets the value of the videoAssetHandle property.
      Parameters:
      value - allowed object is String
    • getSubAssetHandle

      public String getSubAssetHandle()
      Gets the value of the subAssetHandle property.
      Returns:
      possible object is String
    • setSubAssetHandle

      public void setSubAssetHandle(String value)
      Sets the value of the subAssetHandle property.
      Parameters:
      value - allowed object is String
    • getSourceLanguage

      public String getSourceLanguage()
      Gets the value of the sourceLanguage property.
      Returns:
      possible object is String
    • setSourceLanguage

      public void setSourceLanguage(String value)
      Sets the value of the sourceLanguage property.
      Parameters:
      value - allowed object is String
    • getTargetLanguages

      public LanguageFileNameMappingArray getTargetLanguages()
      Gets the value of the targetLanguages property.
      Returns:
      possible object is LanguageFileNameMappingArray
    • setTargetLanguages

      public void setTargetLanguages(LanguageFileNameMappingArray value)
      Sets the value of the targetLanguages property.
      Parameters:
      value - allowed object is LanguageFileNameMappingArray