Cloud Speech-to-Text v2 API - Class ListPhraseSetsResponse (1.0.0)

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.

Inheritance

object > ListPhraseSetsResponse

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

ListPhraseSetsResponse()

public ListPhraseSetsResponse()

ListPhraseSetsResponse(ListPhraseSetsResponse)

public ListPhraseSetsResponse(ListPhraseSetsResponse other)
Parameter
NameDescription
otherListPhraseSetsResponse

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

PhraseSets

public RepeatedField<PhraseSet> PhraseSets { get; }

The list of requested PhraseSets.

Property Value
TypeDescription
RepeatedFieldPhraseSet

Methods

GetEnumerator()

public IEnumerator<PhraseSet> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPhraseSet