Class: Google::Cloud::Speech::V2::ListPhraseSetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::ListPhraseSetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Response message for the ListPhraseSets method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as page_token to retrieve the next page.
-
#phrase_sets ⇒ ::Array<::Google::Cloud::Speech::V2::PhraseSet>
The list of requested PhraseSets.
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.
1720 1721 1722 1723 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1720 class ListPhraseSetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_sets ⇒ ::Array<::Google::Cloud::Speech::V2::PhraseSet>
Returns The list of requested PhraseSets.
1720 1721 1722 1723 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1720 class ListPhraseSetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |