Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
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,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(byte[] data) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(ByteBuffer data) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(ByteString data) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(CodedInputStream input) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(InputStream input) |
static TextAnnotation.DetectedLanguage |
TextAnnotation.DetectedLanguage.parseFrom(InputStream input,
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.
|
Parser<TextAnnotation.DetectedLanguage> |
TextAnnotation.DetectedLanguage.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.