AnimationOutputType Struct
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.
Specifies the types of animation data to output.
public readonly struct AnimationOutputType : IEquatable<Azure.AI.VoiceLive.AnimationOutputType>
type AnimationOutputType = struct
Public Structure AnimationOutputType
Implements IEquatable(Of AnimationOutputType)
- Inheritance
-
AnimationOutputType
- Implements
Constructors
| Name | Description |
|---|---|
| AnimationOutputType(String) |
Initializes a new instance of AnimationOutputType. |
Properties
| Name | Description |
|---|---|
| Blendshapes |
Blendshapes output type. |
| VisemeId |
Viseme ID output type. |
Methods
| Name | Description |
|---|---|
| Equals(AnimationOutputType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AnimationOutputType, AnimationOutputType) |
Determines if two AnimationOutputType values are the same. |
| Implicit(String to AnimationOutputType) |
Converts a string to a AnimationOutputType. |
| Implicit(String to Nullable<AnimationOutputType>) | |
| Inequality(AnimationOutputType, AnimationOutputType) |
Determines if two AnimationOutputType values are not the same. |