| Modifier and Type | Method and Description |
|---|---|
static TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreak.BreakType.forNumber(int value) |
TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreakOrBuilder.getType()
Detected break type.
|
TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreak.getType()
Detected break type.
|
TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreak.Builder.getType()
Detected break type.
|
static TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreak.BreakType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreak.BreakType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TextAnnotation.DetectedBreak.BreakType |
TextAnnotation.DetectedBreak.BreakType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAnnotation.DetectedBreak.BreakType[] |
TextAnnotation.DetectedBreak.BreakType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TextAnnotation.DetectedBreak.BreakType> |
TextAnnotation.DetectedBreak.BreakType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.DetectedBreak.Builder |
TextAnnotation.DetectedBreak.Builder.setType(TextAnnotation.DetectedBreak.BreakType value)
Detected break type.
|
Copyright © 2022 Google LLC. All rights reserved.