C# Класс Amazon.Rekognition.OrientationCorrection

Constants used for properties of type OrientationCorrection.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ROTATE_0 OrientationCorrection
ROTATE_180 OrientationCorrection
ROTATE_270 OrientationCorrection
ROTATE_90 OrientationCorrection

Открытые методы

Метод Описание
FindValue ( string value ) : OrientationCorrection

Finds the constant for the unique value.

OrientationCorrection ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : OrientationCorrection
value string The unique value for the constant
Результат OrientationCorrection

OrientationCorrection() публичный Метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public OrientationCorrection ( string value ) : System
value string
Результат System

Описание свойств

ROTATE_0 публичное статическое свойство

Constant ROTATE_0 for OrientationCorrection
public static OrientationCorrection,Amazon.Rekognition ROTATE_0
Результат OrientationCorrection

ROTATE_180 публичное статическое свойство

Constant ROTATE_180 for OrientationCorrection
public static OrientationCorrection,Amazon.Rekognition ROTATE_180
Результат OrientationCorrection

ROTATE_270 публичное статическое свойство

Constant ROTATE_270 for OrientationCorrection
public static OrientationCorrection,Amazon.Rekognition ROTATE_270
Результат OrientationCorrection

ROTATE_90 публичное статическое свойство

Constant ROTATE_90 for OrientationCorrection
public static OrientationCorrection,Amazon.Rekognition ROTATE_90
Результат OrientationCorrection