TranslateBehavior Properties
Converts the text from one language to another while maintaining the original meaning and context.| Name | Description |
|---|---|
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| Languages | Gets or sets a collection of target languages for text translation. This is a dependency property. |
| PromptAugmentation | Gets or sets additional instructions that modify the prompt before processing. Inherited from TextModificationBehavior. |
| Temperature | Gets or sets the balance between creativity and consistency in AI responses. Inherited from TextModificationBehavior. |
| TranslateCommand | A command that translates text into a specific language using AI-powered translation services. |
See Also