Send feedback
Class TextAnnotation.Builder (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.0 keyboard_arrow_down
public static final class TextAnnotation . Builder extends GeneratedMessageV3 . Builder<TextAnnotation . Builder > implements TextAnnotationOrBuilder
Annotations related to one detected OCR text snippet. This will contain the
corresponding text, confidence value, and frame level information for each
detection.
Protobuf type google.cloud.videointelligence.v1p3beta1.TextAnnotation
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllSegments(Iterable<? extends TextSegment> values)
public TextAnnotation . Builder addAllSegments ( Iterable <? extends TextSegment > values )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Name Description values Iterable <? extends com.google.cloud.videointelligence.v1p3beta1.TextSegment >
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextAnnotation . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
addSegments(TextSegment value)
public TextAnnotation . Builder addSegments ( TextSegment value )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
addSegments(TextSegment.Builder builderForValue)
public TextAnnotation . Builder addSegments ( TextSegment . Builder builderForValue )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
addSegments(int index, TextSegment value)
public TextAnnotation . Builder addSegments ( int index , TextSegment value )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameters
Returns
addSegments(int index, TextSegment.Builder builderForValue)
public TextAnnotation . Builder addSegments ( int index , TextSegment . Builder builderForValue )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameters
Returns
addSegmentsBuilder()
public TextSegment . Builder addSegmentsBuilder ()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Returns
addSegmentsBuilder(int index)
public TextSegment . Builder addSegmentsBuilder ( int index )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
build()
public TextAnnotation build ()
Returns
buildPartial()
public TextAnnotation buildPartial ()
Returns
clear()
public TextAnnotation . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public TextAnnotation . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TextAnnotation . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSegments()
public TextAnnotation . Builder clearSegments ()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Returns
clearText()
public TextAnnotation . Builder clearText ()
The detected text.
string text = 1;
Returns
clone()
public TextAnnotation . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public TextAnnotation getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getSegments(int index)
public TextSegment getSegments ( int index )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
getSegmentsBuilder(int index)
public TextSegment . Builder getSegmentsBuilder ( int index )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
getSegmentsBuilderList()
public List<TextSegment . Builder > getSegmentsBuilderList ()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Returns
getSegmentsCount()
public int getSegmentsCount ()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Returns
getSegmentsList()
public List<TextSegment> getSegmentsList ()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Returns
getSegmentsOrBuilder(int index)
public TextSegmentOrBuilder getSegmentsOrBuilder ( int index )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
getSegmentsOrBuilderList()
public List <? extends TextSegmentOrBuilder > getSegmentsOrBuilderList ()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Returns
Type Description List <? extends com.google.cloud.videointelligence.v1p3beta1.TextSegmentOrBuilder >
getText()
The detected text.
string text = 1;
Returns
Type Description String The text.
getTextBytes()
public ByteString getTextBytes ()
The detected text.
string text = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(TextAnnotation other)
public TextAnnotation . Builder mergeFrom ( TextAnnotation other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextAnnotation . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TextAnnotation . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextAnnotation . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeSegments(int index)
public TextAnnotation . Builder removeSegments ( int index )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public TextAnnotation . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextAnnotation . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSegments(int index, TextSegment value)
public TextAnnotation . Builder setSegments ( int index , TextSegment value )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameters
Returns
setSegments(int index, TextSegment.Builder builderForValue)
public TextAnnotation . Builder setSegments ( int index , TextSegment . Builder builderForValue )
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
Parameters
Returns
setText(String value)
public TextAnnotation . Builder setText ( String value )
The detected text.
string text = 1;
Parameter
Name Description value String
The text to set.
Returns
setTextBytes(ByteString value)
public TextAnnotation . Builder setTextBytes ( ByteString value )
The detected text.
string text = 1;
Parameter
Name Description value ByteString
The bytes for text to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TextAnnotation . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]