Skip to main content
All docs
V24.2

GenerateImageDescriptionBehavior.Create(Type, Nullable<Single>) Method

Namespace: DevExpress.AIIntegration.WinForms

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static GenerateImageDescriptionBehavior Create(
    Type generateImageDescriptionBehaviorSourceType,
    float? temperature
)

Parameters

Name Type
generateImageDescriptionBehaviorSourceType Type

Optional Parameters

Name Type Default
temperature Nullable<Single> null

Returns

Type
GenerateImageDescriptionBehavior
See Also