Click or drag to resize

ExcelAI ImageGenerate Method (String)

Generate images from text using AI.

Namespace: Spire.Xls.AI
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Stream ImageGenerate(
	string description
)

Parameters

description
Type: System String
text description about image.

Return Value

Type: Stream
the stream of the Image.
See Also