hashbrown

SegmenterOptions

Text segmentation configuration for streaming presentation.

API

export type SegmenterOptions =
  | false
  | true
  | {
      locale?: string;
      granularity?:  SegmentGranularity ;
    };