Versions in this module Expand all Collapse all v2 v2.0.18 Mar 4, 2026 v2.0.17 Mar 4, 2026 v2.0.16 Mar 1, 2026 v2.0.15 Mar 1, 2026 v2.0.14 Feb 28, 2026 Changes in this version type Snippet + Errors webexsdk.ResourceErrors type Transcript + Errors webexsdk.ResourceErrors v2.0.13 Feb 26, 2026 v2.0.12 Feb 26, 2026 Changes in this version type Snippet + DurationMillisecond int v2.0.11 Feb 19, 2026 Changes in this version + type Client struct + func New(webexClient *webexsdk.Client, config *Config) *Client + func (c *Client) Download(transcriptID string, format string, opts ...*DownloadOptions) (string, error) + func (c *Client) GetSnippet(transcriptID, snippetID string) (*Snippet, error) + func (c *Client) List(options *ListOptions) (*TranscriptsPage, error) + func (c *Client) ListSnippets(transcriptID string, options *SnippetListOptions) (*SnippetsPage, error) + func (c *Client) UpdateSnippet(transcriptID, snippetID string, snippet *Snippet) (*Snippet, error) + type Config struct + func DefaultConfig() *Config + type DownloadOptions struct + MeetingID string + type ListOptions struct + From string + HostEmail string + Max int + MeetingID string + SiteURL string + To string + type Snippet struct + Confidence float64 + Duration float64 + EndTime string + ID string + Language string + OffsetMillisecond int + PeopleID string + PersonEmail string + PersonName string + StartTime string + Text string + TranscriptID string + type SnippetListOptions struct + From string + Max int + PeopleID string + PersonEmail string + To string + type SnippetsPage struct + Items []Snippet + type Transcript struct + Created string + Duration int + EndTime string + HostEmail string + HostUserID string + ID string + MeetingID string + MeetingSeriesID string + MeetingTopic string + ScheduledMeetingID string + SiteURL string + StartTime string + Status string + TxtDownloadLink string + Updated string + VttDownloadLink string + type TranscriptsPage struct + Items []Transcript