AnalyzeBinaryOptions Class

Definition

Options for binary analysis operations, including the analyzer and binary input.

public class AnalyzeBinaryOptions
type AnalyzeBinaryOptions = class
Public Class AnalyzeBinaryOptions
Inheritance
AnalyzeBinaryOptions

Constructors

Name Description
AnalyzeBinaryOptions(String, BinaryData)

Initializes a new instance of AnalyzeBinaryOptions.

Properties

Name Description
AllowInputTruncation

Gets or sets whether input exceeding the service's processable-unit limit should be truncated and returned as a partial result with a warning instead of failing. When omitted, the analyzer's configured value applies.

AnalyzerId

Gets the unique identifier of the analyzer.

BinaryInput

Gets the binary content to analyze.

ContentRange

Gets or sets the range of the input to analyze.

ContentType

Gets or sets the request content type. When not set, BinaryData.MediaType is used if available; otherwise application/octet-stream is used.

ProcessingLocation

Gets or sets the location where the data may be processed.

Applies to