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 classTextAnnotation.DetectedLanguageDetected language for a structural component.static classTextAnnotation.DetectedLanguage.BuilderDetected language for a structural component.Methods in com.google.cloud.vision.v1 that return TextAnnotation.DetectedLanguageOrBuilder Modifier and Type Method Description TextAnnotation.DetectedLanguageOrBuilderTextAnnotation.TextProperty.Builder. getDetectedLanguagesOrBuilder(int index)A list of detected languages together with confidence.TextAnnotation.DetectedLanguageOrBuilderTextAnnotation.TextProperty. getDetectedLanguagesOrBuilder(int index)A list of detected languages together with confidence.TextAnnotation.DetectedLanguageOrBuilderTextAnnotation.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.
-