public sealed class ListPhraseSetsResponse : IMessage<ListPhraseSetsResponse>, IEquatable<ListPhraseSetsResponse>, IDeepCloneable<ListPhraseSetsResponse>, IBufferMessage, IMessage, IPageResponse<PhraseSet>, IEnumerable<PhraseSet>, IEnumerable
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class ListPhraseSetsResponse.
Response message for the [ListPhraseSets][google.cloud.speech.v2.Speech.ListPhraseSets] method.
Implements
IMessageListPhraseSetsResponse, IEquatableListPhraseSetsResponse, IDeepCloneableListPhraseSetsResponse, IBufferMessage, IMessage, IPageResponsePhraseSet, IEnumerablePhraseSet, IEnumerableNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
ListPhraseSetsResponse()
public ListPhraseSetsResponse()
ListPhraseSetsResponse(ListPhraseSetsResponse)
public ListPhraseSetsResponse(ListPhraseSetsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListPhraseSetsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as [page_token][google.cloud.speech.v2.ListPhraseSetsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.
Property Value | |
---|---|
Type | Description |
string |
PhraseSets
public RepeatedField<PhraseSet> PhraseSets { get; }
The list of requested PhraseSets.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPhraseSet |
Methods
GetEnumerator()
public IEnumerator<PhraseSet> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPhraseSet |