Class TextAnnotation.DetectedBreak (2.1.1)

public static final class TextAnnotation.DetectedBreak extends GeneratedMessageV3 implements TextAnnotation.DetectedBreakOrBuilder

Detected start or end of a structural component.

Protobuf type google.cloud.vision.v1.TextAnnotation.DetectedBreak

Static Fields

IS_PREFIX_FIELD_NUMBER

public static final int IS_PREFIX_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TextAnnotation.DetectedBreak getDefaultInstance()
Returns
TypeDescription
TextAnnotation.DetectedBreak

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TextAnnotation.DetectedBreak.Builder newBuilder()
Returns
TypeDescription
TextAnnotation.DetectedBreak.Builder

newBuilder(TextAnnotation.DetectedBreak prototype)

public static TextAnnotation.DetectedBreak.Builder newBuilder(TextAnnotation.DetectedBreak prototype)
Parameter
NameDescription
prototypeTextAnnotation.DetectedBreak
Returns
TypeDescription
TextAnnotation.DetectedBreak.Builder

parseDelimitedFrom(InputStream input)

public static TextAnnotation.DetectedBreak parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TextAnnotation.DetectedBreak parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TextAnnotation.DetectedBreak parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TextAnnotation.DetectedBreak parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TextAnnotation.DetectedBreak parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TextAnnotation.DetectedBreak parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextAnnotation.DetectedBreak
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TextAnnotation.DetectedBreak> parser()
Returns
TypeDescription
Parser<DetectedBreak>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TextAnnotation.DetectedBreak getDefaultInstanceForType()
Returns
TypeDescription
TextAnnotation.DetectedBreak

getIsPrefix()

public boolean getIsPrefix()

True if break prepends the element.

bool is_prefix = 2;

Returns
TypeDescription
boolean

The isPrefix.

getParserForType()

public Parser<TextAnnotation.DetectedBreak> getParserForType()
Returns
TypeDescription
Parser<DetectedBreak>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public TextAnnotation.DetectedBreak.BreakType getType()

Detected break type.

.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;

Returns
TypeDescription
TextAnnotation.DetectedBreak.BreakType

The type.

getTypeValue()

public int getTypeValue()

Detected break type.

.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TextAnnotation.DetectedBreak.Builder newBuilderForType()
Returns
TypeDescription
TextAnnotation.DetectedBreak.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TextAnnotation.DetectedBreak.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TextAnnotation.DetectedBreak.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TextAnnotation.DetectedBreak.Builder toBuilder()
Returns
TypeDescription
TextAnnotation.DetectedBreak.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException