Class AthenaConstants
public static class AthenaConstants
- Inheritance
-
AthenaConstants
- Inherited Members
Fields
ExpectedImageChannels
The expected number of color channels in raw input images for the Athena API.
public const int ExpectedImageChannels = 3
Field Value
ExpectedImageHeight
The expected height of the input image in pixels for the Athena API.
public const int ExpectedImageHeight = 448
Field Value
ExpectedImageWidth
The expected width of the input image in pixels for the Athena API.
public const int ExpectedImageWidth = 448