The maximum number of PhraseSets to return. The service may return fewer
than this value. If unspecified, at most 5 PhraseSets will be returned.
The maximum value is 100; values above 100 will be coerced to 100.
A page token, received from a previous
[ListPhraseSets][google.cloud.speech.v2.Speech.ListPhraseSets] call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
[ListPhraseSets][google.cloud.speech.v2.Speech.ListPhraseSets] must match
the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListPhraseSetsRequest\u003c/code\u003e class is part of the Google Cloud Speech-to-Text v2 API and is used to request a list of PhraseSets.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, indicating its role in message handling, comparison, cloning, buffering and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListPhraseSetsRequest\u003c/code\u003e class includes properties such as \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which are used to specify pagination parameters and the location of the PhraseSet resources to be listed, with a maximum of 100 results per request.\u003c/p\u003e\n"],["\u003cp\u003eIt has methods for two constructors: the default \u003ccode\u003eListPhraseSetsRequest()\u003c/code\u003e and \u003ccode\u003eListPhraseSetsRequest(ListPhraseSetsRequest other)\u003c/code\u003e which allows for the cloning of an existing object of this type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eShowDeleted\u003c/code\u003e property allows users to specify whether or not to show resources that have been deleted in the list of returned PhraseSets.\u003c/p\u003e\n"]]],[],null,["# Cloud Speech-to-Text v2 API - Class ListPhraseSetsRequest (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListPhraseSetsRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.4.0/Google.Cloud.Speech.V2.ListPhraseSetsRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.3.0/Google.Cloud.Speech.V2.ListPhraseSetsRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.2.0/Google.Cloud.Speech.V2.ListPhraseSetsRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.1.0/Google.Cloud.Speech.V2.ListPhraseSetsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.0.0/Google.Cloud.Speech.V2.ListPhraseSetsRequest) \n\n public sealed class ListPhraseSetsRequest : IMessage\u003cListPhraseSetsRequest\u003e, IEquatable\u003cListPhraseSetsRequest\u003e, IDeepCloneable\u003cListPhraseSetsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Cloud Speech-to-Text v2 API class ListPhraseSetsRequest.\n\nRequest message for the\n\\[ListPhraseSets\\]\\[google.cloud.speech.v2.Speech.ListPhraseSets\\] method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListPhraseSetsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListPhraseSetsRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListPhraseSetsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListPhraseSetsRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListPhraseSetsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListPhraseSetsRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListPhraseSetsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Speech.V2](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V2.dll\n\nConstructors\n------------\n\n### ListPhraseSetsRequest()\n\n public ListPhraseSetsRequest()\n\n### ListPhraseSetsRequest(ListPhraseSetsRequest)\n\n public ListPhraseSetsRequest(ListPhraseSetsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of PhraseSets to return. The service may return fewer\nthan this value. If unspecified, at most 5 PhraseSets will be returned.\nThe maximum value is 100; values above 100 will be coerced to 100.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token, received from a previous\n\\[ListPhraseSets\\]\\[google.cloud.speech.v2.Speech.ListPhraseSets\\] call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n\\[ListPhraseSets\\]\\[google.cloud.speech.v2.Speech.ListPhraseSets\\] must match\nthe call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The project and location of PhraseSet resources to list. The\nexpected format is `projects/{project}/locations/{location}`.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListPhraseSetsRequest#Google_Cloud_Speech_V2_ListPhraseSetsRequest_Parent) resource name property.\n\n### ShowDeleted\n\n public bool ShowDeleted { get; set; }\n\nWhether, or not, to show resources that have been deleted."]]