Click or drag to resize

DocAI ImageGenerate Method (String)

Generate images from text using AI.

Namespace: Spire.Doc.AI
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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