Compartilhar via


ImageVariableDescriptorPreview.IsRequired Propriedade

Definição

Preterido. Obtém se a variável de imagem é necessária.

public:
 property bool IsRequired { bool get(); };
bool IsRequired();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
bool IsRequired();
public bool IsRequired { get; }
public bool IsRequired { [Windows.Foundation.Metadata.Deprecated("Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var boolean = imageVariableDescriptorPreview.isRequired;
Public ReadOnly Property IsRequired As Boolean

Valor da propriedade

Boolean

bool

Se a variável de imagem é necessária.

Implementações

Atributos

Comentários

Aviso

Essa é uma API preterida. Em vez disso, use o namespace Windows.AI.MachineLearning .

Aplica-se a