Uses of Class
com.google.cloud.datalabeling.v1beta1.SequentialSegment
-
Packages that use SequentialSegment Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of SequentialSegment in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return SequentialSegment Modifier and Type Method Description SequentialSegment
SequentialSegment.Builder. build()
SequentialSegment
SequentialSegment.Builder. buildPartial()
static SequentialSegment
SequentialSegment. getDefaultInstance()
SequentialSegment
SequentialSegment.Builder. getDefaultInstanceForType()
SequentialSegment
SequentialSegment. getDefaultInstanceForType()
SequentialSegment
TextEntityExtractionAnnotation.Builder. getSequentialSegment()
Position of the entity.SequentialSegment
TextEntityExtractionAnnotation. getSequentialSegment()
Position of the entity.SequentialSegment
TextEntityExtractionAnnotationOrBuilder. getSequentialSegment()
Position of the entity.static SequentialSegment
SequentialSegment. parseDelimitedFrom(InputStream input)
static SequentialSegment
SequentialSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequentialSegment
SequentialSegment. parseFrom(byte[] data)
static SequentialSegment
SequentialSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequentialSegment
SequentialSegment. parseFrom(com.google.protobuf.ByteString data)
static SequentialSegment
SequentialSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequentialSegment
SequentialSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static SequentialSegment
SequentialSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequentialSegment
SequentialSegment. parseFrom(InputStream input)
static SequentialSegment
SequentialSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequentialSegment
SequentialSegment. parseFrom(ByteBuffer data)
static SequentialSegment
SequentialSegment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type SequentialSegment Modifier and Type Method Description com.google.protobuf.Parser<SequentialSegment>
SequentialSegment. getParserForType()
static com.google.protobuf.Parser<SequentialSegment>
SequentialSegment. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type SequentialSegment Modifier and Type Method Description SequentialSegment.Builder
SequentialSegment.Builder. mergeFrom(SequentialSegment other)
TextEntityExtractionAnnotation.Builder
TextEntityExtractionAnnotation.Builder. mergeSequentialSegment(SequentialSegment value)
Position of the entity.static SequentialSegment.Builder
SequentialSegment. newBuilder(SequentialSegment prototype)
TextEntityExtractionAnnotation.Builder
TextEntityExtractionAnnotation.Builder. setSequentialSegment(SequentialSegment value)
Position of the entity.
-