Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
PartOfSpeech.Builder |
PartOfSpeech.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.clear() |
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearAspect()
The grammatical aspect.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearCase()
The grammatical case.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearField(Descriptors.FieldDescriptor field) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearForm()
The grammatical form.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearGender()
The grammatical gender.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearMood()
The grammatical mood.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearNumber()
The grammatical number.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearPerson()
The grammatical person.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearProper()
The grammatical properness.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearReciprocity()
The grammatical reciprocity.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearTag()
The part of speech tag.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearTense()
The grammatical tense.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clearVoice()
The grammatical voice.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.clone() |
PartOfSpeech.Builder |
Token.Builder.getPartOfSpeechBuilder()
Parts of speech tag for this token.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.mergeFrom(Message other) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.mergeFrom(PartOfSpeech other) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static PartOfSpeech.Builder |
PartOfSpeech.newBuilder() |
static PartOfSpeech.Builder |
PartOfSpeech.newBuilder(PartOfSpeech prototype) |
PartOfSpeech.Builder |
PartOfSpeech.newBuilderForType() |
protected PartOfSpeech.Builder |
PartOfSpeech.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.setAspect(PartOfSpeech.Aspect value)
The grammatical aspect.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setAspectValue(int value)
The grammatical aspect.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setCase(PartOfSpeech.Case value)
The grammatical case.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setCaseValue(int value)
The grammatical case.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.setForm(PartOfSpeech.Form value)
The grammatical form.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setFormValue(int value)
The grammatical form.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setGender(PartOfSpeech.Gender value)
The grammatical gender.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setGenderValue(int value)
The grammatical gender.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setMood(PartOfSpeech.Mood value)
The grammatical mood.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setMoodValue(int value)
The grammatical mood.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setNumber(PartOfSpeech.Number value)
The grammatical number.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setNumberValue(int value)
The grammatical number.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setPerson(PartOfSpeech.Person value)
The grammatical person.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setPersonValue(int value)
The grammatical person.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setProper(PartOfSpeech.Proper value)
The grammatical properness.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setProperValue(int value)
The grammatical properness.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setReciprocity(PartOfSpeech.Reciprocity value)
The grammatical reciprocity.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setReciprocityValue(int value)
The grammatical reciprocity.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.setTag(PartOfSpeech.Tag value)
The part of speech tag.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setTagValue(int value)
The part of speech tag.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setTense(PartOfSpeech.Tense value)
The grammatical tense.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setTenseValue(int value)
The grammatical tense.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
PartOfSpeech.Builder |
PartOfSpeech.Builder.setVoice(PartOfSpeech.Voice value)
The grammatical voice.
|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setVoiceValue(int value)
The grammatical voice.
|
PartOfSpeech.Builder |
PartOfSpeech.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Token.Builder |
Token.Builder.setPartOfSpeech(PartOfSpeech.Builder builderForValue)
Parts of speech tag for this token.
|
Copyright © 2022 Google LLC. All rights reserved.