Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

SummarizationOptions

Interface: SummarizationOptions

Defined in: types.ts:618

Properties

focus?

ts
optional focus: string[];
optional focus: string[];

Defined in: types.ts:623


maxLength?

ts
optional maxLength: number;
optional maxLength: number;

Defined in: types.ts:621


model

ts
model: string;
model: string;

Defined in: types.ts:619


style?

ts
optional style: "bullet-points" | "paragraph" | "concise";
optional style: "bullet-points" | "paragraph" | "concise";

Defined in: types.ts:622


text

ts
text: string;
text: string;

Defined in: types.ts:620