Google Cloud Speech v1 API - Class ListCustomClassesRequest (3.1.0)

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.

Inheritance

Object > ListCustomClassesRequest

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

ListCustomClassesRequest()

public ListCustomClassesRequest()

ListCustomClassesRequest(ListCustomClassesRequest)

public ListCustomClassesRequest(ListCustomClassesRequest other)
Parameter
NameDescription
otherListCustomClassesRequest

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
TypeDescription
Int32

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
TypeDescription
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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName