audioEndMs property

  1. @TagNumber.new(4)
Int64 get audioEndMs

Ms from the start of session audio when speech ended; 0 on STARTED. Includes min_silence_duration_ms (OpenAI audio_end_ms).

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get audioEndMs => $_getI64(3);
  1. @TagNumber.new(4)
set audioEndMs (Int64 value)

Implementation

@$pb.TagNumber(4)
set audioEndMs($fixnum.Int64 value) => $_setInt64(3, value);