Amazon.Rekognition.Model.Image.IsSetBytes C# (CSharp) Method

IsSetBytes() private method

private IsSetBytes ( ) : bool
return bool
        internal bool IsSetBytes()
        {
            return this._bytes != null;
        }