| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.Builder.build() |
TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.Builder.buildPartial() |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.getDefaultInstance() |
TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.getDefaultInstanceForType() |
TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.Builder.getDefaultInstanceForType() |
TextAnnotation.DetectedLanguage |
TextAnnotation.TextPropertyOrBuilder.getDetectedLanguages(int index)
A list of detected languages together with confidence.
|
TextAnnotation.DetectedLanguage |
TextAnnotation.TextProperty.getDetectedLanguages(int index)
A list of detected languages together with confidence.
|
TextAnnotation.DetectedLanguage |
TextAnnotation.TextProperty.Builder.getDetectedLanguages(int index)
A list of detected languages together with confidence.
|
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseDelimitedFrom(InputStream input) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(byte[] data) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(ByteBuffer data) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(com.google.protobuf.ByteString data) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(InputStream input) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TextAnnotation.DetectedLanguage> |
TextAnnotation.TextPropertyOrBuilder.getDetectedLanguagesList()
A list of detected languages together with confidence.
|
List<TextAnnotation.DetectedLanguage> |
TextAnnotation.TextProperty.getDetectedLanguagesList()
A list of detected languages together with confidence.
|
List<TextAnnotation.DetectedLanguage> |
TextAnnotation.TextProperty.Builder.getDetectedLanguagesList()
A list of detected languages together with confidence.
|
com.google.protobuf.Parser<TextAnnotation.DetectedLanguage> |
TextAnnotation.DetectedLanguage.getParserForType() |
static com.google.protobuf.Parser<TextAnnotation.DetectedLanguage> |
TextAnnotation.DetectedLanguage.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.addDetectedLanguages(int index,
TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.addDetectedLanguages(TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.
|
TextAnnotation.DetectedLanguage.Builder |
TextAnnotation.DetectedLanguage.Builder.mergeFrom(TextAnnotation.DetectedLanguage other) |
static TextAnnotation.DetectedLanguage.Builder |
TextAnnotation.DetectedLanguage.newBuilder(TextAnnotation.DetectedLanguage prototype) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setDetectedLanguages(int index,
TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.
|
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.addAllDetectedLanguages(Iterable<? extends TextAnnotation.DetectedLanguage> values)
A list of detected languages together with confidence.
|
Copyright © 2023 Google LLC. All rights reserved.