Class: Google::Cloud::DataLabeling::V1beta1::TextMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#language_code::String

Returns The language of this text, as a BCP-47. Default value is en-US.

Returns:

  • (::String)

    The language of this text, as a BCP-47. Default value is en-US.



92
93
94
95
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 92

class TextMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end