CategoryEvent¶
Structure Class¶
CategoryEvent
dataclass
¶
Provides information on any TranscriptFilterType categories that
matched your transcription output. Matches are identified for each
segment upon completion of that segment.
Attributes¶
matched_categories
class-attribute
instance-attribute
¶
matched_categories: list[str] | None = None
Lists the categories that were matched in your audio segment.
matched_details
class-attribute
instance-attribute
¶
matched_details: dict[str, PointsOfInterest] | None = None
Contains information about the matched categories, including category names and timestamps.