Share via


ImageAnalysisOptions Struct

Definition

Options for a single image analysis operation.

public struct ImageAnalysisOptions
type ImageAnalysisOptions = struct
Public Structure ImageAnalysisOptions
Inheritance
ImageAnalysisOptions

Remarks

If you are doing Image Analysis using the standard model, you must set the Features property to one or more visual features to analyze. There is no default selection for visual features. If you are using a custom model or doing Image Segmentation, you do not need to specify visual features.

Properties

GenderNeutralCaption

Boolean flag for enabling gender-neutral captioning for Caption and Dense Captions features.

Language

The desired language for result generation (a two-letter language code).

ModelVersion

The version of cloud AI-model used for analysis.

SmartCropsAspectRatios

A list of aspect ratios to use for smart cropping.

Applies to