Method: AssemblyAI::Transcripts::WordSearchResponse#matches

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

#matchesArray<AssemblyAI::Transcripts::WordSearchMatch> (readonly)

Returns The matches of the search.

Returns:



16
17
18
# File 'lib/assemblyai/transcripts/types/word_search_response.rb', line 16

def matches
  @matches
end