public static final class DetectedLanguage.Builder extends GeneratedMessage.Builder<DetectedLanguage.Builder> implements DetectedLanguageOrBuilderThe response message for language detection.
Protobuf type google.cloud.translation.v3.DetectedLanguage
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DetectedLanguage.BuilderImplements
DetectedLanguageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DetectedLanguage build()| Returns | |
|---|---|
| Type | Description |
DetectedLanguage |
|
buildPartial()
public DetectedLanguage buildPartial()| Returns | |
|---|---|
| Type | Description |
DetectedLanguage |
|
clear()
public DetectedLanguage.Builder clear()| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
|
clearConfidence()
public DetectedLanguage.Builder clearConfidence()The confidence of the detection result for this language.
float confidence = 2;
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
This builder for chaining. |
clearLanguageCode()
public DetectedLanguage.Builder clearLanguageCode()The ISO-639 language code of the source content in the request, detected automatically.
string language_code = 1;
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
This builder for chaining. |
getConfidence()
public float getConfidence()The confidence of the detection result for this language.
float confidence = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The confidence. |
getDefaultInstanceForType()
public DetectedLanguage getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DetectedLanguage |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLanguageCode()
public String getLanguageCode()The ISO-639 language code of the source content in the request, detected automatically.
string language_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()The ISO-639 language code of the source content in the request, detected automatically.
string language_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for languageCode. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DetectedLanguage other)
public DetectedLanguage.Builder mergeFrom(DetectedLanguage other)| Parameter | |
|---|---|
| Name | Description |
other |
DetectedLanguage |
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DetectedLanguage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DetectedLanguage.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
|
setConfidence(float value)
public DetectedLanguage.Builder setConfidence(float value)The confidence of the detection result for this language.
float confidence = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe confidence to set. |
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
This builder for chaining. |
setLanguageCode(String value)
public DetectedLanguage.Builder setLanguageCode(String value)The ISO-639 language code of the source content in the request, detected automatically.
string language_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe languageCode to set. |
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public DetectedLanguage.Builder setLanguageCodeBytes(ByteString value)The ISO-639 language code of the source content in the request, detected automatically.
string language_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for languageCode to set. |
| Returns | |
|---|---|
| Type | Description |
DetectedLanguage.Builder |
This builder for chaining. |