class Yt::Annotations::Speech

A Speech annotation is like a NOT annotation with text, start/end time and an optional link, but it's shaped like a speech bubble.

Private Instance Methods

regions_of(data) click to toggle source
# File lib/yt/annotations/speech.rb, line 9
def regions_of(data)
  data['segment']['movingRegion']['anchoredRegion']
end