Reference documentation and code samples for the Cloud Speech-to-Text V1p1beta1 API class Google::Cloud::Speech::V1p1beta1::TranscriptNormalization::Entry.
A single replacement configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#case_sensitive
def case_sensitive() -> ::Boolean
Returns
- (::Boolean) — Whether the search is case sensitive.
#case_sensitive=
def case_sensitive=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the search is case sensitive.
Returns
- (::Boolean) — Whether the search is case sensitive.
#replace
def replace() -> ::String
Returns
- (::String) — What to replace with. Max length is 100 characters.
#replace=
def replace=(value) -> ::String
Parameter
- value (::String) — What to replace with. Max length is 100 characters.
Returns
- (::String) — What to replace with. Max length is 100 characters.
#search
def search() -> ::String
Returns
- (::String) — What to replace. Max length is 100 characters.
#search=
def search=(value) -> ::String
Parameter
- value (::String) — What to replace. Max length is 100 characters.
Returns
- (::String) — What to replace. Max length is 100 characters.