Skip to main content
All docs
V24.2

ImageTextResponse.Deconstruct(out String, out ResponseStatus) Method

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public void Deconstruct(
    out string Response,
    out ResponseStatus Status
)

Parameters

Name Type
Response String
Status ResponseStatus
See Also