Class DetectedLanguage.Builder (2.83.0)

public static final class DetectedLanguage.Builder extends GeneratedMessage.Builder<DetectedLanguage.Builder> implements DetectedLanguageOrBuilder

The response message for language detection.

Protobuf type google.cloud.translation.v3beta1.DetectedLanguage

Static 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
Overrides

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 BCP-47 language code of 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
Overrides

getLanguageCode()

public String getLanguageCode()

The BCP-47 language code of source content in the request, detected automatically.

string language_code = 1;

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

The BCP-47 language code of 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DetectedLanguage.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DetectedLanguage.Builder
Overrides

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 float

The confidence to set.

Returns
Type Description
DetectedLanguage.Builder

This builder for chaining.

setLanguageCode(String value)

public DetectedLanguage.Builder setLanguageCode(String value)

The BCP-47 language code of source content in the request, detected automatically.

string language_code = 1;

Parameter
Name Description
value String

The languageCode to set.

Returns
Type Description
DetectedLanguage.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public DetectedLanguage.Builder setLanguageCodeBytes(ByteString value)

The BCP-47 language code of source content in the request, detected automatically.

string language_code = 1;

Parameter
Name Description
value ByteString

The bytes for languageCode to set.

Returns
Type Description
DetectedLanguage.Builder

This builder for chaining.