AvatarConfiguration.BaseMode Property
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.
Base model to use for the avatar. Required for photo avatar.
public Azure.AI.VoiceLive.PhotoAvatarBaseMode? BaseMode { get; set; }
member this.BaseMode : Nullable<Azure.AI.VoiceLive.PhotoAvatarBaseMode> with get, set
Public Property BaseMode As Nullable(Of PhotoAvatarBaseMode)