AdvancedOCR.Step.Step C# (CSharp) 메소드

Step() 보호된 메소드

protected Step ( int length, IList upstream ) : System
length int
upstream IList
리턴 System
        protected Step(int length, IList<Step> upstream)
            : this(length, upstream, false)
        {
        }

Same methods

Step::Step ( int length, IList upstream, bool isFinalLayer ) : System