public static final class Paragraph.Builder extends GeneratedMessageV3.Builder<Paragraph.Builder> implements ParagraphOrBuilder
Structural unit of text representing a number of words in certain order.
Protobuf type google.cloud.vision.v1.Paragraph
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
ReturnsMethods
addAllWords(Iterable<? extends Word> values)
public Paragraph.Builder addAllWords(Iterable<? extends Word> values)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterName | Description |
values | Iterable<? extends com.google.cloud.vision.v1.Word>
|
ReturnsaddRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Paragraph.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridesaddWords(Word value)
public Paragraph.Builder addWords(Word value)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnsaddWords(Word.Builder builderForValue)
public Paragraph.Builder addWords(Word.Builder builderForValue)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnsaddWords(int index, Word value)
public Paragraph.Builder addWords(int index, Word value)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParametersReturnsaddWords(int index, Word.Builder builderForValue)
public Paragraph.Builder addWords(int index, Word.Builder builderForValue)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParametersReturnsaddWordsBuilder()
public Word.Builder addWordsBuilder()
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ReturnsaddWordsBuilder(int index)
public Word.Builder addWordsBuilder(int index)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnsbuild()
ReturnsbuildPartial()
public Paragraph buildPartial()
Returnsclear()
public Paragraph.Builder clear()
ReturnsOverridesclearBoundingBox()
public Paragraph.Builder clearBoundingBox()
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ReturnsclearConfidence()
public Paragraph.Builder clearConfidence()
Confidence of the OCR results for the paragraph. Range [0, 1].
float confidence = 4;
ReturnsclearField(Descriptors.FieldDescriptor field)
public Paragraph.Builder clearField(Descriptors.FieldDescriptor field)
ParameterReturnsOverridesclearOneof(Descriptors.OneofDescriptor oneof)
public Paragraph.Builder clearOneof(Descriptors.OneofDescriptor oneof)
ParameterReturnsOverridesclearProperty()
public Paragraph.Builder clearProperty()
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ReturnsclearWords()
public Paragraph.Builder clearWords()
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
Returnsclone()
public Paragraph.Builder clone()
ReturnsOverridesgetBoundingBox()
public BoundingPoly getBoundingBox()
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ReturnsgetBoundingBoxBuilder()
public BoundingPoly.Builder getBoundingBoxBuilder()
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ReturnsgetBoundingBoxOrBuilder()
public BoundingPolyOrBuilder getBoundingBoxOrBuilder()
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ReturnsgetConfidence()
public float getConfidence()
Confidence of the OCR results for the paragraph. Range [0, 1].
float confidence = 4;
ReturnsType | Description |
float | The confidence. |
getDefaultInstanceForType()
public Paragraph getDefaultInstanceForType()
ReturnsgetDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
ReturnsOverridesgetProperty()
public TextAnnotation.TextProperty getProperty()
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ReturnsgetPropertyBuilder()
public TextAnnotation.TextProperty.Builder getPropertyBuilder()
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ReturnsgetPropertyOrBuilder()
public TextAnnotation.TextPropertyOrBuilder getPropertyOrBuilder()
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ReturnsgetWords(int index)
public Word getWords(int index)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnsgetWordsBuilder(int index)
public Word.Builder getWordsBuilder(int index)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnsgetWordsBuilderList()
public List<Word.Builder> getWordsBuilderList()
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ReturnsgetWordsCount()
public int getWordsCount()
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ReturnsgetWordsList()
public List<Word> getWordsList()
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ReturnsgetWordsOrBuilder(int index)
public WordOrBuilder getWordsOrBuilder(int index)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnsgetWordsOrBuilderList()
public List<? extends WordOrBuilder> getWordsOrBuilderList()
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ReturnsType | Description |
List<? extends com.google.cloud.vision.v1.WordOrBuilder> | |
hasBoundingBox()
public boolean hasBoundingBox()
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ReturnsType | Description |
boolean | Whether the boundingBox field is set. |
hasProperty()
public boolean hasProperty()
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ReturnsType | Description |
boolean | Whether the property field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
ReturnsOverridesisInitialized()
public final boolean isInitialized()
ReturnsOverridesmergeBoundingBox(BoundingPoly value)
public Paragraph.Builder mergeBoundingBox(BoundingPoly value)
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ParameterReturnsmergeFrom(Paragraph other)
public Paragraph.Builder mergeFrom(Paragraph other)
ParameterReturnspublic Paragraph.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsOverridesExceptionsmergeFrom(Message other)
public Paragraph.Builder mergeFrom(Message other)
ParameterReturnsOverridesmergeProperty(TextAnnotation.TextProperty value)
public Paragraph.Builder mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ParameterReturnsmergeUnknownFields(UnknownFieldSet unknownFields)
public final Paragraph.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverridesremoveWords(int index)
public Paragraph.Builder removeWords(int index)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParameterReturnssetBoundingBox(BoundingPoly value)
public Paragraph.Builder setBoundingBox(BoundingPoly value)
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ParameterReturnssetBoundingBox(BoundingPoly.Builder builderForValue)
public Paragraph.Builder setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the paragraph. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the 'natural' orientation. For example:
- when the text is horizontal it might look like: 0----1 | | 3----2
- when it's rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3).
.google.cloud.vision.v1.BoundingPoly bounding_box = 2;
ParameterReturnssetConfidence(float value)
public Paragraph.Builder setConfidence(float value)
Confidence of the OCR results for the paragraph. Range [0, 1].
float confidence = 4;
ParameterName | Description |
value | float
The confidence to set. |
ReturnssetField(Descriptors.FieldDescriptor field, Object value)
public Paragraph.Builder setField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridessetProperty(TextAnnotation.TextProperty value)
public Paragraph.Builder setProperty(TextAnnotation.TextProperty value)
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ParameterReturnssetProperty(TextAnnotation.TextProperty.Builder builderForValue)
public Paragraph.Builder setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the paragraph.
.google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
ParameterReturnssetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Paragraph.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
ParametersReturnsOverridessetUnknownFields(UnknownFieldSet unknownFields)
public final Paragraph.Builder setUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverridessetWords(int index, Word value)
public Paragraph.Builder setWords(int index, Word value)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParametersReturnssetWords(int index, Word.Builder builderForValue)
public Paragraph.Builder setWords(int index, Word.Builder builderForValue)
List of all words in this paragraph.
repeated .google.cloud.vision.v1.Word words = 3;
ParametersReturns