DocumentTranslateBehavior Constructors
Converts the text contained in a document from one language to another while maintaining the original meaning and context.| Name | Parameters | Description |
|---|---|---|
| DocumentTranslateBehavior(Type, IEnumerable<LanguageInfo>) | type, languages | Initializes a new instance of the DocumentTranslateBehavior class with specified settings. |
| DocumentTranslateBehavior(Type) | type | Initializes a new instance of the DocumentTranslateBehavior class with specified settings. |
See Also