Amazon.Rekognition.Model.SearchFacesByImageResponse.IsSetFaceMatches C# (CSharp) Method

IsSetFaceMatches() private method

private IsSetFaceMatches ( ) : bool
return bool
        internal bool IsSetFaceMatches()
        {
            return this._faceMatches != null && this._faceMatches.Count > 0; 
        }