Style Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. Style
- com.
public class Style
An object representing the style of the text line.
Constructor Summary
Constructor | Description | |
---|---|---|
Style() |
Method Summary
Modifier and Type | Method and Description |
---|---|
double |
confidence()
Get the confidence value. |
Text |
name()
Get the name value. |
Style |
withConfidence(double confidence)
Set the confidence value. |
Style |
withName(TextStyle name)
Set the name value. |
Methods inherited from java.lang.Object
Constructor Details
Style
public Style()
Method Details
confidence
public double confidence()
Get the confidence value.
Returns:
the confidence value
name
public TextStyle name()
Get the name value.
Returns:
the name value
withConfidence
public Style withConfidence(double confidence)
Set the confidence value.
Parameters:
confidence
- the confidence value to set
Returns:
the Style object itself.
withName
public Style withName(TextStyle name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the Style object itself.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java