ObjectAnchorsConversionClient 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.
Represents a client for Azure Object Anchors.
public class ObjectAnchorsConversionClient
type ObjectAnchorsConversionClient = class
Public Class ObjectAnchorsConversionClient
- Inheritance
-
ObjectAnchorsConversionClient
Constructors
ObjectAnchorsConversionClient() |
Initializes a new instance of the ObjectAnchorsConversionClient class. |
ObjectAnchorsConversionClient(Guid, String, AccessToken, ObjectAnchorsConversionClientOptions) |
Initializes a new instance of the ObjectAnchorsConversionClient class. |
ObjectAnchorsConversionClient(Guid, String, AzureKeyCredential) |
Initializes a new instance of the ObjectAnchorsConversionClient class. |
ObjectAnchorsConversionClient(Guid, String, AzureKeyCredential, ObjectAnchorsConversionClientOptions) |
Initializes a new instance of the ObjectAnchorsConversionClient class. |
ObjectAnchorsConversionClient(Guid, String, TokenCredential, ObjectAnchorsConversionClientOptions) |
Initializes a new instance of the ObjectAnchorsConversionClient class. |
Properties
AccountDomain |
The Account Domain to be used by the Client. |
AccountId |
The Account ID to be used by the Client. |
SupportedAssetFileTypes |
The list of supported asset file types. |
Methods
GetAssetUploadUri(CancellationToken) |
Retrieves an upload URI intended to house the model to be ingested. |
GetAssetUploadUriAsync(CancellationToken) |
Retrieves an upload URI intended to house the model to be ingested. |
StartAssetConversion(AssetConversionOptions, CancellationToken) |
Creates an Object Anchors asset conversion job request. |
StartAssetConversionAsync(AssetConversionOptions, CancellationToken) |
Creates an Object Anchors asset conversion job request. |
Applies to
Azure SDK for .NET