LanguageModelResponseStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class LanguageModelResponseStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.Text.LanguageModelContract, 65536)]
enum class LanguageModelResponseStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.Text.LanguageModelContract), 65536)]
public enum LanguageModelResponseStatus
var value = Microsoft.Windows.AI.Text.LanguageModelResponseStatus.complete
Public Enum LanguageModelResponseStatus
- Inheritance
-
LanguageModelResponseStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Complete | 0 | |
InProgress | 1 | |
BlockedByPolicy | 2 | |
PromptLargerThanContext | 3 | |
PromptBlockedByContentModeration | 4 | |
ResponseBlockedByContentModeration | 5 | |
Error | 6 |