All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iceberg.transcoder.TranscoderServiceIF

public interface TranscoderServiceIF
extends Remote

Method Index

 o audioSummary(byte[], int)
 o skimmedAudio(byte[])
 o speechRecoCommand(String)
 o speechRecognizer(byte[])
 o speechRecognizer(String)
 o speechRecognizer(String, String)
 o speechSynthesizer(byte[], int)
 o speechSynthesizer(String)
 o speechSynthesizer(String, String)
 o textOutline(Outline, byte[])
 o textSummary(byte[])

Methods

 o textSummary
 public abstract byte[] textSummary(byte theAudio[]) throws RemoteException, IOException
 o textOutline
 public abstract Outline textOutline(Outline transObj,
                                     byte theAudio[]) throws RemoteException, IOException
 o audioSummary
 public abstract byte[] audioSummary(byte theAudio[],
                                     int format) throws RemoteException, IOException
 o skimmedAudio
 public abstract byte[] skimmedAudio(byte theAudio[]) throws RemoteException, IOException
 o speechRecoCommand
 public abstract String speechRecoCommand(String inputfile) throws RemoteException
 o speechRecognizer
 public abstract byte[] speechRecognizer(byte theAudio[]) throws RemoteException, IOException
 o speechRecognizer
 public abstract String speechRecognizer(String inputfile) throws RemoteException
 o speechRecognizer
 public abstract String speechRecognizer(String inputfile,
                                         String outputfile) throws RemoteException
 o speechSynthesizer
 public abstract byte[] speechSynthesizer(byte theText[],
                                          int format) throws RemoteException, IOException
 o speechSynthesizer
 public abstract String speechSynthesizer(String inputfile) throws RemoteException
 o speechSynthesizer
 public abstract String speechSynthesizer(String inputfile,
                                          String outputfile) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index