Module: Telnyx::Models::CallDeepfakeDetectionResultWebhookEvent::Data::Payload::Result

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/call_deepfake_detection_result_webhook_event.rb

Overview

Detection outcome. ‘real’ = human voice, ‘fake’ = AI-generated voice, ‘silence_timeout’ = no analyzable speech detected before timeout.

See Also:

Constant Summary collapse

REAL =
:real
FAKE =
:fake
SILENCE_TIMEOUT =
:silence_timeout

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info