imageMediaType property
Container of the bytes above, as supplied by the caller. Request-side; the result carries its own media type per image.
Implementation
@$pb.TagNumber(12)
$core.String get imageMediaType => $_getSZ(11);
Implementation
@$pb.TagNumber(12)
set imageMediaType($core.String value) => $_setString(11, value);