Skip to main content
All docs
V25.1
  • DocumentTranslateBehavior.Create(Type, LanguageInfo[]) Method

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public static DocumentTranslateBehavior Create(
        Type summarizeBehaviorSourceType,
        params LanguageInfo[] languages
    )

    Parameters

    Name Type
    summarizeBehaviorSourceType Type
    languages DevExpress.AIIntegration.WinForms.LanguageInfo[]

    Returns

    Type
    DocumentTranslateBehavior
    See Also