OcrWord Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OcrWord() | |
OcrWord(String, String) |
OcrWord()
OcrWord(String, String)
- Source:
- OcrWord.cs
public OcrWord (string boundingBox = default, string text = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrWord : string * string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrWord
Public Sub New (Optional boundingBox As String = Nothing, Optional text As String = Nothing)
Parameters
- boundingBox
- String
- text
- String