Sha256: f3062dd64c697cce14e61c63855df82f470dca3f3ed17bc5989a434c713805df
Contents?: true
Size: 354 Bytes
Versions: 12
Compression:
Stored size: 354 Bytes
Contents
require 'yt/annotations/note' module Yt module Annotations # 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. class Speech < Note private def regions_of(data) data['segment']['movingRegion']['anchoredRegion'] end end end end
Version data entries
12 entries across 12 versions & 1 rubygems