Class Constants

java.lang.Object
de.swa.fuh.microsoft.model.Constants

public class Constants
extends java.lang.Object
class, which contains constants of whole project
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static long AZURE_MAX_IMG_SIZE
    microsoft azure maximum image size
    static java.lang.String ENDPOINT
    microsoft azure subscription key to start image analysis
    static java.lang.String LOG_ARGUMENTS
    Logger Constants
    static java.lang.String SUBSCRIPTIONKEY
    microsoft azure subscription key to start image analysis
  • Constructor Summary

    Constructors 
    Constructor Description
    Constants()  
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SUBSCRIPTIONKEY

      public static java.lang.String SUBSCRIPTIONKEY
      microsoft azure subscription key to start image analysis
    • ENDPOINT

      public static java.lang.String ENDPOINT
      microsoft azure subscription key to start image analysis
    • AZURE_MAX_IMG_SIZE

      public static long AZURE_MAX_IMG_SIZE
      microsoft azure maximum image size
    • LOG_ARGUMENTS

      public static java.lang.String LOG_ARGUMENTS
      Logger Constants
  • Constructor Details