Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
static class |
TextAnnotation.DetectedLanguage
Detected language for a structural component.
|
static class |
TextAnnotation.DetectedLanguage.Builder
Detected language for a structural component.
|
Modifier and Type | Method and Description |
---|---|
TextAnnotation.DetectedLanguageOrBuilder |
TextAnnotation.TextPropertyOrBuilder.getDetectedLanguagesOrBuilder(int index)
A list of detected languages together with confidence.
|
TextAnnotation.DetectedLanguageOrBuilder |
TextAnnotation.TextProperty.getDetectedLanguagesOrBuilder(int index)
A list of detected languages together with confidence.
|
TextAnnotation.DetectedLanguageOrBuilder |
TextAnnotation.TextProperty.Builder.getDetectedLanguagesOrBuilder(int index)
A list of detected languages together with confidence.
|
Modifier and Type | Method and Description |
---|---|
List<? extends TextAnnotation.DetectedLanguageOrBuilder> |
TextAnnotation.TextPropertyOrBuilder.getDetectedLanguagesOrBuilderList()
A list of detected languages together with confidence.
|
List<? extends TextAnnotation.DetectedLanguageOrBuilder> |
TextAnnotation.TextProperty.getDetectedLanguagesOrBuilderList()
A list of detected languages together with confidence.
|
List<? extends TextAnnotation.DetectedLanguageOrBuilder> |
TextAnnotation.TextProperty.Builder.getDetectedLanguagesOrBuilderList()
A list of detected languages together with confidence.
|
Copyright © 2022 Google LLC. All rights reserved.