public static final class TextAnnotation.DetectedBreak extends GeneratedMessageV3 implements TextAnnotation.DetectedBreakOrBuilder
Detected start or end of a structural component.
Protobuf type google.cloud.vision.v1p2beta1.TextAnnotation.DetectedBreak
Static Fields
IS_PREFIX_FIELD_NUMBER
public static final int IS_PREFIX_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TextAnnotation.DetectedBreak getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TextAnnotation.DetectedBreak.Builder newBuilder()
Returns
newBuilder(TextAnnotation.DetectedBreak prototype)
public static TextAnnotation.DetectedBreak.Builder newBuilder(TextAnnotation.DetectedBreak prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static TextAnnotation.DetectedBreak parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TextAnnotation.DetectedBreak parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TextAnnotation.DetectedBreak parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TextAnnotation.DetectedBreak parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TextAnnotation.DetectedBreak parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TextAnnotation.DetectedBreak parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static TextAnnotation.DetectedBreak parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TextAnnotation.DetectedBreak parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static TextAnnotation.DetectedBreak parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TextAnnotation.DetectedBreak parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TextAnnotation.DetectedBreak parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TextAnnotation.DetectedBreak parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TextAnnotation.DetectedBreak> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TextAnnotation.DetectedBreak getDefaultInstanceForType()
Returns
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
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getType()
public TextAnnotation.DetectedBreak.BreakType getType()
Detected break type.
.google.cloud.vision.v1p2beta1.TextAnnotation.DetectedBreak.BreakType type = 1;
Returns
getTypeValue()
public int getTypeValue()
Detected break type.
.google.cloud.vision.v1p2beta1.TextAnnotation.DetectedBreak.BreakType type = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for type.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public TextAnnotation.DetectedBreak.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TextAnnotation.DetectedBreak.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TextAnnotation.DetectedBreak.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions