VoiceLiveModelFactory.AnimationOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for animation outputs including blendshapes and visemes metadata.
public static Azure.AI.VoiceLive.AnimationOptions AnimationOptions(string modelName = default, System.Collections.Generic.IEnumerable<Azure.AI.VoiceLive.AnimationOutputType> outputs = default);
static member AnimationOptions : string * seq<Azure.AI.VoiceLive.AnimationOutputType> -> Azure.AI.VoiceLive.AnimationOptions
Public Shared Function AnimationOptions (Optional modelName As String = Nothing, Optional outputs As IEnumerable(Of AnimationOutputType) = Nothing) As AnimationOptions
Parameters
- modelName
- String
The name of the animation model to use.
- outputs
- IEnumerable<AnimationOutputType>
Set of output data types requested from the animation system.
Returns
A new AnimationOptions instance for mocking.