Class: Google::Cloud::Speech::V1::TranscriptNormalization::Entry
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::TranscriptNormalization::Entry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/resource.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.
177 178 179 180 |
# File 'proto_docs/google/cloud/speech/v1/resource.rb', line 177 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |