public interface DetectLanguageResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DetectedLanguage |
getLanguages(int index)
The most probable language detected by the Translation API.
|
int |
getLanguagesCount()
The most probable language detected by the Translation API.
|
List<DetectedLanguage> |
getLanguagesList()
The most probable language detected by the Translation API.
|
DetectedLanguageOrBuilder |
getLanguagesOrBuilder(int index)
The most probable language detected by the Translation API.
|
List<? extends DetectedLanguageOrBuilder> |
getLanguagesOrBuilderList()
The most probable language detected by the Translation API.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<DetectedLanguage> getLanguagesList()
The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.
repeated .google.cloud.translation.v3.DetectedLanguage languages = 1;
DetectedLanguage getLanguages(int index)
The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.
repeated .google.cloud.translation.v3.DetectedLanguage languages = 1;
int getLanguagesCount()
The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.
repeated .google.cloud.translation.v3.DetectedLanguage languages = 1;
List<? extends DetectedLanguageOrBuilder> getLanguagesOrBuilderList()
The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.
repeated .google.cloud.translation.v3.DetectedLanguage languages = 1;
DetectedLanguageOrBuilder getLanguagesOrBuilder(int index)
The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.
repeated .google.cloud.translation.v3.DetectedLanguage languages = 1;
Copyright © 2022 Google LLC. All rights reserved.