AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetAdapterVersion operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Textract.Model.GetAdapterVersionResponse

Namespace: Amazon.Textract.Model
Assembly: AWSSDK.Textract.dll
Version: 3.x.y.z

Syntax

C#
public class GetAdapterVersionResponse : AmazonWebServiceResponse

The GetAdapterVersionResponse type exposes the following members

Constructors

NameDescription
Public Method GetAdapterVersionResponse()

Properties

NameTypeDescription
Public Property AdapterId System.String

Gets and sets the property AdapterId.

A string containing a unique ID for the adapter version being retrieved.

Public Property AdapterVersion System.String

Gets and sets the property AdapterVersion.

A string containing the adapter version that has been retrieved.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time that the adapter version was created.

Public Property DatasetConfig Amazon.Textract.Model.AdapterVersionDatasetConfig

Gets and sets the property DatasetConfig.

Specifies a dataset used to train a new adapter version. Takes a ManifestS3Objec as the value.

Public Property EvaluationMetrics System.Collections.Generic.List<Amazon.Textract.Model.AdapterVersionEvaluationMetric>

Gets and sets the property EvaluationMetrics.

The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics and adapter version.

Public Property FeatureTypes System.Collections.Generic.List<System.String>

Gets and sets the property FeatureTypes.

List of the targeted feature types for the requested adapter version.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property KMSKeyId System.String

Gets and sets the property KMSKeyId.

The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.

Public Property OutputConfig Amazon.Textract.Model.OutputConfig

Gets and sets the property OutputConfig.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.Textract.AdapterVersionStatus

Gets and sets the property Status.

The status of the adapter version that has been requested.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A message that describes the status of the requested adapter version.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

A set of tags (key-value pairs) that are associated with the adapter version.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5