contents property

String? contents
getter/setter pair

Content in bytes, represented as a stream of bytes.

Note: As with all bytes fields, proto buffer messages use a pure binary representation, whereas JSON representations use base64. This field only works for synchronous ProcessDocument method.

Implementation

core.String? contents;