public sealed class ListRecognizersRequest : IMessage<ListRecognizersRequest>, IEquatable<ListRecognizersRequest>, IDeepCloneable<ListRecognizersRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class ListRecognizersRequest.
Request message for the [ListRecognizers][google.cloud.speech.v2.Speech.ListRecognizers] method.
Implements
IMessageListRecognizersRequest, IEquatableListRecognizersRequest, IDeepCloneableListRecognizersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
ListRecognizersRequest()
public ListRecognizersRequest()
ListRecognizersRequest(ListRecognizersRequest)
public ListRecognizersRequest(ListRecognizersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRecognizersRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of Recognizers to return. The service may return fewer than this value. If unspecified, at most 5 Recognizers will be returned. The maximum value is 100; values above 100 will be coerced to 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous [ListRecognizers][google.cloud.speech.v2.Speech.ListRecognizers] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [ListRecognizers][google.cloud.speech.v2.Speech.ListRecognizers] must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location of Recognizers to list. The expected
format is projects/{project}/locations/{location}
.
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 |
ShowDeleted
public bool ShowDeleted { get; set; }
Whether, or not, to show resources that have been deleted.
Property Value | |
---|---|
Type | Description |
bool |