Class: Google::Cloud::Vision::V1::ImageAnnotationContext
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::ImageAnnotationContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1/image_annotator.rb
Overview
If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image.
Instance Attribute Summary collapse
-
#page_number ⇒ ::Integer
If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.
-
#uri ⇒ ::String
The URI of the file used to produce the image.
Instance Attribute Details
#page_number ⇒ ::Integer
Returns If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.
644 645 646 647 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 644 class ImageAnnotationContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The URI of the file used to produce the image.
644 645 646 647 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 644 class ImageAnnotationContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |