Class Image (3.1.0)

Image(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Client image to perform Google Cloud Vision API tasks over.

Attributes

NameDescription
content bytes
Image content, represented as a stream of bytes. Note: As with all ``bytes`` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
source google.cloud.vision_v1p4beta1.types.ImageSource
Google Cloud Storage image location, or publicly-accessible image URL. If both ``content`` and ``source`` are provided for an image, ``content`` takes precedence and is used to perform the image annotation request.

Inheritance

builtins.object > proto.message.Message > Image