Documentation ¶
Index ¶
- func UserAgent() string
- func Version() string
- type AnalyzeResult
- type BaseClient
- type ErrorInformation
- type ErrorResponse
- type ExtractedKeyValuePair
- type ExtractedPage
- type ExtractedTable
- type ExtractedTableColumn
- type ExtractedToken
- type FormDocumentReport
- type FormOperationError
- type InnerError
- type KeysResult
- type ModelResult
- type ModelsResult
- type Status
- type Status1
- type Status2
- type TrainRequest
- type TrainResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnalyzeResult ¶
type AnalyzeResult = original.AnalyzeResult
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(endpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(endpoint string) BaseClient
type ErrorInformation ¶
type ErrorInformation = original.ErrorInformation
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ExtractedKeyValuePair ¶
type ExtractedKeyValuePair = original.ExtractedKeyValuePair
type ExtractedPage ¶
type ExtractedPage = original.ExtractedPage
type ExtractedTable ¶
type ExtractedTable = original.ExtractedTable
type ExtractedTableColumn ¶
type ExtractedTableColumn = original.ExtractedTableColumn
type ExtractedToken ¶
type ExtractedToken = original.ExtractedToken
type FormDocumentReport ¶
type FormDocumentReport = original.FormDocumentReport
type FormOperationError ¶
type FormOperationError = original.FormOperationError
type InnerError ¶
type InnerError = original.InnerError
type KeysResult ¶
type KeysResult = original.KeysResult
type ModelResult ¶
type ModelResult = original.ModelResult
type ModelsResult ¶
type ModelsResult = original.ModelsResult
type Status2 ¶
const ( Status2Failure Status2 = original.Status2Failure Status2PartialSuccess Status2 = original.Status2PartialSuccess Status2Success Status2 = original.Status2Success )
func PossibleStatus2Values ¶
func PossibleStatus2Values() []Status2
type TrainRequest ¶
type TrainRequest = original.TrainRequest
type TrainResult ¶
type TrainResult = original.TrainResult
Click to show internal directories.
Click to hide internal directories.