Class: Google::Cloud::DataLabeling::V1beta1::TextClassificationAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::TextClassificationAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Text classification annotation.
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Label of the text.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of the text.
217 218 219 220 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 217 class TextClassificationAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |