public sealed class ListPhraseSetsRequest : IMessage<ListPhraseSetsRequest>, IEquatable<ListPhraseSetsRequest>, IDeepCloneable<ListPhraseSetsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class ListPhraseSetsRequest.
Request message for the [ListPhraseSets][google.cloud.speech.v2.Speech.ListPhraseSets] method.
Implements
IMessageListPhraseSetsRequest, IEquatableListPhraseSetsRequest, IDeepCloneableListPhraseSetsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
ListPhraseSetsRequest()
public ListPhraseSetsRequest()
ListPhraseSetsRequest(ListPhraseSetsRequest)
public ListPhraseSetsRequest(ListPhraseSetsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListPhraseSetsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of PhraseSets to return. The service may return fewer than this value. If unspecified, at most 5 PhraseSets 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 [ListPhraseSets][google.cloud.speech.v2.Speech.ListPhraseSets] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [ListPhraseSets][google.cloud.speech.v2.Speech.ListPhraseSets] 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 PhraseSet resources 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 |