proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb in google-cloud-automl-v1beta1-0.1.0 vs proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb in google-cloud-automl-v1beta1-0.1.1
- old
+ new
@@ -21,49 +21,49 @@
module Cloud
module AutoML
module V1beta1
# Contains annotation information that is relevant to AutoML.
# @!attribute [rw] translation
- # @return [Google::Cloud::AutoML::V1beta1::TranslationAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::TranslationAnnotation]
# Annotation details for translation.
# @!attribute [rw] classification
- # @return [Google::Cloud::AutoML::V1beta1::ClassificationAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::ClassificationAnnotation]
# Annotation details for content or image classification.
# @!attribute [rw] image_object_detection
- # @return [Google::Cloud::AutoML::V1beta1::ImageObjectDetectionAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionAnnotation]
# Annotation details for image object detection.
# @!attribute [rw] video_classification
- # @return [Google::Cloud::AutoML::V1beta1::VideoClassificationAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::VideoClassificationAnnotation]
# Annotation details for video classification.
# Returned for Video Classification predictions.
# @!attribute [rw] video_object_tracking
- # @return [Google::Cloud::AutoML::V1beta1::VideoObjectTrackingAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::VideoObjectTrackingAnnotation]
# Annotation details for video object tracking.
# @!attribute [rw] text_extraction
- # @return [Google::Cloud::AutoML::V1beta1::TextExtractionAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::TextExtractionAnnotation]
# Annotation details for text extraction.
# @!attribute [rw] text_sentiment
- # @return [Google::Cloud::AutoML::V1beta1::TextSentimentAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::TextSentimentAnnotation]
# Annotation details for text sentiment.
# @!attribute [rw] tables
- # @return [Google::Cloud::AutoML::V1beta1::TablesAnnotation]
+ # @return [::Google::Cloud::AutoML::V1beta1::TablesAnnotation]
# Annotation details for Tables.
# @!attribute [rw] annotation_spec_id
- # @return [String]
+ # @return [::String]
# Output only . The resource ID of the annotation spec that
# this annotation pertains to. The annotation spec comes from either an
# ancestor dataset, or the dataset that was used to train the model in use.
# @!attribute [rw] display_name
- # @return [String]
+ # @return [::String]
# Output only. The value of
- # {Google::Cloud::AutoML::V1beta1::AnnotationSpec#display_name display_name}
+ # {::Google::Cloud::AutoML::V1beta1::AnnotationSpec#display_name display_name}
# when the model was trained. Because this field returns a value at model
# training time, for different models trained using the same dataset, the
# returned value could be different as model owner could update the
# `display_name` between any two model training.
class AnnotationPayload
- include Google::Protobuf::MessageExts
- extend Google::Protobuf::MessageExts::ClassMethods
+ include ::Google::Protobuf::MessageExts
+ extend ::Google::Protobuf::MessageExts::ClassMethods
end
end
end
end
end