org.robokind.api.speech.viseme.config
Interface VisemeBindingConfig


public interface VisemeBindingConfig

Configuration for creating a VisemeBinding.

Author:
Matthew Stevenson

Method Summary
 int getBindingKey()
          Returns the binding key for the VisemeBinding.
 Map<Viseme,NormalizedDouble> getVisemeValues()
          Returns the NormalizedDoubles mapped to each Viseme.
 

Method Detail

getBindingKey

int getBindingKey()
Returns the binding key for the VisemeBinding.

Returns:
binding key for the VisemeBinding

getVisemeValues

Map<Viseme,NormalizedDouble> getVisemeValues()
Returns the NormalizedDoubles mapped to each Viseme.

Returns:
NormalizedDoubles mapped to each Viseme


Copyright © 2011-2013. All Rights Reserved.