Class TextClassificationAnnotation.Builder (0.203.0)

public static final class TextClassificationAnnotation.Builder extends GeneratedMessage.Builder<TextClassificationAnnotation.Builder> implements TextClassificationAnnotationOrBuilder

Text classification annotation.

Protobuf type google.cloud.datalabeling.v1beta1.TextClassificationAnnotation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public TextClassificationAnnotation build()
Returns
Type Description
TextClassificationAnnotation

buildPartial()

public TextClassificationAnnotation buildPartial()
Returns
Type Description
TextClassificationAnnotation

clear()

public TextClassificationAnnotation.Builder clear()
Returns
Type Description
TextClassificationAnnotation.Builder
Overrides

clearAnnotationSpec()

public TextClassificationAnnotation.Builder clearAnnotationSpec()

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
TextClassificationAnnotation.Builder

getAnnotationSpec()

public AnnotationSpec getAnnotationSpec()

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
AnnotationSpec

The annotationSpec.

getAnnotationSpecBuilder()

public AnnotationSpec.Builder getAnnotationSpecBuilder()

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
AnnotationSpec.Builder

getAnnotationSpecOrBuilder()

public AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
AnnotationSpecOrBuilder

getDefaultInstanceForType()

public TextClassificationAnnotation getDefaultInstanceForType()
Returns
Type Description
TextClassificationAnnotation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasAnnotationSpec()

public boolean hasAnnotationSpec()

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
boolean

Whether the annotationSpec field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAnnotationSpec(AnnotationSpec value)

public TextClassificationAnnotation.Builder mergeAnnotationSpec(AnnotationSpec value)

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Parameter
Name Description
value AnnotationSpec
Returns
Type Description
TextClassificationAnnotation.Builder

mergeFrom(TextClassificationAnnotation other)

public TextClassificationAnnotation.Builder mergeFrom(TextClassificationAnnotation other)
Parameter
Name Description
other TextClassificationAnnotation
Returns
Type Description
TextClassificationAnnotation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TextClassificationAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextClassificationAnnotation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setAnnotationSpec(AnnotationSpec value)

public TextClassificationAnnotation.Builder setAnnotationSpec(AnnotationSpec value)

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Parameter
Name Description
value AnnotationSpec
Returns
Type Description
TextClassificationAnnotation.Builder

setAnnotationSpec(AnnotationSpec.Builder builderForValue)

public TextClassificationAnnotation.Builder setAnnotationSpec(AnnotationSpec.Builder builderForValue)

Label of the text.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Parameter
Name Description
builderForValue AnnotationSpec.Builder
Returns
Type Description
TextClassificationAnnotation.Builder