Structs

  • Provides a way to set all possible font weights used in the GiniVision library.

    Possible weights:

    • regular
    • bold
    • light
    • thin
    See more

    Declaration

    Swift

    public class GiniVisionFont : NSObject
  • Page processed by the Gini Vision Library when using Multipage analysis. It holds a document, an error (if any) and if it has been uploaded

    See more

    Declaration

    Swift

    public struct GiniVisionPage : Diffable
  • Struct representing a tracking event. It contains the event type and an optional dictionary for additional related data.

    See more

    Declaration

    Swift

    public struct Event<T> where T : RawRepresentable, T.RawValue == String