SvmsgdType Objective-C NS_ENUM(int, SvmsgdType) { SGD = 0, ASGD = 1 } Swift enum SvmsgdType : Int32 SGD Declaration Objective-C SGD = 0 Swift case SGD = 0 ASGD Declaration Objective-C ASGD = 1 Swift case ASGD = 1 © 2020 OpenCV. All rights reserved. (Last updated: 2020-07-18) Generated by jazzy ♪♫ v0.13.5, a Realm project.