Share via


VoiceLiveModelFactory.AnimationOptions Method

Definition

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.

Applies to