marytts.features
Interface ShortValuedFeatureProcessor
- All Superinterfaces:
- MaryFeatureProcessor
public interface ShortValuedFeatureProcessor
- extends MaryFeatureProcessor
Performs a specific type of processing on an item and returns an
object.
|
Method Summary |
java.lang.String[] |
getValues()
List the possible values of the feature processor, as
clear-text values. |
short |
process(Target target)
|
getValues
java.lang.String[] getValues()
- List the possible values of the feature processor, as
clear-text values. Short values as returned by process()
can be translated into their string equivalent by using
the short value as an index in the String[] returned.
- Returns:
- an array containing the possible return values
of this feature processor, in String representation.
process
short process(Target target)