Class TextAnnotation.DetectedBreak (3.41.0)

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

Detected start or end of a structural component.

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

Static Fields

IS_PREFIX_FIELD_NUMBER

public static final int IS_PREFIX_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TextAnnotation.DetectedBreak getDefaultInstance()
Returns
Type Description
TextAnnotation.DetectedBreak

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TextAnnotation.DetectedBreak.Builder newBuilder()
Returns
Type Description
TextAnnotation.DetectedBreak.Builder

newBuilder(TextAnnotation.DetectedBreak prototype)

public static TextAnnotation.DetectedBreak.Builder newBuilder(TextAnnotation.DetectedBreak prototype)
Parameter
Name Description
prototype TextAnnotation.DetectedBreak
Returns
Type Description
TextAnnotation.DetectedBreak.Builder

parseDelimitedFrom(InputStream input)

public static TextAnnotation.DetectedBreak parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TextAnnotation.DetectedBreak parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TextAnnotation.DetectedBreak parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TextAnnotation.DetectedBreak parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TextAnnotation.DetectedBreak parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TextAnnotation.DetectedBreak parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TextAnnotation.DetectedBreak parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextAnnotation.DetectedBreak
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TextAnnotation.DetectedBreak getDefaultInstanceForType()
Returns
Type Description
TextAnnotation.DetectedBreak

getIsPrefix()

public boolean getIsPrefix()

True if break prepends the element.

bool is_prefix = 2;

Returns
Type Description
boolean

The isPrefix.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public TextAnnotation.DetectedBreak.BreakType getType()

Detected break type.

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

Returns
Type Description
TextAnnotation.DetectedBreak.BreakType

The type.

getTypeValue()

public int getTypeValue()

Detected break type.

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

Returns
Type Description
int

The enum numeric value on the wire for type.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TextAnnotation.DetectedBreak.Builder newBuilderForType()
Returns
Type Description
TextAnnotation.DetectedBreak.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TextAnnotation.DetectedBreak.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TextAnnotation.DetectedBreak.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TextAnnotation.DetectedBreak.Builder toBuilder()
Returns
Type Description
TextAnnotation.DetectedBreak.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException