Class: Google::Cloud::DataLabeling::V1beta1::TextEntityExtractionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::TextEntityExtractionAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Text entity extraction annotation.
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Label of the text entities.
-
#sequential_segment ⇒ ::Google::Cloud::DataLabeling::V1beta1::SequentialSegment
Position of the entity.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of the text entities.
229 230 231 232 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 229 class TextEntityExtractionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sequential_segment ⇒ ::Google::Cloud::DataLabeling::V1beta1::SequentialSegment
Returns Position of the entity.
229 230 231 232 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 229 class TextEntityExtractionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |