public sealed class ListPhraseSetResponse : IPageResponse<PhraseSet>, IEnumerable<PhraseSet>, IEnumerable, IMessage<ListPhraseSetResponse>, IEquatable<ListPhraseSetResponse>, IDeepCloneable<ListPhraseSetResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class ListPhraseSetResponse.
Message returned to the client by the ListPhraseSet
method.
Implements
IPageResponsePhraseSet, IEnumerablePhraseSet, IEnumerable, IMessageListPhraseSetResponse, IEquatableListPhraseSetResponse, IDeepCloneableListPhraseSetResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
ListPhraseSetResponse()
public ListPhraseSetResponse()
ListPhraseSetResponse(ListPhraseSetResponse)
public ListPhraseSetResponse(ListPhraseSetResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListPhraseSetResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
PhraseSets
public RepeatedField<PhraseSet> PhraseSets { get; }
The phrase set.
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 |