SnapshotTakeHeaders Constructors

Definition

Overloads

SnapshotTakeHeaders()

Initializes a new instance of the SnapshotTakeHeaders class.

SnapshotTakeHeaders(String)

Initializes a new instance of the SnapshotTakeHeaders class.

SnapshotTakeHeaders()

Source:
SnapshotTakeHeaders.cs

Initializes a new instance of the SnapshotTakeHeaders class.

public SnapshotTakeHeaders ();
Public Sub New ()

Applies to

SnapshotTakeHeaders(String)

Source:
SnapshotTakeHeaders.cs

Initializes a new instance of the SnapshotTakeHeaders class.

public SnapshotTakeHeaders (string operationLocation = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotTakeHeaders : string -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotTakeHeaders
Public Sub New (Optional operationLocation As String = Nothing)

Parameters

operationLocation
String

Operation location with an operation id used to track the progress of taking snapshot. The returned id is the operation id, rather than snapshot id. Snapshot id can be obtained only when the operation status becomes "succeeded" in OperationStatus - Get.

Applies to