Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage |
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.clone() |
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage |
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.set(String fieldName,
Object value) |
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage |
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.setConfidence(Float confidence)
Confidence of detected language.
|
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage |
GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.setLanguageCode(String languageCode)
The BCP-47 language code, such as "en-US" or "sr-Latn".
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage> |
GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.getDetectedLanguages()
A list of detected languages together with confidence.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1TextAnnotationTextProperty |
GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.setDetectedLanguages(List<GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage> detectedLanguages)
A list of detected languages together with confidence.
|
Copyright © 2011–2019 Google. All rights reserved.