Skip to main content
All docs
V24.2

DocumentTranslateBehavior.Create(Type, IEnumerable<LanguageInfo>) Method

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static DocumentTranslateBehavior Create(
    Type summarizeBehaviorSourceType,
    IEnumerable<LanguageInfo> languages = null
)

Parameters

Name Type
summarizeBehaviorSourceType Type

Optional Parameters

Name Type Default
languages IEnumerable<DevExpress.AIIntegration.WinForms.LanguageInfo> null

Returns

Type
DocumentTranslateBehavior
See Also