Class ListPhraseSetResponse (2.0.0-beta09)

public sealed class ListPhraseSetResponse : IPageResponse<PhraseSet>, IEnumerable<PhraseSet>, IEnumerable, IMessage<ListPhraseSetResponse>, IEquatable<ListPhraseSetResponse>, IDeepCloneable<ListPhraseSetResponse>, IBufferMessage, IMessage

Message returned to the client by the ListPhraseSet method.

Inheritance

Object > ListPhraseSetResponse

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.dll

Constructors

ListPhraseSetResponse()

public ListPhraseSetResponse()

ListPhraseSetResponse(ListPhraseSetResponse)

public ListPhraseSetResponse(ListPhraseSetResponse other)
Parameter
NameDescription
otherListPhraseSetResponse

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
TypeDescription
String

PhraseSets

public RepeatedField<PhraseSet> PhraseSets { get; }

The phrase set.

Property Value
TypeDescription
RepeatedField<PhraseSet>

Methods

GetEnumerator()

public IEnumerator<PhraseSet> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<PhraseSet>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator