Click or drag to resize

PresentationAI ImageGenerate Method (String)

Generate images from text using AI.

Namespace: Spire.Presentation.AI
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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