Method: AssemblyAI::Transcripts::AutoHighlightResult#count
- Defined in:
- lib/assemblyai/transcripts/types/auto_highlight_result.rb
#count ⇒ Integer (readonly)
Returns The total number of times the key phrase appears in the audio file.
11 12 13 |
# File 'lib/assemblyai/transcripts/types/auto_highlight_result.rb', line 11 def count @count end |