Interface HintTextConfiguration

interface HintTextConfiguration {
    Error_Brightness?: string;
    Error_Noise?: string;
    Error_NothingDetected?: string;
    OK?: string;
    OK_BadAngles?: string;
    OK_BadAspectRatio?: string;
    OK_OffCenter?: string;
    OK_SmallSize?: string;
}

Properties

Error_Brightness?: string
Error_Noise?: string
Error_NothingDetected?: string
OK?: string
OK_BadAngles?: string
OK_BadAspectRatio?: string
OK_OffCenter?: string
OK_SmallSize?: string

Generated using TypeDoc