Text segmentation configuration for streaming presentation.
API
export type SegmenterOptions =
| false
| true
| {
locale?: string;
granularity?: SegmentGranularity ;
};Text segmentation configuration for streaming presentation.
export type SegmenterOptions =
| false
| true
| {
locale?: string;
granularity?: SegmentGranularity ;
};