SummaryInput
Properties
Name | Type | Required | Description |
---|---|---|---|
summary_type | SummaryType | ✅ | Type of summary to be computed |
utterances | List[SummaryUnit] | ✅ |
SummaryType
Type of summary to be computed
Properties
Name | Type | Required | Description |
---|---|---|---|
EXTRACTIVE | str | ✅ | "Extractive" |
ABSTRACTIVESHORT | str | ✅ | "AbstractiveShort" |
ABSTRACTIVELONG | str | ✅ | "AbstractiveLong" |
ABSTRACTIVEALL | str | ✅ | "AbstractiveAll" |
ALL | str | ✅ | "All" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs