Uses of Class
com.google.cloud.automl.v1.TextSegment.Builder
-
Packages that use TextSegment.Builder Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of TextSegment.Builder in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return TextSegment.Builder Modifier and Type Method Description TextSegment.Builder
TextSegment.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TextSegment.Builder
TextSegment.Builder. clear()
TextSegment.Builder
TextSegment.Builder. clearContent()
Output only.TextSegment.Builder
TextSegment.Builder. clearEndOffset()
Required.TextSegment.Builder
TextSegment.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TextSegment.Builder
TextSegment.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TextSegment.Builder
TextSegment.Builder. clearStartOffset()
Required.TextSegment.Builder
TextSegment.Builder. clone()
TextSegment.Builder
Document.Layout.Builder. getTextSegmentBuilder()
Text Segment that represents a segment in [document_text][google.cloud.automl.v1p1beta.Document.document_text].TextSegment.Builder
TextExtractionAnnotation.Builder. getTextSegmentBuilder()
An entity annotation will set this, which is the part of the original text to which the annotation pertains.TextSegment.Builder
TextSegment.Builder. mergeFrom(TextSegment other)
TextSegment.Builder
TextSegment.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TextSegment.Builder
TextSegment.Builder. mergeFrom(com.google.protobuf.Message other)
TextSegment.Builder
TextSegment.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static TextSegment.Builder
TextSegment. newBuilder()
static TextSegment.Builder
TextSegment. newBuilder(TextSegment prototype)
TextSegment.Builder
TextSegment. newBuilderForType()
protected TextSegment.Builder
TextSegment. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
TextSegment.Builder
TextSegment.Builder. setContent(String value)
Output only.TextSegment.Builder
TextSegment.Builder. setContentBytes(com.google.protobuf.ByteString value)
Output only.TextSegment.Builder
TextSegment.Builder. setEndOffset(long value)
Required.TextSegment.Builder
TextSegment.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TextSegment.Builder
TextSegment.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TextSegment.Builder
TextSegment.Builder. setStartOffset(long value)
Required.TextSegment.Builder
TextSegment.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TextSegment.Builder
TextSegment. toBuilder()
Methods in com.google.cloud.automl.v1 with parameters of type TextSegment.Builder Modifier and Type Method Description Document.Layout.Builder
Document.Layout.Builder. setTextSegment(TextSegment.Builder builderForValue)
Text Segment that represents a segment in [document_text][google.cloud.automl.v1p1beta.Document.document_text].TextExtractionAnnotation.Builder
TextExtractionAnnotation.Builder. setTextSegment(TextSegment.Builder builderForValue)
An entity annotation will set this, which is the part of the original text to which the annotation pertains.
-