Method: AssemblyAI::Transcripts::TranscriptSentence#confidence

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

#confidenceFloat (readonly)

Returns The confidence score for the transcript of this sentence.

Returns:

  • (Float)

    The confidence score for the transcript of this sentence



17
18
19
# File 'lib/assemblyai/transcripts/types/transcript_sentence.rb', line 17

def confidence
  @confidence
end