Analysen (Tab-Liste)
Hilfe zur Tablistensteuerung: Über die Tablistensteuerung kann die Sichtbarkeit der jeweiligen Tabinhalte umgeschaltet werden, welche sich unterhalb der Tablistensteuerung befinden.
Episode (Inhalt)
- Titel
 - {{ $title }}
 - Lead
 - {{ $mediacomposition['episode']['lead'] }}
 - Publikationsdatum
 - {{ date('d.m.Y H:i', strtotime($mediacomposition['episode']['publishedDate'])) }}
 
Transkript (Inhalt)
- 
                        @foreach($subtitles['cues'] as $cue)
                        
 - 
                            
                            {!! $cue['text'] !!}
                        @endforeach
                    
 
Topics (Tabinhalt)
- 
                    @foreach($topics['topics'] as $topic)
                        
 - @foreach($topic as $t) {{ $t }} @endforeach @endforeach
 
Suche (Tabinhalt)
Hauptfarben
Hauptfarbe pro Frame.
Anzahl Worte
Total Worte: {{ array_slice($subdata['word_count'], -1)[0] }}
Worte pro Minute: {{ number_format($wpm) }}
Sentiment
- 1 = Positiv ({{ round($senti_subdata['verteilung_perc']['positive']) }}%)
 - 0 = Neutral ({{ round($senti_subdata['verteilung_perc']['neutral']) }}%)
 - -1 = Negativ ({{ round($senti_subdata['verteilung_perc']['negative']) }}%)