Click or drag to resize

PresentationAI Generate Method

Create a Presentation by describe.

Namespace: Spire.Presentation.AI
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Presentation Generate(
	string describe,
	string language,
	bool genareteBackGroundImage
)

Parameters

describe
Type: System String
the describe of the presentation.
language
Type: System String
the language of presentation.
genareteBackGroundImage
Type: System Boolean
if genarete BackGround image by AI.

Return Value

Type: Presentation
See Also