Google Cloud Speech v1 API - Class ListPhraseSetResponse (3.7.0)

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.

Inheritance

object > ListPhraseSetResponse

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.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
RepeatedFieldPhraseSet

Methods

GetEnumerator()

public IEnumerator<PhraseSet> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPhraseSet