All Packages Class Hierarchy This Package Previous Next Index
Interface iceberg.transcoder.TranscoderServiceIF
- public interface TranscoderServiceIF
- extends Remote
-
audioSummary(byte[], int)
-
-
skimmedAudio(byte[])
-
-
speechRecoCommand(String)
-
-
speechRecognizer(byte[])
-
-
speechRecognizer(String)
-
-
speechRecognizer(String, String)
-
-
speechSynthesizer(byte[], int)
-
-
speechSynthesizer(String)
-
-
speechSynthesizer(String, String)
-
-
textOutline(Outline, byte[])
-
-
textSummary(byte[])
-
textSummary
public abstract byte[] textSummary(byte theAudio[]) throws RemoteException, IOException
textOutline
public abstract Outline textOutline(Outline transObj,
byte theAudio[]) throws RemoteException, IOException
audioSummary
public abstract byte[] audioSummary(byte theAudio[],
int format) throws RemoteException, IOException
skimmedAudio
public abstract byte[] skimmedAudio(byte theAudio[]) throws RemoteException, IOException
speechRecoCommand
public abstract String speechRecoCommand(String inputfile) throws RemoteException
speechRecognizer
public abstract byte[] speechRecognizer(byte theAudio[]) throws RemoteException, IOException
speechRecognizer
public abstract String speechRecognizer(String inputfile) throws RemoteException
speechRecognizer
public abstract String speechRecognizer(String inputfile,
String outputfile) throws RemoteException
speechSynthesizer
public abstract byte[] speechSynthesizer(byte theText[],
int format) throws RemoteException, IOException
speechSynthesizer
public abstract String speechSynthesizer(String inputfile) throws RemoteException
speechSynthesizer
public abstract String speechSynthesizer(String inputfile,
String outputfile) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index