Class: Google::Cloud::Speech::V2::ListCustomClassesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::ListCustomClassesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Response message for the ListCustomClasses method.
Instance Attribute Summary collapse
-
#custom_classes ⇒ ::Array<::Google::Cloud::Speech::V2::CustomClass>
The list of requested CustomClasses.
-
#next_page_token ⇒ ::String
A token, which can be sent as page_token to retrieve the next page.
Instance Attribute Details
#custom_classes ⇒ ::Array<::Google::Cloud::Speech::V2::CustomClass>
Returns The list of requested CustomClasses.
1732 1733 1734 1735 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1732 class ListCustomClassesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
1732 1733 1734 1735 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1732 class ListCustomClassesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |