Uses of Interface
com.google.cloud.vision.v1.TextAnnotation.DetectedLanguageOrBuilder
-
Packages that use TextAnnotation.DetectedLanguageOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of TextAnnotation.DetectedLanguageOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement TextAnnotation.DetectedLanguageOrBuilder Modifier and Type Class Description static class
TextAnnotation.DetectedLanguage
Detected language for a structural component.static class
TextAnnotation.DetectedLanguage.Builder
Detected language for a structural component.Methods in com.google.cloud.vision.v1 that return TextAnnotation.DetectedLanguageOrBuilder Modifier and Type Method Description TextAnnotation.DetectedLanguageOrBuilder
TextAnnotation.TextProperty.Builder. 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.TextPropertyOrBuilder. getDetectedLanguagesOrBuilder(int index)
A list of detected languages together with confidence.Methods in com.google.cloud.vision.v1 that return types with arguments of type TextAnnotation.DetectedLanguageOrBuilder Modifier and Type Method Description List<? extends TextAnnotation.DetectedLanguageOrBuilder>
TextAnnotation.TextProperty.Builder. 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.TextPropertyOrBuilder. getDetectedLanguagesOrBuilderList()
A list of detected languages together with confidence.
-