PresentationAI
Summarize Method
|
Summarize the content of shape text
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string Summarize(
IShape shape,
string language
)
Public Function Summarize (
shape As IShape,
language As String
) As String
public:
String^ Summarize(
IShape^ shape,
String^ language
)
member Summarize :
shape : IShape *
language : string -> string
Parameters
-
shape
-
Type:
Spire.Presentation
IShape
Text that needs to be Summarized.
-
language
-
Type:
System
String
Language for summarizing
Return Value
Type:
String
Summary of results
See Also