Class: Google::Cloud::DataLabeling::V1beta1::TextMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::TextMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb
Overview
Metadata for the text.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
The language of this text, as a BCP-47.
Instance Attribute Details
#language_code ⇒ ::String
Returns The language of this text, as a BCP-47. Default value is en-US.
96 97 98 99 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 96 class TextMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |