public sealed class OcrRecognizedBox
Public NotInheritable Class OcrRecognizedBox
public ref class OcrRecognizedBox sealed
[<SealedAttribute>]
type OcrRecognizedBox = class end
OcrRecognizedBox | Создает экземпляр класса OcrRecognizedBox. |
Confidence | Пороговый коэффициент уверенности. |
Height | Высота элемента. |
Language | Язык, которым написан Text элемента. |
Rotation | Угол поворота элемента. |
Text | Текст, который содержит элемент. |
Width | Ширина элемента. |
X | Координата по оси X левого верхнего угла элемента. |
Y | Координата по оси Y левого верхнего угла элемента. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |