Documentation ¶
Index ¶
- func UserAgent() string
- func Version() string
- type AnalyzeResult
- type BaseClient
- type BasicFieldValue
- type ComputerVisionError
- type ElementReference
- type ErrorInformation
- type ErrorResponse
- type ExtractedKeyValuePair
- type ExtractedPage
- type ExtractedTable
- type ExtractedTableColumn
- type ExtractedToken
- type FieldValue
- type FormDocumentReport
- type FormOperationError
- type ImageURL
- type InnerError
- type KeysResult
- type Line
- type ModelResult
- type ModelsResult
- type NumberValue
- type ReadReceiptResult
- type Status
- type Status1
- type Status2
- type StringValue
- type TextOperationStatusCodes
- type TextRecognitionResult
- type TextRecognitionResultConfidenceClass
- type TextRecognitionResultDimensionUnit
- type TrainRequest
- type TrainResult
- type TrainSourceFilter
- type UnderstandingResult
- type ValueType
- type Word
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 BasicFieldValue ¶
type BasicFieldValue = original.BasicFieldValue
type ComputerVisionError ¶
type ComputerVisionError = original.ComputerVisionError
type ElementReference ¶
type ElementReference = original.ElementReference
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 FieldValue ¶
type FieldValue = original.FieldValue
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 NumberValue ¶
type NumberValue = original.NumberValue
type ReadReceiptResult ¶
type ReadReceiptResult = original.ReadReceiptResult
type Status2 ¶
const ( Status2Failure Status2 = original.Status2Failure Status2PartialSuccess Status2 = original.Status2PartialSuccess Status2Success Status2 = original.Status2Success )
func PossibleStatus2Values ¶
func PossibleStatus2Values() []Status2
type StringValue ¶
type StringValue = original.StringValue
type TextOperationStatusCodes ¶
type TextOperationStatusCodes = original.TextOperationStatusCodes
const ( Failed TextOperationStatusCodes = original.Failed NotStarted TextOperationStatusCodes = original.NotStarted Running TextOperationStatusCodes = original.Running Succeeded TextOperationStatusCodes = original.Succeeded )
func PossibleTextOperationStatusCodesValues ¶
func PossibleTextOperationStatusCodesValues() []TextOperationStatusCodes
type TextRecognitionResult ¶
type TextRecognitionResult = original.TextRecognitionResult
type TextRecognitionResultConfidenceClass ¶
type TextRecognitionResultConfidenceClass = original.TextRecognitionResultConfidenceClass
const ( High TextRecognitionResultConfidenceClass = original.High Low TextRecognitionResultConfidenceClass = original.Low )
func PossibleTextRecognitionResultConfidenceClassValues ¶
func PossibleTextRecognitionResultConfidenceClassValues() []TextRecognitionResultConfidenceClass
type TextRecognitionResultDimensionUnit ¶
type TextRecognitionResultDimensionUnit = original.TextRecognitionResultDimensionUnit
const ( Inch TextRecognitionResultDimensionUnit = original.Inch Pixel TextRecognitionResultDimensionUnit = original.Pixel )
func PossibleTextRecognitionResultDimensionUnitValues ¶
func PossibleTextRecognitionResultDimensionUnitValues() []TextRecognitionResultDimensionUnit
type TrainRequest ¶
type TrainRequest = original.TrainRequest
type TrainResult ¶
type TrainResult = original.TrainResult
type TrainSourceFilter ¶
type TrainSourceFilter = original.TrainSourceFilter
type UnderstandingResult ¶
type UnderstandingResult = original.UnderstandingResult
type ValueType ¶
const ( ValueTypeFieldValue ValueType = original.ValueTypeFieldValue ValueTypeNumberValue ValueType = original.ValueTypeNumberValue ValueTypeStringValue ValueType = original.ValueTypeStringValue )
func PossibleValueTypeValues ¶
func PossibleValueTypeValues() []ValueType
Click to show internal directories.
Click to hide internal directories.