AnalyzeDocumentResponse
public struct AnalyzeDocumentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The version of the model used to analyze the document.
Declaration
Swift
public let analyzeDocumentModelVersion: String? -
The items that are detected and analyzed by AnalyzeDocument.
Declaration
Swift
public let blocks: [Block]? -
Metadata about the analyzed document. An example is the number of pages.
Declaration
Swift
public let documentMetadata: DocumentMetadata? -
Shows the results of the human in the loop evaluation.
Declaration
Swift
public let humanLoopActivationOutput: HumanLoopActivationOutput? -
Undocumented
Declaration
Swift
public init(analyzeDocumentModelVersion: String? = nil, blocks: [Block]? = nil, documentMetadata: DocumentMetadata? = nil, humanLoopActivationOutput: HumanLoopActivationOutput? = nil)
View on GitHub
AnalyzeDocumentResponse Structure Reference