AzureGroundingEnhancement Class
- java.
lang. Object - com.
azure. ai. openai. models. AzureGroundingEnhancement
- com.
Implements
public final class AzureGroundingEnhancement
implements JsonSerializable<AzureGroundingEnhancement>
The grounding enhancement that returns the bounding box of the objects detected in the image.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
List<Azure |
getLines()
Get the lines property: The lines of text detected by the grounding enhancement. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AzureGroundingEnhancement fromJson(JsonReader jsonReader)
Reads an instance of AzureGroundingEnhancement from the JsonReader.
Parameters:
Returns:
Throws:
getLines
public List
Get the lines property: The lines of text detected by the grounding enhancement.
Returns:
toJson
Applies to
Azure SDK for Java