Uses of Class
com.azure.ai.inference.models.ChatMessageImageDetailLevel
Packages that use ChatMessageImageDetailLevel
-
Uses of ChatMessageImageDetailLevel in com.azure.ai.inference.models
Fields in com.azure.ai.inference.models declared as ChatMessageImageDetailLevelModifier and TypeFieldDescriptionstatic final ChatMessageImageDetailLevel
ChatMessageImageDetailLevel.AUTO
Specifies that the model should determine which detail level to apply using heuristics like image size.static final ChatMessageImageDetailLevel
ChatMessageImageDetailLevel.HIGH
Specifies that image evaluation should enable the 'high-res' model that may be more accurate for highly detailed images but may also be slower and consume more tokens.static final ChatMessageImageDetailLevel
ChatMessageImageDetailLevel.LOW
Specifies that image evaluation should be constrained to the 'low-res' model that may be faster and consume fewer tokens but may also be less accurate for highly detailed images.Methods in com.azure.ai.inference.models that return ChatMessageImageDetailLevelModifier and TypeMethodDescriptionstatic ChatMessageImageDetailLevel
ChatMessageImageDetailLevel.fromString
(String name) Creates or finds a ChatMessageImageDetailLevel from its string representation.ChatMessageImageUrl.getDetail()
Get the detail property: The evaluation quality setting to use, which controls relative prioritization of speed, token consumption, and accuracy.Methods in com.azure.ai.inference.models that return types with arguments of type ChatMessageImageDetailLevelModifier and TypeMethodDescriptionChatMessageImageDetailLevel.values()
Gets known ChatMessageImageDetailLevel values.Methods in com.azure.ai.inference.models with parameters of type ChatMessageImageDetailLevelModifier and TypeMethodDescriptionChatMessageImageUrl.setDetail
(ChatMessageImageDetailLevel detail) Set the detail property: The evaluation quality setting to use, which controls relative prioritization of speed, token consumption, and accuracy.