public sealed class ListPhraseSetResponse : IPageResponse<PhraseSet>, IEnumerable<PhraseSet>, IEnumerable, IMessage<ListPhraseSetResponse>, IEquatable<ListPhraseSetResponse>, IDeepCloneable<ListPhraseSetResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Speech v1 API class ListPhraseSetResponse.
Message returned to the client by the ListPhraseSet method.
Implements
IPageResponse<PhraseSet>, IEnumerable<PhraseSet>, IEnumerable, IMessage<ListPhraseSetResponse>, IEquatable<ListPhraseSetResponse>, IDeepCloneable<ListPhraseSetResponse>, 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 |
RepeatedField<PhraseSet> |
|
Methods
GetEnumerator()
public IEnumerator<PhraseSet> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<PhraseSet> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|