RecognizeCustomEntitiesAction Class
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.
Configurations that allow callers to specify details about how to execute a Recognize Custom Entities action in a set of documents.
public class RecognizeCustomEntitiesAction
type RecognizeCustomEntitiesAction = class
Public Class RecognizeCustomEntitiesAction
- Inheritance
-
RecognizeCustomEntitiesAction
Constructors
RecognizeCustomEntitiesAction(String, String) |
Initializes a new instance of the RecognizeCustomEntitiesAction class which allows callers to specify details about how to execute a Recognize Custom Entities action in a set of documents. Sets the ProjectName and DeploymentName properties. |
Properties
ActionName |
Gets or sets a name for this action. If not provided, the service will generate one. |
DeploymentName |
Gets the value of the property corresponding to the name of the deployment. |
DisableServiceLogs |
The default value of this property is 'false'. This means, the Language service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this property to true, disables input logging and may limit our ability to investigate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/ai/responsible-ai. |
ProjectName |
Gets the value of the property corresponding to the name of the proejct. |
Applies to
Azure SDK for .NET