Method: AssemblyAI::Transcripts::AutoHighlightResult#count

Defined in:
lib/assemblyai/transcripts/types/auto_highlight_result.rb

#countInteger (readonly)

Returns The total number of times the key phrase appears in the audio file.

Returns:

  • (Integer)

    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