tidesurf.transcript.TranscriptIndex.get_transcript

tidesurf.transcript.TranscriptIndex.get_transcript#

TranscriptIndex.get_transcript(self, transcript_id: str) Optional[Transcript]#

Get a transcript by its ID.

Parameters:
transcript_id str

Transcript ID.

Returns:

Transcript object with the given ID if it is in the index.

Return type:

Optional[Transcript]