Class: Google::Cloud::DataLabeling::V1beta1::ImageClassificationAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImageClassificationAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Image classification annotation definition.
Instance Attribute Summary collapse
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of image.
92 93 94 95 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 92 class ImageClassificationAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |