public interface TextMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageCode()
The language of this text, as a
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The language of this text, as a
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLanguageCode()
The language of this text, as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). Default value is en-US.
string language_code = 1;com.google.protobuf.ByteString getLanguageCodeBytes()
The language of this text, as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). Default value is en-US.
string language_code = 1;Copyright © 2019 Google LLC. All rights reserved.