ContentAnalyzerWorkflow Struct

Definition

Workflow used for document analysis.

public readonly struct ContentAnalyzerWorkflow : IEquatable<Azure.AI.ContentUnderstanding.ContentAnalyzerWorkflow>
type ContentAnalyzerWorkflow = struct
Public Structure ContentAnalyzerWorkflow
Implements IEquatable(Of ContentAnalyzerWorkflow)
Inheritance
ContentAnalyzerWorkflow
Implements

Constructors

Name Description
ContentAnalyzerWorkflow(String)

Initializes a new instance of ContentAnalyzerWorkflow.

Properties

Name Description
Agentic

Agentic analysis workflow using iterative reasoning with integrated tool calling for enhanced accuracy on complex documents.

Default

Default analysis workflow. The service selects standard or advanced contextualization as appropriate for the analyzer.

Methods

Name Description
Equals(ContentAnalyzerWorkflow)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ContentAnalyzerWorkflow, ContentAnalyzerWorkflow)

Determines if two ContentAnalyzerWorkflow values are the same.

Implicit(String to ContentAnalyzerWorkflow)

Converts a string to a ContentAnalyzerWorkflow.

Implicit(String to Nullable<ContentAnalyzerWorkflow>)
Inequality(ContentAnalyzerWorkflow, ContentAnalyzerWorkflow)

Determines if two ContentAnalyzerWorkflow values are not the same.

Applies to