Documentation ¶
Index ¶
- type AutoClassificationRequestBody
- type AutoClassificationResult
- type AutoClassificationResultStatus
- type BankcardRequestBody
- type BankcardResult
- type BeneficiaryItem
- type BusinessCardRequestBody
- type BusinessCardResult
- type BusinessLicenseRequestBody
- type BusinessLicenseResult
- type DriverLicenseRequestBody
- type DriverLicenseResult
- type ExtraInfoList
- type FinancialStatementRequestBody
- type FinancialStatementResult
- type FinancialStatementResultImageSize
- type FinancialStatementWordsBlockList
- type FinancialStatementWordsRegionList
- type FlightItineraryRequestBody
- type FlightItineraryResult
- type GeneralTableRequestBody
- type GeneralTableResult
- type GeneralTableWordsBlockList
- type GeneralTextRequestBody
- type GeneralTextResult
- type GeneralTextWordsBlockList
- type HandwritingRequestBody
- type HandwritingResult
- type HandwritingWordsBlockList
- type IdCardRequestBody
- type IdCardResult
- type IdcardVerificationResult
- type InsuranceItem
- type InsurancePolicyDetail
- type InsurancePolicyRequestBody
- type InsurancePolicyResult
- type InsurantItem
- type InvoiceVerificationRequestBody
- type ItemList
- type ItineraryList
- type LicensePlateRequestBody
- type LicensePlateResult
- type MvsInvoiceRequestBody
- type MvsInvoiceResult
- type PassportRequestBody
- type PassportResult
- type QualificationCategory
- type QualificationCategoryConfidence
- type QualificationCertificateRequestBody
- type QualificationCertificateResult
- type QualificationConfidence
- type QuotaInvoiceRequestBody
- type QuotaInvoiceResult
- type RecognizeAutoClassificationRequest
- type RecognizeAutoClassificationResponse
- type RecognizeBankcardRequest
- type RecognizeBankcardResponse
- type RecognizeBusinessCardRequest
- type RecognizeBusinessCardResponse
- type RecognizeBusinessLicenseRequest
- type RecognizeBusinessLicenseResponse
- type RecognizeDriverLicenseRequest
- type RecognizeDriverLicenseResponse
- type RecognizeFinancialStatementRequest
- type RecognizeFinancialStatementResponse
- type RecognizeFlightItineraryRequest
- type RecognizeFlightItineraryResponse
- type RecognizeGeneralTableRequest
- type RecognizeGeneralTableResponse
- type RecognizeGeneralTextRequest
- type RecognizeGeneralTextResponse
- type RecognizeHandwritingRequest
- type RecognizeHandwritingResponse
- type RecognizeIdCardRequest
- type RecognizeIdCardResponse
- type RecognizeInsurancePolicyRequest
- type RecognizeInsurancePolicyResponse
- type RecognizeInvoiceVerificationRequest
- type RecognizeInvoiceVerificationResponse
- type RecognizeLicensePlateRequest
- type RecognizeLicensePlateResponse
- type RecognizeMvsInvoiceRequest
- type RecognizeMvsInvoiceResponse
- type RecognizePassportRequest
- type RecognizePassportResponse
- type RecognizeQualificationCertificateRequest
- type RecognizeQualificationCertificateResponse
- type RecognizeQuotaInvoiceRequest
- type RecognizeQuotaInvoiceResponse
- type RecognizeTaxiInvoiceRequest
- type RecognizeTaxiInvoiceResponse
- type RecognizeTollInvoiceRequest
- type RecognizeTollInvoiceResponse
- type RecognizeTrainTicketRequest
- type RecognizeTrainTicketResponse
- type RecognizeTransportationLicenseRequest
- type RecognizeTransportationLicenseResponse
- type RecognizeVatInvoiceRequest
- type RecognizeVatInvoiceResponse
- type RecognizeVehicleLicenseRequest
- type RecognizeVehicleLicenseResponse
- type RecognizeVinRequest
- type RecognizeVinResponse
- type RecognizeWebImageRequest
- type RecognizeWebImageResponse
- type TaxiInvoiceRequestBody
- type TaxiInvoiceResult
- type TollInvoiceRequestBody
- type TollInvoiceResult
- type TrainTicketRequestBody
- type TrainTicketResult
- type TransportationLicenseRequestBody
- type TransportationLicenseResult
- type VatInvoiceRequestBody
- type VatInvoiceResult
- type VehicleLicenseRequestBody
- type VehicleLicenseResult
- type VinRequestBody
- type VinResult
- type WebImageRequestBody
- type WebImageResult
- type WebImageWordsBlockList
- type WordsListIem
- type WordsRegionList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoClassificationRequestBody ¶
type AutoClassificationRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` TypeList *[]string `json:"type_list,omitempty"` }
func (AutoClassificationRequestBody) String ¶
func (o AutoClassificationRequestBody) String() string
type AutoClassificationResult ¶
type AutoClassificationResult struct { Status *AutoClassificationResultStatus `json:"status"` Content *interface{} `json:"content"` Type string `json:"type"` Location [][]int32 `json:"location"` }
func (AutoClassificationResult) String ¶
func (o AutoClassificationResult) String() string
type AutoClassificationResultStatus ¶ added in v0.0.59
type AutoClassificationResultStatus struct { ErrorCode *string `json:"error_code,omitempty"` ErrorMsg *string `json:"error_msg,omitempty"` }
func (AutoClassificationResultStatus) String ¶ added in v0.0.59
func (o AutoClassificationResultStatus) String() string
type BankcardRequestBody ¶
type BankcardRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (BankcardRequestBody) String ¶
func (o BankcardRequestBody) String() string
type BankcardResult ¶
type BankcardResult struct { BankName *string `json:"bank_name,omitempty"` CardNumber *string `json:"card_number,omitempty"` IssueDate *string `json:"issue_date,omitempty"` ExpiryDate *string `json:"expiry_date,omitempty"` Type *string `json:"type,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (BankcardResult) String ¶
func (o BankcardResult) String() string
type BeneficiaryItem ¶ added in v0.0.67
type BeneficiaryItem struct { BeneficiaryName *InsurancePolicyDetail `json:"beneficiary_name,omitempty"` BeneficiaryType *InsurancePolicyDetail `json:"beneficiary_type,omitempty"` BeneficiaryOrder *InsurancePolicyDetail `json:"beneficiary_order,omitempty"` }
func (BeneficiaryItem) String ¶ added in v0.0.67
func (o BeneficiaryItem) String() string
type BusinessCardRequestBody ¶
type BusinessCardRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` DetectDirection *bool `json:"detect_direction,omitempty"` ReturnAdjustedImage *bool `json:"return_adjusted_image,omitempty"` }
func (BusinessCardRequestBody) String ¶
func (o BusinessCardRequestBody) String() string
type BusinessCardResult ¶
type BusinessCardResult struct { Name *[]string `json:"name,omitempty"` Title *[]string `json:"title,omitempty"` Company *[]string `json:"company,omitempty"` Department *[]string `json:"department,omitempty"` Phone *[]string `json:"phone,omitempty"` Address *[]string `json:"address,omitempty"` Email *[]string `json:"email,omitempty"` Fax *[]string `json:"fax,omitempty"` Postcode *[]string `json:"postcode,omitempty"` Website *[]string `json:"website,omitempty"` ExtraInfoList *[]ExtraInfoList `json:"extra_info_list,omitempty"` AdjustedImage *string `json:"adjusted_image,omitempty"` }
func (BusinessCardResult) String ¶
func (o BusinessCardResult) String() string
type BusinessLicenseRequestBody ¶
type BusinessLicenseRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (BusinessLicenseRequestBody) String ¶
func (o BusinessLicenseRequestBody) String() string
type BusinessLicenseResult ¶
type BusinessLicenseResult struct { RegistrationNumber *string `json:"registration_number,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` Address *string `json:"address,omitempty"` LegalRepresentative *string `json:"legal_representative,omitempty"` RegisteredCapital *string `json:"registered_capital,omitempty"` FoundDate *string `json:"found_date,omitempty"` BusinessTerm *string `json:"business_term,omitempty"` BusinessScope *string `json:"business_scope,omitempty"` IssueDate *string `json:"issue_date,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (BusinessLicenseResult) String ¶
func (o BusinessLicenseResult) String() string
type DriverLicenseRequestBody ¶
type DriverLicenseRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` Side *string `json:"side,omitempty"` ReturnIssuingAuthority *bool `json:"return_issuing_authority,omitempty"` }
func (DriverLicenseRequestBody) String ¶
func (o DriverLicenseRequestBody) String() string
type DriverLicenseResult ¶
type DriverLicenseResult struct { Number *string `json:"number,omitempty"` Name *string `json:"name,omitempty"` Sex *string `json:"sex,omitempty"` Nationality *string `json:"nationality,omitempty"` Address *string `json:"address,omitempty"` Birth *string `json:"birth,omitempty"` IssueDate *string `json:"issue_date,omitempty"` Class *string `json:"class,omitempty"` ValidFrom *string `json:"valid_from,omitempty"` ValidTo *string `json:"valid_to,omitempty"` IssuingAuthority *string `json:"issuing_authority,omitempty"` FileNumber *string `json:"file_number,omitempty"` Record *string `json:"record,omitempty"` }
func (DriverLicenseResult) String ¶
func (o DriverLicenseResult) String() string
type ExtraInfoList ¶
type ExtraInfoList struct { Item *string `json:"item,omitempty"` Value *string `json:"value,omitempty"` Note *[]string `json:"note,omitempty"` }
func (ExtraInfoList) String ¶
func (o ExtraInfoList) String() string
type FinancialStatementRequestBody ¶ added in v0.0.67
type FinancialStatementRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` ReturnTextLocation *bool `json:"return_text_location,omitempty"` ReturnConfidence *bool `json:"return_confidence,omitempty"` ReturnExcel *bool `json:"return_excel,omitempty"` ReturnTableLocation *bool `json:"return_table_location,omitempty"` ReturnImageSize *bool `json:"return_image_size,omitempty"` }
func (FinancialStatementRequestBody) String ¶ added in v0.0.67
func (o FinancialStatementRequestBody) String() string
type FinancialStatementResult ¶ added in v0.0.67
type FinancialStatementResult struct { WordsRegionCount int32 `json:"words_region_count"` WordsRegionList []FinancialStatementWordsRegionList `json:"words_region_list"` Excel *string `json:"excel,omitempty"` ImageSize *FinancialStatementResultImageSize `json:"image_size,omitempty"` }
func (FinancialStatementResult) String ¶ added in v0.0.67
func (o FinancialStatementResult) String() string
type FinancialStatementResultImageSize ¶ added in v0.0.67
type FinancialStatementResultImageSize struct { Height *int32 `json:"height,omitempty"` Width *int32 `json:"width,omitempty"` }
func (FinancialStatementResultImageSize) String ¶ added in v0.0.67
func (o FinancialStatementResultImageSize) String() string
type FinancialStatementWordsBlockList ¶ added in v0.0.67
type FinancialStatementWordsBlockList struct { Words *string `json:"words,omitempty"` Location *[][]int32 `json:"location,omitempty"` Confidence *float32 `json:"confidence,omitempty"` Rows *[]int32 `json:"rows,omitempty"` Columns *[]int32 `json:"columns,omitempty"` CellLocation *[][]int32 `json:"cell_location,omitempty"` }
func (FinancialStatementWordsBlockList) String ¶ added in v0.0.67
func (o FinancialStatementWordsBlockList) String() string
type FinancialStatementWordsRegionList ¶ added in v0.0.67
type FinancialStatementWordsRegionList struct { Type *string `json:"type,omitempty"` WordsBlockCount *float32 `json:"words_block_count,omitempty"` TableLocation *[][]int32 `json:"table_location,omitempty"` WordsBlockList *[]FinancialStatementWordsBlockList `json:"words_block_list,omitempty"` }
func (FinancialStatementWordsRegionList) String ¶ added in v0.0.67
func (o FinancialStatementWordsRegionList) String() string
type FlightItineraryRequestBody ¶
type FlightItineraryRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (FlightItineraryRequestBody) String ¶
func (o FlightItineraryRequestBody) String() string
type FlightItineraryResult ¶
type FlightItineraryResult struct { SerialNumber *string `json:"serial_number,omitempty"` PassengerName *string `json:"passenger_name,omitempty"` IdNumber *string `json:"id_number,omitempty"` EndorsementsRestrictions *string `json:"endorsements_restrictions,omitempty"` OrderNumber *string `json:"order_number,omitempty"` Fare *string `json:"fare,omitempty"` CaacDevelopmentFund *string `json:"caac_development_fund,omitempty"` FuelSurcharge *string `json:"fuel_surcharge,omitempty"` OtherTaxes *string `json:"other_taxes,omitempty"` Total *string `json:"total,omitempty"` ETicketNumber *string `json:"e_ticket_number,omitempty"` CheckCode *string `json:"check_code,omitempty"` ReferenceInformation *string `json:"reference_information,omitempty"` Insurance *string `json:"insurance,omitempty"` AgentCode *string `json:"agent_code,omitempty"` IssueOrganization *string `json:"issue_organization,omitempty"` IssueDate *string `json:"issue_date,omitempty"` ItineraryList *[]ItineraryList `json:"itinerary_list,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (FlightItineraryResult) String ¶
func (o FlightItineraryResult) String() string
type GeneralTableRequestBody ¶
type GeneralTableRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` ReturnTextLocation *bool `json:"return_text_location,omitempty"` ReturnConfidence *bool `json:"return_confidence,omitempty"` ReturnExcel *bool `json:"return_excel,omitempty"` }
func (GeneralTableRequestBody) String ¶
func (o GeneralTableRequestBody) String() string
type GeneralTableResult ¶
type GeneralTableResult struct { WordsRegionCount int32 `json:"words_region_count"` WordsRegionList []WordsRegionList `json:"words_region_list"` Excel *string `json:"excel,omitempty"` }
func (GeneralTableResult) String ¶
func (o GeneralTableResult) String() string
type GeneralTableWordsBlockList ¶
type GeneralTableWordsBlockList struct { Words *string `json:"words,omitempty"` Confidence *float32 `json:"confidence,omitempty"` Location *[][]int32 `json:"location,omitempty"` WordsList *[]WordsListIem `json:"words_list,omitempty"` Rows *[]int32 `json:"rows,omitempty"` Columns *[]int32 `json:"columns,omitempty"` CellLocation *[][]int32 `json:"cell_location,omitempty"` }
子区域识别文字块列表,输出顺序从左到右,先上后下。
func (GeneralTableWordsBlockList) String ¶
func (o GeneralTableWordsBlockList) String() string
type GeneralTextRequestBody ¶
type GeneralTextRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` DetectDirection *bool `json:"detect_direction,omitempty"` QuickMode *bool `json:"quick_mode,omitempty"` }
func (GeneralTextRequestBody) String ¶
func (o GeneralTextRequestBody) String() string
type GeneralTextResult ¶
type GeneralTextResult struct { Direction int32 `json:"direction"` WordsBlockCount int32 `json:"words_block_count"` WordsBlockList []GeneralTextWordsBlockList `json:"words_block_list"` }
func (GeneralTextResult) String ¶
func (o GeneralTextResult) String() string
type GeneralTextWordsBlockList ¶
type GeneralTextWordsBlockList struct { Words string `json:"words"` Location [][]int32 `json:"location"` }
识别文字块列表,输出顺序从左到右,先上后下。
func (GeneralTextWordsBlockList) String ¶
func (o GeneralTextWordsBlockList) String() string
type HandwritingRequestBody ¶
type HandwritingRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` QuickMode *bool `json:"quick_mode,omitempty"` CharSet *string `json:"char_set,omitempty"` DetectDirection *bool `json:"detect_direction,omitempty"` }
func (HandwritingRequestBody) String ¶
func (o HandwritingRequestBody) String() string
type HandwritingResult ¶
type HandwritingResult struct { WordsBlockCount int32 `json:"words_block_count"` WordsBlockList []HandwritingWordsBlockList `json:"words_block_list"` }
func (HandwritingResult) String ¶
func (o HandwritingResult) String() string
type HandwritingWordsBlockList ¶
type HandwritingWordsBlockList struct { Words *string `json:"words,omitempty"` Type *string `json:"type,omitempty"` Confidence *float32 `json:"confidence,omitempty"` Location *[][]int32 `json:"location,omitempty"` }
func (HandwritingWordsBlockList) String ¶
func (o HandwritingWordsBlockList) String() string
type IdCardRequestBody ¶
type IdCardRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` Side *string `json:"side,omitempty"` ReturnVerification *bool `json:"return_verification,omitempty"` }
func (IdCardRequestBody) String ¶
func (o IdCardRequestBody) String() string
type IdCardResult ¶
type IdCardResult struct { Name *string `json:"name,omitempty"` Sex *string `json:"sex,omitempty"` Birth *string `json:"birth,omitempty"` Ethnicity *string `json:"ethnicity,omitempty"` Address *string `json:"address,omitempty"` Number *string `json:"number,omitempty"` Issue *string `json:"issue,omitempty"` ValidFrom *string `json:"valid_from,omitempty"` ValidTo *string `json:"valid_to,omitempty"` VerificationResult *IdcardVerificationResult `json:"verification_result,omitempty"` }
func (IdCardResult) String ¶
func (o IdCardResult) String() string
type IdcardVerificationResult ¶ added in v0.0.59
type IdcardVerificationResult struct { ValidNumber *bool `json:"valid_number,omitempty"` ValidBirth *bool `json:"valid_birth,omitempty"` ValidSex *bool `json:"valid_sex,omitempty"` ValidDate *bool `json:"valid_date,omitempty"` }
校验信息。仅在输入参数return_verification为true时,返回该字段,该字段包含valid_number、valid_birth、valid_sex和valid_date的校验信息。
func (IdcardVerificationResult) String ¶ added in v0.0.59
func (o IdcardVerificationResult) String() string
type InsuranceItem ¶ added in v0.0.67
type InsuranceItem struct { InsuranceName *InsurancePolicyDetail `json:"insurance_name,omitempty"` InsurancePeriod *InsurancePolicyDetail `json:"insurance_period,omitempty"` InsuranceAmount *InsurancePolicyDetail `json:"insurance_amount,omitempty"` PaymentFrequency *InsurancePolicyDetail `json:"payment_frequency,omitempty"` PaymentPeriod *InsurancePolicyDetail `json:"payment_period,omitempty"` PaymentAmount *InsurancePolicyDetail `json:"payment_amount,omitempty"` }
func (InsuranceItem) String ¶ added in v0.0.67
func (o InsuranceItem) String() string
type InsurancePolicyDetail ¶ added in v0.0.67
type InsurancePolicyDetail struct { Words *string `json:"words,omitempty"` Location *[][]int32 `json:"location,omitempty"` }
func (InsurancePolicyDetail) String ¶ added in v0.0.67
func (o InsurancePolicyDetail) String() string
type InsurancePolicyRequestBody ¶ added in v0.0.67
type InsurancePolicyRequestBody struct { Image string `json:"image"` DetectDirection *bool `json:"detect_direction,omitempty"` }
func (InsurancePolicyRequestBody) String ¶ added in v0.0.67
func (o InsurancePolicyRequestBody) String() string
type InsurancePolicyResult ¶ added in v0.0.67
type InsurancePolicyResult struct { BankName *string `json:"bank_name,omitempty"` BillNumber *InsurancePolicyDetail `json:"bill_number,omitempty"` Company *InsurancePolicyDetail `json:"company,omitempty"` EffectiveDate *InsurancePolicyDetail `json:"effective_date,omitempty"` ApplicantName *InsurancePolicyDetail `json:"applicant_name,omitempty"` ApplicantSex *InsurancePolicyDetail `json:"applicant_sex,omitempty"` ApplicantBirthday *InsurancePolicyDetail `json:"applicant_birthday,omitempty"` ApplicantIdType *InsurancePolicyDetail `json:"applicant_id_type,omitempty"` ApplicantIdNumber *InsurancePolicyDetail `json:"applicant_id_number,omitempty"` InsurantList *[]InsurantItem `json:"insurant_list,omitempty"` BeneficiaryList *[]BeneficiaryItem `json:"beneficiary_list,omitempty"` InsuranceList *[]InsuranceItem `json:"insurance_list,omitempty"` }
func (InsurancePolicyResult) String ¶ added in v0.0.67
func (o InsurancePolicyResult) String() string
type InsurantItem ¶ added in v0.0.67
type InsurantItem struct { InsurantName *InsurancePolicyDetail `json:"insurant_name,omitempty"` InsurantSex *InsurancePolicyDetail `json:"insurant_sex,omitempty"` InsurantBirthday *InsurancePolicyDetail `json:"insurant_birthday,omitempty"` InsurantIdType *InsurancePolicyDetail `json:"insurant_id_type,omitempty"` InsurantIdNumber *InsurancePolicyDetail `json:"insurant_id_number,omitempty"` }
func (InsurantItem) String ¶ added in v0.0.67
func (o InsurantItem) String() string
type InvoiceVerificationRequestBody ¶ added in v0.0.59
type InvoiceVerificationRequestBody struct { Code string `json:"code"` Number string `json:"number"` IssueDate string `json:"issue_date"` CheckCode *string `json:"check_code,omitempty"` SubtotalAmount *string `json:"subtotal_amount,omitempty"` }
func (InvoiceVerificationRequestBody) String ¶ added in v0.0.59
func (o InvoiceVerificationRequestBody) String() string
type ItemList ¶
type ItemList struct { Name *string `json:"name,omitempty"` Specification *string `json:"specification,omitempty"` Unit *string `json:"unit,omitempty"` Quantity *string `json:"quantity,omitempty"` UnitPrice *string `json:"unit_price,omitempty"` LicensePlateNumber *string `json:"license_plate_number,omitempty"` Amount *string `json:"amount,omitempty"` TaxRate *string `json:"tax_rate,omitempty"` Tax *string `json:"tax,omitempty"` EndDate *string `json:"end_date,omitempty"` StartDate *string `json:"start_date,omitempty"` VehicleType *string `json:"vehicle_type,omitempty"` }
type ItineraryList ¶
type ItineraryList struct { DepartureStation *string `json:"departure_station,omitempty"` DestinationStation *string `json:"destination_station,omitempty"` Carrier *string `json:"carrier,omitempty"` Flight *string `json:"flight,omitempty"` CabinClass *string `json:"cabin_class,omitempty"` Date *string `json:"date,omitempty"` Time *string `json:"time,omitempty"` FareBasis *string `json:"fare_basis,omitempty"` EffectiveDate *string `json:"effective_date,omitempty"` ExpiryDate *string `json:"expiry_date,omitempty"` BaggageAllowance *string `json:"baggage_allowance,omitempty"` }
机票行程列表。
func (ItineraryList) String ¶
func (o ItineraryList) String() string
type LicensePlateRequestBody ¶
type LicensePlateRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (LicensePlateRequestBody) String ¶
func (o LicensePlateRequestBody) String() string
type LicensePlateResult ¶
type LicensePlateResult struct { PlateNumber string `json:"plate_number"` PlateColor string `json:"plate_color"` PlateLocation [][]int32 `json:"plate_location"` Confidence float32 `json:"confidence"` }
func (LicensePlateResult) String ¶
func (o LicensePlateResult) String() string
type MvsInvoiceRequestBody ¶
type MvsInvoiceRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (MvsInvoiceRequestBody) String ¶
func (o MvsInvoiceRequestBody) String() string
type MvsInvoiceResult ¶
type MvsInvoiceResult struct { Code *string `json:"code,omitempty"` Number *string `json:"number,omitempty"` MachinePrintedCode *string `json:"machine_printed_code,omitempty"` MachinePrintedNumber *string `json:"machine_printed_number,omitempty"` IssueDate *string `json:"issue_date,omitempty"` MachineNumber *string `json:"machine_number,omitempty"` BuyerName *string `json:"buyer_name,omitempty"` BuyerOrganizationNumber *string `json:"buyer_organization_number,omitempty"` BuyerId *string `json:"buyer_id,omitempty"` SellerName *string `json:"seller_name,omitempty"` SellerPhone *string `json:"seller_phone,omitempty"` SellerId *string `json:"seller_id,omitempty"` SellerAccount *string `json:"seller_account,omitempty"` SellerAddress *string `json:"seller_address,omitempty"` SellerBank *string `json:"seller_bank,omitempty"` VehicleType *string `json:"vehicle_type,omitempty"` BrandModel *string `json:"brand_model,omitempty"` ManufacturingLocation *string `json:"manufacturing_location,omitempty"` QualityCertificate *string `json:"quality_certificate,omitempty"` ImportCertificate *string `json:"import_certificate,omitempty"` InspectionNumber *string `json:"inspection_number,omitempty"` EngineNumber *string `json:"engine_number,omitempty"` VehicleIdentificationNumber *string `json:"vehicle_identification_number,omitempty"` Tonnage *string `json:"tonnage,omitempty"` SeatingCapacity *string `json:"seating_capacity,omitempty"` TaxAuthority *string `json:"tax_authority,omitempty"` TaxAuthorityCode *string `json:"tax_authority_code,omitempty"` TaxPaymentReceipt *string `json:"tax_payment_receipt,omitempty"` TaxRate *string `json:"tax_rate,omitempty"` Tax *string `json:"tax,omitempty"` TaxExclusivePrice *string `json:"tax_exclusive_price,omitempty"` Total *string `json:"total,omitempty"` TotalChinese *string `json:"total_chinese,omitempty"` FiscalCode *string `json:"fiscal_code,omitempty"` }
func (MvsInvoiceResult) String ¶
func (o MvsInvoiceResult) String() string
type PassportRequestBody ¶
type PassportRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` CountryCode *string `json:"country_code,omitempty"` }
func (PassportRequestBody) String ¶
func (o PassportRequestBody) String() string
type PassportResult ¶
type PassportResult struct { PassportType *string `json:"passport_type,omitempty"` CountryCode *string `json:"country_code,omitempty"` PassportNumber *string `json:"passport_number,omitempty"` Nationality *string `json:"nationality,omitempty"` Surname *string `json:"surname,omitempty"` GivenName *string `json:"given_name,omitempty"` Sex *string `json:"sex,omitempty"` DateOfBirth *string `json:"date_of_birth,omitempty"` DateOfExpiry *string `json:"date_of_expiry,omitempty"` DateOfIssue *string `json:"date_of_issue,omitempty"` PlaceOfBirth *string `json:"place_of_birth,omitempty"` PlaceOfIssue *string `json:"place_of_issue,omitempty"` IssuingAuthority *string `json:"issuing_authority,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` ExtraInfo *interface{} `json:"extra_info,omitempty"` }
func (PassportResult) String ¶
func (o PassportResult) String() string
type QualificationCategory ¶ added in v0.0.67
type QualificationCategory struct { Category *string `json:"category,omitempty"` InitialIssueDate *string `json:"initial_issue_date,omitempty"` IssueDate *string `json:"issue_date,omitempty"` ExpiryDate *string `json:"expiry_date,omitempty"` }
func (QualificationCategory) String ¶ added in v0.0.67
func (o QualificationCategory) String() string
type QualificationCategoryConfidence ¶ added in v0.0.67
type QualificationCategoryConfidence struct { Category *float32 `json:"category,omitempty"` InitialIssueDate *float32 `json:"initial_issue_date,omitempty"` IssueDate *float32 `json:"issue_date,omitempty"` ExpiryDate *float32 `json:"expiry_date,omitempty"` }
func (QualificationCategoryConfidence) String ¶ added in v0.0.67
func (o QualificationCategoryConfidence) String() string
type QualificationCertificateRequestBody ¶ added in v0.0.67
type QualificationCertificateRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (QualificationCertificateRequestBody) String ¶ added in v0.0.67
func (o QualificationCertificateRequestBody) String() string
type QualificationCertificateResult ¶ added in v0.0.67
type QualificationCertificateResult struct { IdNumber *string `json:"id_number,omitempty"` AssessmentDate *string `json:"assessment_date,omitempty"` CertificateNumber *string `json:"certificate_number,omitempty"` FileNumber *string `json:"file_number,omitempty"` UnionCardNumber *string `json:"union_card_number,omitempty"` ContinuingEducationInfo *string `json:"continuing_education_info,omitempty"` Sex *string `json:"sex,omitempty"` PhoneNumber *string `json:"phone_number,omitempty"` RegistrationDate *string `json:"registration_date,omitempty"` WorkUnit *string `json:"work_unit,omitempty"` IntegrityAssessmentInfo *string `json:"integrity_assessment_info,omitempty"` Nationality *string `json:"nationality,omitempty"` Name *string `json:"name,omitempty"` Address *string `json:"address,omitempty"` DrivingClass *string `json:"driving_class,omitempty"` IssuingAuthority *string `json:"issuing_authority,omitempty"` BirthDate *string `json:"birth_date,omitempty"` QualificationCategoryList *[]QualificationCategory `json:"qualification_category_list,omitempty"` Confidence *QualificationConfidence `json:"confidence,omitempty"` }
func (QualificationCertificateResult) String ¶ added in v0.0.67
func (o QualificationCertificateResult) String() string
type QualificationConfidence ¶ added in v0.0.67
type QualificationConfidence struct { IdNumber *float32 `json:"id_number,omitempty"` AssessmentDate *float32 `json:"assessment_date,omitempty"` CertificateNumber *float32 `json:"certificate_number,omitempty"` FileNumber *float32 `json:"file_number,omitempty"` UnionCardNumber *float32 `json:"union_card_number,omitempty"` ContinuingEducationInfo *float32 `json:"continuing_education_info,omitempty"` Sex *float32 `json:"sex,omitempty"` PhoneNumber *float32 `json:"phone_number,omitempty"` RegistrationDate *float32 `json:"registration_date,omitempty"` WorkUnit *float32 `json:"work_unit,omitempty"` IntegrityAssessmentInfo *float32 `json:"integrity_assessment_info,omitempty"` Nationality *float32 `json:"nationality,omitempty"` Name *float32 `json:"name,omitempty"` Address *float32 `json:"address,omitempty"` DrivingClass *float32 `json:"driving_class,omitempty"` IssuingAuthority *float32 `json:"issuing_authority,omitempty"` BirthDate *float32 `json:"birth_date,omitempty"` QualificationCategoryList *[]QualificationCategoryConfidence `json:"qualification_category_list,omitempty"` }
func (QualificationConfidence) String ¶ added in v0.0.67
func (o QualificationConfidence) String() string
type QuotaInvoiceRequestBody ¶
type QuotaInvoiceRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (QuotaInvoiceRequestBody) String ¶
func (o QuotaInvoiceRequestBody) String() string
type QuotaInvoiceResult ¶
type QuotaInvoiceResult struct { Number *string `json:"number,omitempty"` Code *string `json:"code,omitempty"` Location *string `json:"location,omitempty"` Amount *string `json:"amount,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (QuotaInvoiceResult) String ¶
func (o QuotaInvoiceResult) String() string
type RecognizeAutoClassificationRequest ¶
type RecognizeAutoClassificationRequest struct {
Body *AutoClassificationRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeAutoClassificationRequest) String ¶
func (o RecognizeAutoClassificationRequest) String() string
type RecognizeAutoClassificationResponse ¶
type RecognizeAutoClassificationResponse struct { Result *[]AutoClassificationResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeAutoClassificationResponse) String ¶
func (o RecognizeAutoClassificationResponse) String() string
type RecognizeBankcardRequest ¶
type RecognizeBankcardRequest struct {
Body *BankcardRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeBankcardRequest) String ¶
func (o RecognizeBankcardRequest) String() string
type RecognizeBankcardResponse ¶
type RecognizeBankcardResponse struct { Result *BankcardResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeBankcardResponse) String ¶
func (o RecognizeBankcardResponse) String() string
type RecognizeBusinessCardRequest ¶
type RecognizeBusinessCardRequest struct {
Body *BusinessCardRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeBusinessCardRequest) String ¶
func (o RecognizeBusinessCardRequest) String() string
type RecognizeBusinessCardResponse ¶
type RecognizeBusinessCardResponse struct { Result *BusinessCardResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeBusinessCardResponse) String ¶
func (o RecognizeBusinessCardResponse) String() string
type RecognizeBusinessLicenseRequest ¶
type RecognizeBusinessLicenseRequest struct {
Body *BusinessLicenseRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeBusinessLicenseRequest) String ¶
func (o RecognizeBusinessLicenseRequest) String() string
type RecognizeBusinessLicenseResponse ¶
type RecognizeBusinessLicenseResponse struct { Result *BusinessLicenseResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeBusinessLicenseResponse) String ¶
func (o RecognizeBusinessLicenseResponse) String() string
type RecognizeDriverLicenseRequest ¶
type RecognizeDriverLicenseRequest struct {
Body *DriverLicenseRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeDriverLicenseRequest) String ¶
func (o RecognizeDriverLicenseRequest) String() string
type RecognizeDriverLicenseResponse ¶
type RecognizeDriverLicenseResponse struct { Result *DriverLicenseResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeDriverLicenseResponse) String ¶
func (o RecognizeDriverLicenseResponse) String() string
type RecognizeFinancialStatementRequest ¶ added in v0.0.67
type RecognizeFinancialStatementRequest struct {
Body *FinancialStatementRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeFinancialStatementRequest) String ¶ added in v0.0.67
func (o RecognizeFinancialStatementRequest) String() string
type RecognizeFinancialStatementResponse ¶ added in v0.0.67
type RecognizeFinancialStatementResponse struct { Result *FinancialStatementResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeFinancialStatementResponse) String ¶ added in v0.0.67
func (o RecognizeFinancialStatementResponse) String() string
type RecognizeFlightItineraryRequest ¶
type RecognizeFlightItineraryRequest struct {
Body *FlightItineraryRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeFlightItineraryRequest) String ¶
func (o RecognizeFlightItineraryRequest) String() string
type RecognizeFlightItineraryResponse ¶
type RecognizeFlightItineraryResponse struct { Result *FlightItineraryResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeFlightItineraryResponse) String ¶
func (o RecognizeFlightItineraryResponse) String() string
type RecognizeGeneralTableRequest ¶
type RecognizeGeneralTableRequest struct {
Body *GeneralTableRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeGeneralTableRequest) String ¶
func (o RecognizeGeneralTableRequest) String() string
type RecognizeGeneralTableResponse ¶
type RecognizeGeneralTableResponse struct { Result *GeneralTableResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeGeneralTableResponse) String ¶
func (o RecognizeGeneralTableResponse) String() string
type RecognizeGeneralTextRequest ¶
type RecognizeGeneralTextRequest struct {
Body *GeneralTextRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeGeneralTextRequest) String ¶
func (o RecognizeGeneralTextRequest) String() string
type RecognizeGeneralTextResponse ¶
type RecognizeGeneralTextResponse struct { Result *GeneralTextResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeGeneralTextResponse) String ¶
func (o RecognizeGeneralTextResponse) String() string
type RecognizeHandwritingRequest ¶
type RecognizeHandwritingRequest struct {
Body *HandwritingRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeHandwritingRequest) String ¶
func (o RecognizeHandwritingRequest) String() string
type RecognizeHandwritingResponse ¶
type RecognizeHandwritingResponse struct { Result *HandwritingResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeHandwritingResponse) String ¶
func (o RecognizeHandwritingResponse) String() string
type RecognizeIdCardRequest ¶
type RecognizeIdCardRequest struct {
Body *IdCardRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeIdCardRequest) String ¶
func (o RecognizeIdCardRequest) String() string
type RecognizeIdCardResponse ¶
type RecognizeIdCardResponse struct { Result *IdCardResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeIdCardResponse) String ¶
func (o RecognizeIdCardResponse) String() string
type RecognizeInsurancePolicyRequest ¶ added in v0.0.67
type RecognizeInsurancePolicyRequest struct {
Body *InsurancePolicyRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeInsurancePolicyRequest) String ¶ added in v0.0.67
func (o RecognizeInsurancePolicyRequest) String() string
type RecognizeInsurancePolicyResponse ¶ added in v0.0.67
type RecognizeInsurancePolicyResponse struct { Result *InsurancePolicyResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeInsurancePolicyResponse) String ¶ added in v0.0.67
func (o RecognizeInsurancePolicyResponse) String() string
type RecognizeInvoiceVerificationRequest ¶ added in v0.0.59
type RecognizeInvoiceVerificationRequest struct {
Body *InvoiceVerificationRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeInvoiceVerificationRequest) String ¶ added in v0.0.59
func (o RecognizeInvoiceVerificationRequest) String() string
type RecognizeInvoiceVerificationResponse ¶ added in v0.0.59
type RecognizeInvoiceVerificationResponse struct { Result *interface{} `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeInvoiceVerificationResponse) String ¶ added in v0.0.59
func (o RecognizeInvoiceVerificationResponse) String() string
type RecognizeLicensePlateRequest ¶
type RecognizeLicensePlateRequest struct {
Body *LicensePlateRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeLicensePlateRequest) String ¶
func (o RecognizeLicensePlateRequest) String() string
type RecognizeLicensePlateResponse ¶
type RecognizeLicensePlateResponse struct { Result *[]LicensePlateResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeLicensePlateResponse) String ¶
func (o RecognizeLicensePlateResponse) String() string
type RecognizeMvsInvoiceRequest ¶
type RecognizeMvsInvoiceRequest struct {
Body *MvsInvoiceRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeMvsInvoiceRequest) String ¶
func (o RecognizeMvsInvoiceRequest) String() string
type RecognizeMvsInvoiceResponse ¶
type RecognizeMvsInvoiceResponse struct { Result *MvsInvoiceResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeMvsInvoiceResponse) String ¶
func (o RecognizeMvsInvoiceResponse) String() string
type RecognizePassportRequest ¶
type RecognizePassportRequest struct {
Body *PassportRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizePassportRequest) String ¶
func (o RecognizePassportRequest) String() string
type RecognizePassportResponse ¶
type RecognizePassportResponse struct { Result *PassportResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizePassportResponse) String ¶
func (o RecognizePassportResponse) String() string
type RecognizeQualificationCertificateRequest ¶ added in v0.0.67
type RecognizeQualificationCertificateRequest struct {
Body *QualificationCertificateRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeQualificationCertificateRequest) String ¶ added in v0.0.67
func (o RecognizeQualificationCertificateRequest) String() string
type RecognizeQualificationCertificateResponse ¶ added in v0.0.67
type RecognizeQualificationCertificateResponse struct { Result *QualificationCertificateResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeQualificationCertificateResponse) String ¶ added in v0.0.67
func (o RecognizeQualificationCertificateResponse) String() string
type RecognizeQuotaInvoiceRequest ¶
type RecognizeQuotaInvoiceRequest struct {
Body *QuotaInvoiceRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeQuotaInvoiceRequest) String ¶
func (o RecognizeQuotaInvoiceRequest) String() string
type RecognizeQuotaInvoiceResponse ¶
type RecognizeQuotaInvoiceResponse struct { Result *QuotaInvoiceResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeQuotaInvoiceResponse) String ¶
func (o RecognizeQuotaInvoiceResponse) String() string
type RecognizeTaxiInvoiceRequest ¶
type RecognizeTaxiInvoiceRequest struct {
Body *TaxiInvoiceRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeTaxiInvoiceRequest) String ¶
func (o RecognizeTaxiInvoiceRequest) String() string
type RecognizeTaxiInvoiceResponse ¶
type RecognizeTaxiInvoiceResponse struct { Result *TaxiInvoiceResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeTaxiInvoiceResponse) String ¶
func (o RecognizeTaxiInvoiceResponse) String() string
type RecognizeTollInvoiceRequest ¶
type RecognizeTollInvoiceRequest struct {
Body *TollInvoiceRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeTollInvoiceRequest) String ¶
func (o RecognizeTollInvoiceRequest) String() string
type RecognizeTollInvoiceResponse ¶
type RecognizeTollInvoiceResponse struct { Result *TollInvoiceResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeTollInvoiceResponse) String ¶
func (o RecognizeTollInvoiceResponse) String() string
type RecognizeTrainTicketRequest ¶
type RecognizeTrainTicketRequest struct {
Body *TrainTicketRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeTrainTicketRequest) String ¶
func (o RecognizeTrainTicketRequest) String() string
type RecognizeTrainTicketResponse ¶
type RecognizeTrainTicketResponse struct { Result *TrainTicketResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeTrainTicketResponse) String ¶
func (o RecognizeTrainTicketResponse) String() string
type RecognizeTransportationLicenseRequest ¶
type RecognizeTransportationLicenseRequest struct {
Body *TransportationLicenseRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeTransportationLicenseRequest) String ¶
func (o RecognizeTransportationLicenseRequest) String() string
type RecognizeTransportationLicenseResponse ¶
type RecognizeTransportationLicenseResponse struct { Result *TransportationLicenseResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeTransportationLicenseResponse) String ¶
func (o RecognizeTransportationLicenseResponse) String() string
type RecognizeVatInvoiceRequest ¶
type RecognizeVatInvoiceRequest struct {
Body *VatInvoiceRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeVatInvoiceRequest) String ¶
func (o RecognizeVatInvoiceRequest) String() string
type RecognizeVatInvoiceResponse ¶
type RecognizeVatInvoiceResponse struct { Result *VatInvoiceResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeVatInvoiceResponse) String ¶
func (o RecognizeVatInvoiceResponse) String() string
type RecognizeVehicleLicenseRequest ¶
type RecognizeVehicleLicenseRequest struct {
Body *VehicleLicenseRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeVehicleLicenseRequest) String ¶
func (o RecognizeVehicleLicenseRequest) String() string
type RecognizeVehicleLicenseResponse ¶
type RecognizeVehicleLicenseResponse struct { Result *VehicleLicenseResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeVehicleLicenseResponse) String ¶
func (o RecognizeVehicleLicenseResponse) String() string
type RecognizeVinRequest ¶
type RecognizeVinRequest struct {
Body *VinRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeVinRequest) String ¶
func (o RecognizeVinRequest) String() string
type RecognizeVinResponse ¶
type RecognizeVinResponse struct { Result *VinResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeVinResponse) String ¶
func (o RecognizeVinResponse) String() string
type RecognizeWebImageRequest ¶
type RecognizeWebImageRequest struct {
Body *WebImageRequestBody `json:"body,omitempty"`
}
Request Object
func (RecognizeWebImageRequest) String ¶
func (o RecognizeWebImageRequest) String() string
type RecognizeWebImageResponse ¶
type RecognizeWebImageResponse struct { Result *WebImageResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RecognizeWebImageResponse) String ¶
func (o RecognizeWebImageResponse) String() string
type TaxiInvoiceRequestBody ¶
type TaxiInvoiceRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (TaxiInvoiceRequestBody) String ¶
func (o TaxiInvoiceRequestBody) String() string
type TaxiInvoiceResult ¶
type TaxiInvoiceResult struct { Location *string `json:"location,omitempty"` Code *string `json:"code,omitempty"` Number *string `json:"number,omitempty"` PhoneNumber *string `json:"phone_number,omitempty"` Company *string `json:"company,omitempty"` TaxiNumber *string `json:"taxi_number,omitempty"` CertificateNumber *string `json:"certificate_number,omitempty"` IdentificationNumber *string `json:"identification_number,omitempty"` Date *string `json:"date,omitempty"` BoardingTime *string `json:"boarding_time,omitempty"` AlightingTime *string `json:"alighting_time,omitempty"` Time *string `json:"time,omitempty"` UnitPrice *string `json:"unit_price,omitempty"` Distance *string `json:"distance,omitempty"` WaitingTime *string `json:"waiting_time,omitempty"` Fare *string `json:"fare,omitempty"` FuelOilSurcharge *string `json:"fuel_oil_surcharge,omitempty"` CallServiceSurcharge *string `json:"call_service_surcharge,omitempty"` Total *string `json:"total,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (TaxiInvoiceResult) String ¶
func (o TaxiInvoiceResult) String() string
type TollInvoiceRequestBody ¶
type TollInvoiceRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (TollInvoiceRequestBody) String ¶
func (o TollInvoiceRequestBody) String() string
type TollInvoiceResult ¶
type TollInvoiceResult struct { Code *string `json:"code,omitempty"` Number *string `json:"number,omitempty"` Entry *string `json:"entry,omitempty"` Exit *string `json:"exit,omitempty"` Amount *string `json:"amount,omitempty"` Cashier *string `json:"cashier,omitempty"` VehicleType *string `json:"vehicle_type,omitempty"` Date *string `json:"date,omitempty"` Time *string `json:"time,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (TollInvoiceResult) String ¶
func (o TollInvoiceResult) String() string
type TrainTicketRequestBody ¶
type TrainTicketRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (TrainTicketRequestBody) String ¶
func (o TrainTicketRequestBody) String() string
type TrainTicketResult ¶
type TrainTicketResult struct { TicketId *string `json:"ticket_id,omitempty"` CheckPort *string `json:"check_port,omitempty"` TrainNumber *string `json:"train_number,omitempty"` DepartureStation *string `json:"departure_station,omitempty"` DestinationStation *string `json:"destination_station,omitempty"` DepartureStationEn *string `json:"departure_station_en,omitempty"` DestinationStationEn *string `json:"destination_station_en,omitempty"` DepartureTime *string `json:"departure_time,omitempty"` SeatNumber *string `json:"seat_number,omitempty"` TicketPrice *string `json:"ticket_price,omitempty"` SaleMethod *string `json:"sale_method,omitempty"` SeatCategory *string `json:"seat_category,omitempty"` TicketChanging *string `json:"ticket_changing,omitempty"` IdNumber *string `json:"id_number,omitempty"` Name *string `json:"name,omitempty"` LogId *string `json:"log_id,omitempty"` SaleLocation *string `json:"sale_location,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (TrainTicketResult) String ¶
func (o TrainTicketResult) String() string
type TransportationLicenseRequestBody ¶
type TransportationLicenseRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (TransportationLicenseRequestBody) String ¶
func (o TransportationLicenseRequestBody) String() string
type TransportationLicenseResult ¶
type TransportationLicenseResult struct { OwnerName *string `json:"owner_name,omitempty"` LicenseNumber *string `json:"license_number,omitempty"` VehicleNumber *string `json:"vehicle_number,omitempty"` VehicleType *string `json:"vehicle_type,omitempty"` VehicleWeight *string `json:"vehicle_weight,omitempty"` VehicleSize *string `json:"vehicle_size,omitempty"` IssuingAuthority *string `json:"issuing_authority,omitempty"` IssueDate *string `json:"issue_date,omitempty"` OwnerAddress *string `json:"owner_address,omitempty"` EconomicType *string `json:"economic_type,omitempty"` BusinessCertificate *string `json:"business_certificate,omitempty"` BusinessScope *string `json:"business_scope,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (TransportationLicenseResult) String ¶
func (o TransportationLicenseResult) String() string
type VatInvoiceRequestBody ¶
type VatInvoiceRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` AdvancedMode *bool `json:"advanced_mode,omitempty"` }
func (VatInvoiceRequestBody) String ¶
func (o VatInvoiceRequestBody) String() string
type VatInvoiceResult ¶
type VatInvoiceResult struct { Type *string `json:"type,omitempty"` SerialNumber *string `json:"serial_number,omitempty"` Attribution *string `json:"attribution,omitempty"` SupervisionSeal *[]string `json:"supervision_seal,omitempty"` Code *string `json:"code,omitempty"` MachineNumber *string `json:"machine_number,omitempty"` PrintNumber *string `json:"print_number,omitempty"` CheckCode *string `json:"check_code,omitempty"` Number *string `json:"number,omitempty"` IssueDate *string `json:"issue_date,omitempty"` EncryptionBlock *string `json:"encryption_block,omitempty"` BuyerName *string `json:"buyer_name,omitempty"` BuyerId *string `json:"buyer_id,omitempty"` BuyerAddress *string `json:"buyer_address,omitempty"` BuyerBank *string `json:"buyer_bank,omitempty"` SellerName *string `json:"seller_name,omitempty"` SellerId *string `json:"seller_id,omitempty"` SellerAddress *string `json:"seller_address,omitempty"` SellerBank *string `json:"seller_bank,omitempty"` SubtotalAmount *string `json:"subtotal_amount,omitempty"` SubtotalTax *string `json:"subtotal_tax,omitempty"` Total *string `json:"total,omitempty"` TotalInWords *string `json:"total_in_words,omitempty"` Remarks *string `json:"remarks,omitempty"` Receiver *string `json:"receiver,omitempty"` Reviewer *string `json:"reviewer,omitempty"` Issuer *string `json:"issuer,omitempty"` SellerSeal *[]string `json:"seller_seal,omitempty"` ItemList *[]ItemList `json:"item_list,omitempty"` Confidence *interface{} `json:"confidence,omitempty"` }
func (VatInvoiceResult) String ¶
func (o VatInvoiceResult) String() string
type VehicleLicenseRequestBody ¶
type VehicleLicenseRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` Side *string `json:"side,omitempty"` ReturnIssuingAuthority *bool `json:"return_issuing_authority,omitempty"` }
func (VehicleLicenseRequestBody) String ¶
func (o VehicleLicenseRequestBody) String() string
type VehicleLicenseResult ¶
type VehicleLicenseResult struct { Number *string `json:"number,omitempty"` VehicleType *string `json:"vehicle_type,omitempty"` Name *string `json:"name,omitempty"` Address *string `json:"address,omitempty"` UseCharacter *string `json:"use_character,omitempty"` Model *string `json:"model,omitempty"` EngineNo *string `json:"engine_no,omitempty"` Vin *string `json:"vin,omitempty"` RegisterDate *string `json:"register_date,omitempty"` IssueDate *string `json:"issue_date,omitempty"` IssuingAuthority *string `json:"issuing_authority,omitempty"` FileNo *string `json:"file_no,omitempty"` ApprovedPassengers *string `json:"approved_passengers,omitempty"` GrossMass *string `json:"gross_mass,omitempty"` UnladenMass *string `json:"unladen_mass,omitempty"` ApprovedLoad *string `json:"approved_load,omitempty"` Dimension *string `json:"dimension,omitempty"` TractionMass *string `json:"traction_mass,omitempty"` Remarks *string `json:"remarks,omitempty"` InspectionRecord *string `json:"inspection_record,omitempty"` CodeNumber *string `json:"code_number,omitempty"` }
func (VehicleLicenseResult) String ¶
func (o VehicleLicenseResult) String() string
type VinRequestBody ¶
type VinRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` }
func (VinRequestBody) String ¶
func (o VinRequestBody) String() string
type WebImageRequestBody ¶
type WebImageRequestBody struct { Image *string `json:"image,omitempty"` Url *string `json:"url,omitempty"` DetectDirection *bool `json:"detect_direction,omitempty"` ExtractType *[]string `json:"extract_type,omitempty"` }
func (WebImageRequestBody) String ¶
func (o WebImageRequestBody) String() string
type WebImageResult ¶
type WebImageResult struct { WordsBlockCount int32 `json:"words_block_count"` WordsBlockList []WebImageWordsBlockList `json:"words_block_list"` }
func (WebImageResult) String ¶
func (o WebImageResult) String() string
type WebImageWordsBlockList ¶
type WebImageWordsBlockList struct { Words *string `json:"words,omitempty"` Confidence *float32 `json:"confidence,omitempty"` Location *[][]int32 `json:"location,omitempty"` ExtractedData *interface{} `json:"extracted_data,omitempty"` ContactInfo *interface{} `json:"contact_info,omitempty"` ImageSize *interface{} `json:"image_size,omitempty"` Height *int32 `json:"height,omitempty"` Width *int32 `json:"width,omitempty"` Name *string `json:"name,omitempty"` Phone *string `json:"phone,omitempty"` Province *string `json:"province,omitempty"` City *string `json:"city,omitempty"` District *string `json:"district,omitempty"` DetailAddress *string `json:"detail_address,omitempty"` }
func (WebImageWordsBlockList) String ¶
func (o WebImageWordsBlockList) String() string
type WordsListIem ¶ added in v0.0.68
type WordsListIem struct { Words *string `json:"words,omitempty"` Confidence *float32 `json:"confidence,omitempty"` Location *[][]int32 `json:"location,omitempty"` }
单元格内文字段列表。
func (WordsListIem) String ¶ added in v0.0.68
func (o WordsListIem) String() string
type WordsRegionList ¶
type WordsRegionList struct { Type string `json:"type"` WordsBlockCount int32 `json:"words_block_count"` WordsBlockList []GeneralTableWordsBlockList `json:"words_block_list"` }
文字区域识别结果列表,输出顺序从左到右,先上后下。
func (WordsRegionList) String ¶
func (o WordsRegionList) String() string
Source Files ¶
- model_auto_classification_request_body.go
- model_auto_classification_result.go
- model_auto_classification_result_status.go
- model_bankcard_request_body.go
- model_bankcard_result.go
- model_beneficiary_item.go
- model_business_card_request_body.go
- model_business_card_result.go
- model_business_license_request_body.go
- model_business_license_result.go
- model_driver_license_request_body.go
- model_driver_license_result.go
- model_extra_info_list.go
- model_financial_statement_request_body.go
- model_financial_statement_result.go
- model_financial_statement_result_image_size.go
- model_financial_statement_words_block_list.go
- model_financial_statement_words_region_list.go
- model_flight_itinerary_request_body.go
- model_flight_itinerary_result.go
- model_general_table_request_body.go
- model_general_table_result.go
- model_general_table_words_block_list.go
- model_general_text_request_body.go
- model_general_text_result.go
- model_general_text_words_block_list.go
- model_handwriting_request_body.go
- model_handwriting_result.go
- model_handwriting_words_block_list.go
- model_id_card_request_body.go
- model_id_card_result.go
- model_idcard_verification_result.go
- model_insurance_item.go
- model_insurance_policy_detail.go
- model_insurance_policy_request_body.go
- model_insurance_policy_result.go
- model_insurant_item.go
- model_invoice_verification_request_body.go
- model_item_list.go
- model_itinerary_list.go
- model_license_plate_request_body.go
- model_license_plate_result.go
- model_mvs_invoice_request_body.go
- model_mvs_invoice_result.go
- model_passport_request_body.go
- model_passport_result.go
- model_qualification_category.go
- model_qualification_category_confidence.go
- model_qualification_certificate_request_body.go
- model_qualification_certificate_result.go
- model_qualification_confidence.go
- model_quota_invoice_request_body.go
- model_quota_invoice_result.go
- model_recognize_auto_classification_request.go
- model_recognize_auto_classification_response.go
- model_recognize_bankcard_request.go
- model_recognize_bankcard_response.go
- model_recognize_business_card_request.go
- model_recognize_business_card_response.go
- model_recognize_business_license_request.go
- model_recognize_business_license_response.go
- model_recognize_driver_license_request.go
- model_recognize_driver_license_response.go
- model_recognize_financial_statement_request.go
- model_recognize_financial_statement_response.go
- model_recognize_flight_itinerary_request.go
- model_recognize_flight_itinerary_response.go
- model_recognize_general_table_request.go
- model_recognize_general_table_response.go
- model_recognize_general_text_request.go
- model_recognize_general_text_response.go
- model_recognize_handwriting_request.go
- model_recognize_handwriting_response.go
- model_recognize_id_card_request.go
- model_recognize_id_card_response.go
- model_recognize_insurance_policy_request.go
- model_recognize_insurance_policy_response.go
- model_recognize_invoice_verification_request.go
- model_recognize_invoice_verification_response.go
- model_recognize_license_plate_request.go
- model_recognize_license_plate_response.go
- model_recognize_mvs_invoice_request.go
- model_recognize_mvs_invoice_response.go
- model_recognize_passport_request.go
- model_recognize_passport_response.go
- model_recognize_qualification_certificate_request.go
- model_recognize_qualification_certificate_response.go
- model_recognize_quota_invoice_request.go
- model_recognize_quota_invoice_response.go
- model_recognize_taxi_invoice_request.go
- model_recognize_taxi_invoice_response.go
- model_recognize_toll_invoice_request.go
- model_recognize_toll_invoice_response.go
- model_recognize_train_ticket_request.go
- model_recognize_train_ticket_response.go
- model_recognize_transportation_license_request.go
- model_recognize_transportation_license_response.go
- model_recognize_vat_invoice_request.go
- model_recognize_vat_invoice_response.go
- model_recognize_vehicle_license_request.go
- model_recognize_vehicle_license_response.go
- model_recognize_vin_request.go
- model_recognize_vin_response.go
- model_recognize_web_image_request.go
- model_recognize_web_image_response.go
- model_taxi_invoice_request_body.go
- model_taxi_invoice_result.go
- model_toll_invoice_request_body.go
- model_toll_invoice_result.go
- model_train_ticket_request_body.go
- model_train_ticket_result.go
- model_transportation_license_request_body.go
- model_transportation_license_result.go
- model_vat_invoice_request_body.go
- model_vat_invoice_result.go
- model_vehicle_license_request_body.go
- model_vehicle_license_result.go
- model_vin_request_body.go
- model_vin_result.go
- model_web_image_request_body.go
- model_web_image_result.go
- model_web_image_words_block_list.go
- model_words_list_iem.go
- model_words_region_list.go