Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotationSpec.Builder
-
Packages that use AnnotationSpec.Builder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of AnnotationSpec.Builder in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotationSpec.Builder Modifier and Type Method Description AnnotationSpec.Builder
AnnotationSpecSet.Builder. addAnnotationSpecsBuilder()
Required.AnnotationSpec.Builder
AnnotationSpecSet.Builder. addAnnotationSpecsBuilder(int index)
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AnnotationSpec.Builder
AnnotationSpec.Builder. clear()
AnnotationSpec.Builder
AnnotationSpec.Builder. clearDescription()
Optional.AnnotationSpec.Builder
AnnotationSpec.Builder. clearDisplayName()
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AnnotationSpec.Builder
AnnotationSpec.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AnnotationSpec.Builder
AnnotationSpec.Builder. clone()
AnnotationSpec.Builder
ConfusionMatrix.ConfusionMatrixEntry.Builder. getAnnotationSpecBuilder()
The annotation spec of a predicted label.AnnotationSpec.Builder
ConfusionMatrix.Row.Builder. getAnnotationSpecBuilder()
The annotation spec of the ground truth label for this row.AnnotationSpec.Builder
ImageBoundingPolyAnnotation.Builder. getAnnotationSpecBuilder()
Label of object in this bounding polygon.AnnotationSpec.Builder
ImageClassificationAnnotation.Builder. getAnnotationSpecBuilder()
Label of image.AnnotationSpec.Builder
ImagePolylineAnnotation.Builder. getAnnotationSpecBuilder()
Label of this polyline.AnnotationSpec.Builder
PrCurve.Builder. getAnnotationSpecBuilder()
The annotation spec of the label for which the precision-recall curve calculated.AnnotationSpec.Builder
TextClassificationAnnotation.Builder. getAnnotationSpecBuilder()
Label of the text.AnnotationSpec.Builder
TextEntityExtractionAnnotation.Builder. getAnnotationSpecBuilder()
Label of the text entities.AnnotationSpec.Builder
VideoClassificationAnnotation.Builder. getAnnotationSpecBuilder()
Label of the segment specified by time_segment.AnnotationSpec.Builder
VideoEventAnnotation.Builder. getAnnotationSpecBuilder()
Label of the event in this annotation.AnnotationSpec.Builder
VideoObjectTrackingAnnotation.Builder. getAnnotationSpecBuilder()
Label of the object tracked in this annotation.AnnotationSpec.Builder
AnnotationSpecSet.Builder. getAnnotationSpecsBuilder(int index)
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(AnnotationSpec other)
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(com.google.protobuf.Message other)
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static AnnotationSpec.Builder
AnnotationSpec. newBuilder()
static AnnotationSpec.Builder
AnnotationSpec. newBuilder(AnnotationSpec prototype)
AnnotationSpec.Builder
AnnotationSpec. newBuilderForType()
protected AnnotationSpec.Builder
AnnotationSpec. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
AnnotationSpec.Builder
AnnotationSpec.Builder. setDescription(String value)
Optional.AnnotationSpec.Builder
AnnotationSpec.Builder. setDescriptionBytes(com.google.protobuf.ByteString value)
Optional.AnnotationSpec.Builder
AnnotationSpec.Builder. setDisplayName(String value)
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AnnotationSpec.Builder
AnnotationSpec.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AnnotationSpec.Builder
AnnotationSpec.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AnnotationSpec.Builder
AnnotationSpec. toBuilder()
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotationSpec.Builder Modifier and Type Method Description List<AnnotationSpec.Builder>
AnnotationSpecSet.Builder. getAnnotationSpecsBuilderList()
Required.Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotationSpec.Builder Modifier and Type Method Description AnnotationSpecSet.Builder
AnnotationSpecSet.Builder. addAnnotationSpecs(int index, AnnotationSpec.Builder builderForValue)
Required.AnnotationSpecSet.Builder
AnnotationSpecSet.Builder. addAnnotationSpecs(AnnotationSpec.Builder builderForValue)
Required.ConfusionMatrix.ConfusionMatrixEntry.Builder
ConfusionMatrix.ConfusionMatrixEntry.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
The annotation spec of a predicted label.ConfusionMatrix.Row.Builder
ConfusionMatrix.Row.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
The annotation spec of the ground truth label for this row.ImageBoundingPolyAnnotation.Builder
ImageBoundingPolyAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of object in this bounding polygon.ImageClassificationAnnotation.Builder
ImageClassificationAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of image.ImagePolylineAnnotation.Builder
ImagePolylineAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of this polyline.PrCurve.Builder
PrCurve.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
The annotation spec of the label for which the precision-recall curve calculated.TextClassificationAnnotation.Builder
TextClassificationAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the text.TextEntityExtractionAnnotation.Builder
TextEntityExtractionAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the text entities.VideoClassificationAnnotation.Builder
VideoClassificationAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the segment specified by time_segment.VideoEventAnnotation.Builder
VideoEventAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the event in this annotation.VideoObjectTrackingAnnotation.Builder
VideoObjectTrackingAnnotation.Builder. setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the object tracked in this annotation.AnnotationSpecSet.Builder
AnnotationSpecSet.Builder. setAnnotationSpecs(int index, AnnotationSpec.Builder builderForValue)
Required.
-