Faces.FacesDetectWithStreamDefinitionStages.WithAllOptions インターフェイス
public interface WithAllOptions
その他のオプション設定を指定できる定義のステージ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
FacesDetectWithStreamDefinitionStages.WithExecute |
withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
"returnFaceAttributes=age,gender" のようなコンマ区切りの文字列で、指定された 1 つ以上の顔属性を分析して返します。 サポートされている顔の属性には、年齢、性別、headPose、smile、faceHair、眼鏡、感情が含まれます。 各顔属性分析には、追加の計算コストと時間コストがあることに注意してください。 |
FacesDetectWithStreamDefinitionStages.WithExecute |
withReturnFaceId(Boolean returnFaceId)
操作が検出された顔の faceId を返す必要があるかどうかを示す値。 |
FacesDetectWithStreamDefinitionStages.WithExecute |
withReturnFaceLandmarks(Boolean returnFaceLandmarks)
操作が検出された顔のランドマークを返す必要があるかどうかを示す値。 |
メソッドの詳細
withReturnFaceAttributes
public FacesDetectWithStreamDefinitionStages.WithExecute withReturnFaceAttributes(List
"returnFaceAttributes=age,gender" のようなコンマ区切りの文字列で、指定された 1 つ以上の顔属性を分析して返します。 サポートされている顔の属性には、年齢、性別、headPose、smile、faceHair、眼鏡、感情が含まれます。 各顔属性分析には、追加の計算コストと時間コストがあることに注意してください。
Parameters:
Returns:
withReturnFaceId
public FacesDetectWithStreamDefinitionStages.WithExecute withReturnFaceId(Boolean returnFaceId)
操作が検出された顔の faceId を返す必要があるかどうかを示す値。
Parameters:
Returns:
withReturnFaceLandmarks
public FacesDetectWithStreamDefinitionStages.WithExecute withReturnFaceLandmarks(Boolean returnFaceLandmarks)
操作が検出された顔のランドマークを返す必要があるかどうかを示す値。
Parameters:
Returns:
適用対象
Azure SDK for Java