Class: Google::Cloud::Speech::V2::ListRecognizersResponse

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

Response message for the ListRecognizers method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.



168
169
170
171
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 168

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

#recognizers::Array<::Google::Cloud::Speech::V2::Recognizer>

Returns The list of requested Recognizers.

Returns:



168
169
170
171
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 168

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