Line クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. Line
- com.
public class Line
認識されたテキスト行を表す オブジェクト。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Appearance |
appearance()
外観の値を取得します。 |
List<Double> |
boundingBox()
boundingBox 値を取得します。 |
String |
language()
言語値を取得します。 |
String |
text()
テキスト値を取得します。 |
Line |
withAppearance(Appearance appearance)
外観の値を設定します。 |
Line |
withBoundingBox(List<Double> boundingBox)
boundingBox 値を設定します。 |
Line |
withLanguage(String language)
言語の値を設定します。 |
Line |
withText(String text)
テキスト値を設定します。 |
Line |
withWords(List<Word> words)
単語の値を設定します。 |
List<Word> |
words()
単語の値を取得します。 |
メソッドの詳細
appearance
public Appearance appearance()
外観の値を取得します。
Returns:
boundingBox
public List
boundingBox 値を取得します。
Returns:
language
public String language()
言語値を取得します。
Returns:
text
public String text()
テキスト値を取得します。
Returns:
withAppearance
public Line withAppearance(Appearance appearance)
外観の値を設定します。
Parameters:
Returns:
withBoundingBox
public Line withBoundingBox(List
boundingBox 値を設定します。
Parameters:
Returns:
withLanguage
public Line withLanguage(String language)
言語の値を設定します。
Parameters:
Returns:
withText
public Line withText(String text)
テキスト値を設定します。
Parameters:
Returns:
withWords
public Line withWords(List
単語の値を設定します。
Parameters:
Returns:
words
public List
単語の値を取得します。
Returns:
適用対象
Azure SDK for Java