menu
aws_transcribe_api package
documentation
transcribe-2017-10-26.dart
RedactionTypeValueExtension
toValue method
toValue method
dark_mode
light_mode
toValue
method
String
toValue
(
)
Implementation
String toValue() { switch (this) { case RedactionType.pii: return 'PII'; } }
aws_transcribe_api package
documentation
transcribe-2017-10-26
RedactionTypeValueExtension
toValue method
RedactionTypeValueExtension extension on
RedactionType