phraseSet property

  1. @TagNumber(1)
PhraseSet phraseSet

Required. The PhraseSet to update.

The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Implementation

@$pb.TagNumber(1)
PhraseSet get phraseSet => $_getN(0);
  1. @TagNumber(1)
void phraseSet=(PhraseSet v)

Implementation

@$pb.TagNumber(1)
set phraseSet(PhraseSet v) {
  setField(1, v);
}