Class: Google::Cloud::Speech::V1p1beta1::TranscriptNormalization::Entry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v1p1beta1/resource.rb

Overview

A single replacement configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitive::Boolean

Returns Whether the search is case sensitive.

Returns:

  • (::Boolean)

    Whether the search is case sensitive.



177
178
179
180
# File 'proto_docs/google/cloud/speech/v1p1beta1/resource.rb', line 177

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replace::String

Returns What to replace with. Max length is 100 characters.

Returns:

  • (::String)

    What to replace with. Max length is 100 characters.



177
178
179
180
# File 'proto_docs/google/cloud/speech/v1p1beta1/resource.rb', line 177

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#search::String

Returns What to replace. Max length is 100 characters.

Returns:

  • (::String)

    What to replace. Max length is 100 characters.



177
178
179
180
# File 'proto_docs/google/cloud/speech/v1p1beta1/resource.rb', line 177

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end