Class: Google::Cloud::Speech::V2::TranscriptNormalization::Entry
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::TranscriptNormalization::Entry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
A single replacement configuration.
Instance Attribute Summary collapse
-
#case_sensitive ⇒ ::Boolean
Whether the search is case sensitive.
-
#replace ⇒ ::String
What to replace with.
-
#search ⇒ ::String
What to replace.
Instance Attribute Details
#case_sensitive ⇒ ::Boolean
Returns Whether the search is case sensitive.
567 568 569 570 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 567 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |