Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 30, 2019 Changes in this version + func UserAgent() string + func Version() string + type AlternatePatternItem struct + Category Leaf + Confidence *float64 + Points *[]PointDetailsPattern + RecognizedString *string + RotationAngle *float64 + type AnalysisRequest struct + ApplicationType Application + InkPointValueAttributes *[]InkPointValueAttribute + InputDeviceKind InputDevice + Language *string + Strokes *[]Stroke + Unit Unit + UnitMultiple *float64 + type AnalysisResponse struct + Language *string + RecognitionUnits *[]RecognitionUnitItem + Unit Unit + UnitMultiple *float64 + type Application string + const Drawing + const Mixed + const Writing + func PossibleApplicationValues() []Application + type BaseClient struct + Endpoint string + func New(endpoint string) BaseClient + func NewWithoutDefaults(endpoint string) BaseClient + type Category string + const InkBullet + const InkDrawing + const InkWord + const Line + const Paragraph + const Root + const Unknown + const WritingRegion + func PossibleCategoryValues() []Category + type Class string + const ClassContainer + const ClassLeaf + func PossibleClassValues() []Class + type Client struct + func NewClient(endpoint string) Client + func (client Client) Recognize(ctx context.Context, body AnalysisRequest, xMsClientRequestID string) (result AnalysisResponse, err error) + func (client Client) RecognizePreparer(ctx context.Context, body AnalysisRequest, xMsClientRequestID string) (*http.Request, error) + func (client Client) RecognizeResponder(resp *http.Response) (result AnalysisResponse, err error) + func (client Client) RecognizeSender(req *http.Request) (*http.Response, error) + type Container string + const ContainerLine + const ContainerParagraph + const ContainerRoot + const ContainerWritingRegion + func PossibleContainerValues() []Container + type DrawingAttributesPattern struct + Color *DrawingAttributesPatternColor + FitToCurve *bool + Height *float64 + IgnorePressure *bool + RasterOp RasterOp + Tip Tip + Width *float64 + type DrawingAttributesPatternColor struct + A *float64 + B *float64 + G *float64 + R *float64 + type ErrorModel struct + Code *string + Details *[]ErrorModelDetailsItem + Message *string + Target *string + type ErrorModelDetailsItem struct + Code *string + Message *string + Target *string + type InkPoint struct + BarrelPressure *float64 + BarrelSwitch *bool + Eraser *bool + Height *float64 + Inverted *bool + SecondaryTip *bool + Timestamp *float64 + TipPressure *float64 + TipSwitch *bool + Width *float64 + X *float64 + XTilt *float64 + Y *float64 + YTilt *float64 + Z *float64 + type InkPointValueAttribute struct + LogicalMaximum *float64 + LogicalMinimum *float64 + Name *string + type InputDevice string + const Armature + const ArticulatedArm + const Digitizer + const LightPen + const Pen + const StereoPlotter + const ThreedDigitizer + const TouchPad + const TouchScreen + const WhiteBoard + func PossibleInputDeviceValues() []InputDevice + type Kind string + const KindInkDrawing + const KindInkWriting + func PossibleKindValues() []Kind + type Leaf string + const LeafInkBullet + const LeafInkDrawing + const LeafInkWord + const LeafUnknown + func PossibleLeafValues() []Leaf + type PointDetailsPattern struct + X *float64 + Y *float64 + type RasterOp string + const CopyPen + const MaskPen + const NoOperation + func PossibleRasterOpValues() []RasterOp + type RecognitionUnitItem struct + Alternates *[]AlternatePatternItem + BoundingRectangle *RecognitionUnitItemBoundingRectangle + Category Category + Center *PointDetailsPattern + ChildIds *[]int32 + Class Class + Confidence *float64 + ID *int32 + ParentID *int32 + Points *[]PointDetailsPattern + RecognizedObject Shape + RecognizedText *string + RotatedBoundingRectangle *[]PointDetailsPattern + RotationAngle *float64 + StrokeIds *[]int32 + type RecognitionUnitItemBoundingRectangle struct + Height *float64 + TopX *float64 + TopY *float64 + Width *float64 + type Shape string + const ShapeBlockArrow + const ShapeCircle + const ShapeCloud + const ShapeCurve + const ShapeDiamond + const ShapeDrawing + const ShapeEllipse + const ShapeEquilateralTriangle + const ShapeHeart + const ShapeHexagon + const ShapeIsoscelesTriangle + const ShapeLine + const ShapeParallelogram + const ShapePentagon + const ShapePolyLine + const ShapeQuadrilateral + const ShapeRectangle + const ShapeRightTriangle + const ShapeSquare + const ShapeStarCrossed + const ShapeStarSimple + const ShapeTrapezoid + const ShapeTriangle + func PossibleShapeValues() []Shape + type Stroke struct + DrawingAttributes *DrawingAttributesPattern + ID *int32 + Kind Kind + Language *string + Points *[]InkPoint + type Tip string + const Ellipse + const Rectangle + func PossibleTipValues() []Tip + type Unit string + const Cm + const In + const Mm + func PossibleUnitValues() []Unit Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48