OcrResult Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. OcrResult
- com.
public class OcrResult
O modelo OcrResult.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
language()
Obtenha o valor do idioma. |
String |
modelVersion()
Obtenha o valor de modelVersion. |
String |
orientation()
Obtenha o valor de orientação. |
List<Ocr |
regions()
Obtenha o valor de regiões. |
double |
textAngle()
Obtenha o valor textAngle. |
Ocr |
withLanguage(String language)
Defina o valor do idioma. |
Ocr |
withModelVersion(String modelVersion)
Defina o valor de modelVersion. |
Ocr |
withOrientation(String orientation)
Defina o valor de orientação. |
Ocr |
withRegions(List<OcrRegion> regions)
Defina o valor de regiões. |
Ocr |
withTextAngle(double textAngle)
Defina o valor textAngle. |
Detalhes do método
language
public String language()
Obtenha o valor do idioma.
Returns:
modelVersion
public String modelVersion()
Obtenha o valor de modelVersion.
Returns:
orientation
public String orientation()
Obtenha o valor de orientação.
Returns:
regions
public List
Obtenha o valor de regiões.
Returns:
textAngle
public double textAngle()
Obtenha o valor textAngle.
Returns:
withLanguage
public OcrResult withLanguage(String language)
Defina o valor do idioma.
Parameters:
Returns:
withModelVersion
public OcrResult withModelVersion(String modelVersion)
Defina o valor de modelVersion.
Parameters:
Returns:
withOrientation
public OcrResult withOrientation(String orientation)
Defina o valor de orientação.
Parameters:
Returns:
withRegions
public OcrResult withRegions(List
Defina o valor de regiões.
Parameters:
Returns:
withTextAngle
public OcrResult withTextAngle(double textAngle)
Defina o valor textAngle.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java