Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetTranscript ¶
func (c *Client) GetTranscript(videoID string, opts ...getTranscriptOption) (*GetTranscriptResponse, error)
type GetTranscriptResponse ¶
type GetTranscriptResponse struct { Title string `json:"title"` Description string `json:"description"` AvailableLangs []string `json:"availableLangs"` LengthInSeconds string `json:"lengthInSeconds"` Thumbnails []Thumbnail `json:"thumbnails"` Transcription []Transcription `json:"transcription"` }
func (*GetTranscriptResponse) String ¶
func (g *GetTranscriptResponse) String() string
GetTranscriptResponse.String()
type Transcription ¶
Click to show internal directories.
Click to hide internal directories.