[[["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\u003eThis documentation details the \u003ccode\u003eListPhraseSetResponse\u003c/code\u003e class within the Google Cloud Speech v1p1beta1 API, which is used for the response returned by the \u003ccode\u003eListPhraseSet\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListPhraseSetResponse\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIPageResponse<PhraseSet>\u003c/code\u003e, \u003ccode\u003eIEnumerable<PhraseSet>\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, providing functionalities for page retrieval and data iteration.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e, used for retrieving subsequent pages of results, and \u003ccode\u003ePhraseSets\u003c/code\u003e, a collection of \u003ccode\u003ePhraseSet\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are provided for creating new \u003ccode\u003eListPhraseSetResponse\u003c/code\u003e objects, either as an empty instance or as a copy of another instance.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e3.0.0-beta08\u003c/code\u003e, with previous versions \u003ccode\u003e3.0.0-beta07\u003c/code\u003e and \u003ccode\u003e2.0.0-beta09\u003c/code\u003e also being documented.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Speech v1p1beta1 API - Class ListPhraseSetResponse (3.0.0-beta09)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta09 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetResponse)\n- [3.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/3.0.0-beta08/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetResponse)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/2.0.0-beta09/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetResponse) \n\n public sealed class ListPhraseSetResponse : IPageResponse\u003cPhraseSet\u003e, IEnumerable\u003cPhraseSet\u003e, IEnumerable, IMessage\u003cListPhraseSetResponse\u003e, IEquatable\u003cListPhraseSetResponse\u003e, IDeepCloneable\u003cListPhraseSetResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Speech v1p1beta1 API class ListPhraseSetResponse.\n\nMessage returned to the client by the `ListPhraseSet` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListPhraseSetResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[PhraseSet](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.PhraseSet), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[PhraseSet](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.PhraseSet), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListPhraseSetResponse](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListPhraseSetResponse](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListPhraseSetResponse](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetResponse), [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) \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.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V1P1Beta1.dll\n\nConstructors\n------------\n\n### ListPhraseSetResponse()\n\n public ListPhraseSetResponse()\n\n### ListPhraseSetResponse(ListPhraseSetResponse)\n\n public ListPhraseSetResponse(ListPhraseSetResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\n### PhraseSets\n\n public RepeatedField\u003cPhraseSet\u003e PhraseSets { get; }\n\nThe phrase set.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cPhraseSet\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]