Class: Google::Cloud::Speech::V2::CustomClass::ClassItem

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

Overview

An item of the class.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns The class item's value.

Returns:

  • (::String)

    The class item's value.



1497
1498
1499
1500
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1497

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