public sealed class ListCustomClassesRequest : IPageRequest, IMessage<ListCustomClassesRequest>, IEquatable<ListCustomClassesRequest>, IDeepCloneable<ListCustomClassesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class ListCustomClassesRequest.
Message sent by the client for the ListCustomClasses
method.
Implements
IPageRequest, IMessageListCustomClassesRequest, IEquatableListCustomClassesRequest, IDeepCloneableListCustomClassesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
ListCustomClassesRequest()
public ListCustomClassesRequest()
ListCustomClassesRequest(ListCustomClassesRequest)
public ListCustomClassesRequest(ListCustomClassesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCustomClassesRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of custom classes to return. The service may return fewer than this value. If unspecified, at most 50 custom classes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListCustomClass
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomClass
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of custom classes. Format:
projects/{project}/locations/{location}/customClasses
Speech-to-Text supports three locations: global
, us
(US North America),
and eu
(Europe). If you are calling the speech.googleapis.com
endpoint, use the global
location. To specify a region, use a
regional endpoint
with matching us
or eu
location value.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |