TextAnalysisModelFactory.CustomEntitiesActionContent Method
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.
Initializes a new instance of CustomEntitiesActionContent.
public static Azure.AI.Language.Text.CustomEntitiesActionContent CustomEntitiesActionContent (bool? loggingOptOut = default, string projectName = default, string deploymentName = default, Azure.AI.Language.Text.StringIndexType? stringIndexType = default);
static member CustomEntitiesActionContent : Nullable<bool> * string * string * Nullable<Azure.AI.Language.Text.StringIndexType> -> Azure.AI.Language.Text.CustomEntitiesActionContent
Public Shared Function CustomEntitiesActionContent (Optional loggingOptOut As Nullable(Of Boolean) = Nothing, Optional projectName As String = Nothing, Optional deploymentName As String = Nothing, Optional stringIndexType As Nullable(Of StringIndexType) = Nothing) As CustomEntitiesActionContent
Parameters
- projectName
- String
This field indicates the project name for the model.
- deploymentName
- String
This field indicates the deployment name for the model.
- stringIndexType
- Nullable<StringIndexType>
Optional parameter to provide the string index type used to interpret string offsets. Defaults to TextElements (Graphemes).
Returns
A new CustomEntitiesActionContent instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET