A token, which can be sent as
[page_token][google.cloud.speech.v2.ListCustomClassesRequest.page_token] to
retrieve the next page. If this field is omitted, there are no subsequent
pages. This token expires after 72 hours.
[[["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\u003eListCustomClassesResponse\u003c/code\u003e class is a response message for the \u003ccode\u003eListCustomClasses\u003c/code\u003e method in the Cloud Speech-to-Text v2 API, used to retrieve a list of custom classes.\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, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, enabling it to manage collections and work within the Google Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a \u003ccode\u003eCustomClasses\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eCustomClass\u003c/code\u003e objects, representing the list of requested custom classes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property, of type string, allows for pagination when there are many results, facilitating the retrieval of subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eThere are 5 versions available of the class, with the latest being 1.4.0, and the oldest being 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Cloud Speech-to-Text v2 API - Class ListCustomClassesResponse (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.ListCustomClassesResponse)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.4.0/Google.Cloud.Speech.V2.ListCustomClassesResponse)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.3.0/Google.Cloud.Speech.V2.ListCustomClassesResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.2.0/Google.Cloud.Speech.V2.ListCustomClassesResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.1.0/Google.Cloud.Speech.V2.ListCustomClassesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.0.0/Google.Cloud.Speech.V2.ListCustomClassesResponse) \n\n public sealed class ListCustomClassesResponse : IMessage\u003cListCustomClassesResponse\u003e, IEquatable\u003cListCustomClassesResponse\u003e, IDeepCloneable\u003cListCustomClassesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cCustomClass\u003e, IEnumerable\u003cCustomClass\u003e, IEnumerable\n\nReference documentation and code samples for the Cloud Speech-to-Text v2 API class ListCustomClassesResponse.\n\nResponse message for the\n\\[ListCustomClasses\\]\\[google.cloud.speech.v2.Speech.ListCustomClasses\\] method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListCustomClassesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListCustomClassesResponse](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListCustomClassesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListCustomClassesResponse](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListCustomClassesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListCustomClassesResponse](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.ListCustomClassesResponse), [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), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[CustomClass](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.CustomClass), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[CustomClass](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.CustomClass), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \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### ListCustomClassesResponse()\n\n public ListCustomClassesResponse()\n\n### ListCustomClassesResponse(ListCustomClassesResponse)\n\n public ListCustomClassesResponse(ListCustomClassesResponse other)\n\nProperties\n----------\n\n### CustomClasses\n\n public RepeatedField\u003cCustomClass\u003e CustomClasses { get; }\n\nThe list of requested CustomClasses.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as\n\\[page_token\\]\\[google.cloud.speech.v2.ListCustomClassesRequest.page_token\\] to\nretrieve the next page. If this field is omitted, there are no subsequent\npages. This token expires after 72 hours.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCustomClass\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]