Module: Hyrax::AnnotatesContent

Extended by:
ActiveSupport::Concern
Includes:
DisplaysTranscripts
Included in:
IiifManifestPresenter::DisplayImagePresenter
Defined in:
app/presenters/hyrax/annotates_content.rb

Instance Method Summary collapse

Methods included from DisplaysTranscripts

#language_code, #transcript_url, #transcripts

Instance Method Details

#annotation_contentObject



9
10
11
# File 'app/presenters/hyrax/annotates_content.rb', line 9

def annotation_content
  transcription_content if video? || audio?
end