public static final class AnnotateTextRequest.Builder extends GeneratedMessage.Builder<AnnotateTextRequest.Builder> implements AnnotateTextRequestOrBuilderThe request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call.
Protobuf type google.cloud.language.v1beta2.AnnotateTextRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AnnotateTextRequest.BuilderImplements
AnnotateTextRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AnnotateTextRequest build()| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest |
|
buildPartial()
public AnnotateTextRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest |
|
clear()
public AnnotateTextRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
clearDocument()
public AnnotateTextRequest.Builder clearDocument()Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
clearEncodingType()
public AnnotateTextRequest.Builder clearEncodingType()The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 3;
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
This builder for chaining. |
clearFeatures()
public AnnotateTextRequest.Builder clearFeatures()Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
getDefaultInstanceForType()
public AnnotateTextRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocument()
public Document getDocument()Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Document |
The document. |
getDocumentBuilder()
public Document.Builder getDocumentBuilder()Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Document.Builder |
|
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DocumentOrBuilder |
|
getEncodingType()
public EncodingType getEncodingType()The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 3;
| Returns | |
|---|---|
| Type | Description |
EncodingType |
The encodingType. |
getEncodingTypeValue()
public int getEncodingTypeValue()The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for encodingType. |
getFeatures()
public AnnotateTextRequest.Features getFeatures()Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Features |
The features. |
getFeaturesBuilder()
public AnnotateTextRequest.Features.Builder getFeaturesBuilder()Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Features.Builder |
|
getFeaturesOrBuilder()
public AnnotateTextRequest.FeaturesOrBuilder getFeaturesOrBuilder()Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.FeaturesOrBuilder |
|
hasDocument()
public boolean hasDocument()Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the document field is set. |
hasFeatures()
public boolean hasFeatures()Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the features field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDocument(Document value)
public AnnotateTextRequest.Builder mergeDocument(Document value)Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Document |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
mergeFeatures(AnnotateTextRequest.Features value)
public AnnotateTextRequest.Builder mergeFeatures(AnnotateTextRequest.Features value)Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotateTextRequest.Features |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
mergeFrom(AnnotateTextRequest other)
public AnnotateTextRequest.Builder mergeFrom(AnnotateTextRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AnnotateTextRequest |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnnotateTextRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AnnotateTextRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
setDocument(Document value)
public AnnotateTextRequest.Builder setDocument(Document value)Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Document |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
setDocument(Document.Builder builderForValue)
public AnnotateTextRequest.Builder setDocument(Document.Builder builderForValue)Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Document.Builder |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
setEncodingType(EncodingType value)
public AnnotateTextRequest.Builder setEncodingType(EncodingType value)The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
EncodingTypeThe encodingType to set. |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
This builder for chaining. |
setEncodingTypeValue(int value)
public AnnotateTextRequest.Builder setEncodingTypeValue(int value)The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for encodingType to set. |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
This builder for chaining. |
setFeatures(AnnotateTextRequest.Features value)
public AnnotateTextRequest.Builder setFeatures(AnnotateTextRequest.Features value)Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotateTextRequest.Features |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|
setFeatures(AnnotateTextRequest.Features.Builder builderForValue)
public AnnotateTextRequest.Builder setFeatures(AnnotateTextRequest.Features.Builder builderForValue)Required. The enabled features.
.google.cloud.language.v1beta2.AnnotateTextRequest.Features features = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AnnotateTextRequest.Features.Builder |
| Returns | |
|---|---|
| Type | Description |
AnnotateTextRequest.Builder |
|