| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.Builder.build() |
TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.Builder.buildPartial() |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.getDefaultInstance() |
TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.getDefaultInstanceForType() |
TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.Builder.getDefaultInstanceForType() |
TextAnnotation.DetectedBreak |
TextAnnotation.TextPropertyOrBuilder.getDetectedBreak()
Detected start or end of a text segment.
|
TextAnnotation.DetectedBreak |
TextAnnotation.TextProperty.getDetectedBreak()
Detected start or end of a text segment.
|
TextAnnotation.DetectedBreak |
TextAnnotation.TextProperty.Builder.getDetectedBreak()
Detected start or end of a text segment.
|
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseDelimitedFrom(InputStream input) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(byte[] data) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(ByteBuffer data) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(com.google.protobuf.ByteString data) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(InputStream input) |
static TextAnnotation.DetectedBreak |
TextAnnotation.DetectedBreak.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextAnnotation.DetectedBreak> |
TextAnnotation.DetectedBreak.getParserForType() |
static com.google.protobuf.Parser<TextAnnotation.DetectedBreak> |
TextAnnotation.DetectedBreak.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeDetectedBreak(TextAnnotation.DetectedBreak value)
Detected start or end of a text segment.
|
TextAnnotation.DetectedBreak.Builder |
TextAnnotation.DetectedBreak.Builder.mergeFrom(TextAnnotation.DetectedBreak other) |
static TextAnnotation.DetectedBreak.Builder |
TextAnnotation.DetectedBreak.newBuilder(TextAnnotation.DetectedBreak prototype) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setDetectedBreak(TextAnnotation.DetectedBreak value)
Detected start or end of a text segment.
|
Copyright © 2020 Google LLC. All rights reserved.