Class: Google::Cloud::Speech::V2::ListRecognizersRequest

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

Request message for the ListRecognizers method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of Recognizers to return. The service may return fewer than this value. If unspecified, at most 5 Recognizers will be returned. The maximum value is 100; values above 100 will be coerced to 100.

Returns:

  • (::Integer)

    The maximum number of Recognizers to return. The service may return fewer than this value. If unspecified, at most 5 Recognizers will be returned. The maximum value is 100; values above 100 will be coerced to 100.



152
153
154
155
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 152

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

#page_token::String

Returns A page token, received from a previous ListRecognizers call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRecognizers must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListRecognizers call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListRecognizers must match the call that provided the page token.



152
153
154
155
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 152

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

#parent::String

Returns Required. The project and location of Recognizers to list. The expected format is projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location of Recognizers to list. The expected format is projects/{project}/locations/{location}.



152
153
154
155
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 152

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

#show_deleted::Boolean

Returns Whether, or not, to show resources that have been deleted.

Returns:

  • (::Boolean)

    Whether, or not, to show resources that have been deleted.



152
153
154
155
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 152

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